Accessibility digest
Page | Member Laurie Davies (R) |
---|---|
URL | https://ad74.asmrc.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1658 |
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 Member Laurie Davies (R) at https://ad74.asmrc.org/ 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 1658, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1658 | Sum of the component scores |
issue | 1200 | Severity and number of reported defects |
tool | 155 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 3 | Browser warnings about the page |
latency | 0 | Abnormal delay in page responses |
Issue scores
The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).
Issue | Score |
---|---|
colorMissing | 248 |
zIndexNotZero | 176 |
focusableOperable | 144 |
focusIndication | 92 |
linkIndication | 76 |
textAlternativeRisk | 46 |
linkPair | 44 |
overflowHiddenRisk | 32 |
textContrastAA | 28 |
hiddenContentRisk | 28 |
imagesSameAlt | 27 |
noHeading | 24 |
justification | 18 |
linkForcesNewWindow | 18 |
allCaps | 15 |
duplicateAttribute | 14 |
hoverSurprise | 14 |
contrastAAA | 12 |
leadingClipsText | 12 |
fontSizeAbsolute | 10 |
repeatedContentRisk | 9 |
headingOfNothing | 8 |
pseudoNavList | 8 |
duplicateID | 8 |
leadingInsufficient | 6 |
linkWindowSurpriseRisk | 6 |
headingStructure | 6 |
skipRepeatedContent | 6 |
noScriptRisk | 6 |
scrollRisk | 5 |
inconsistentStyles | 5 |
figureNoText | 4 |
tabIndexMissing | 4 |
roleRedundant | 4 |
h1Missing | 3 |
contrastRisk | 3 |
boxSizeAbsolute | 3 |
horizontalScrolling | 3 |
fontSmall | 3 |
targetSize | 3 |
pseudoHeadingRisk | 3 |
headingLevelSkip | 2 |
contentBeyondLandmarks | 2 |
pseudoOrderedListRisk | 2 |
mainNone | 2 |
linksNoNav | 2 |
imageTextRedundant | 2 |
linkConfusionRisk | 1 |
sectionHeadingless | 1 |
visibleBulk | 1 |
linkComprehensionRisk | 1 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue colorMissing
WCAG: 1.4.3
Score: 248
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 62
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue zIndexNotZero
WCAG: 1.4
Score: 176
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 176
Complaint specifics
- HEADER element has a non-default Z index
- DIV element has a non-default Z index
- UL element has a non-default Z index
- IMG element has a non-default Z index
- SS3-LOADER element has a non-default Z index
- A element has a non-default Z index
Issue focusableOperable
WCAG: 2.1.1
Score: 144
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 48
Complaint specifics
Issue focusIndication
WCAG: 2.4.7
Score: 92
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 22
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 21
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: 23
Complaint specifics
- A element has no focus indicator
- SPAN element has no focus indicator
- DIV element has no focus indicator
Issue linkIndication
WCAG: 1.3.3
Score: 76
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 38
Complaint specifics
- Link is inline but has no underline
Issue textAlternativeRisk
WCAG: 1
Score: 46
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 46
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Issue linkPair
WCAG: 2.4.4
Score: 44
Complaints by qualWeb
Rule QW-WCAG-T10
QW-WCAG-T10
Description: Adjacent image and text links for the same resource are not combined
Count of instances: 12
Complaint specifics
- The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.
Rule QW-BP13
Description: Consecutive links have the same href and one contains an image
Count of instances: 10
Complaint specifics
- Using consecutive links with the same href in which one of the links contains an image
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 32
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: 32
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 textContrastAA
WCAG: 1.4.3
Score: 28
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 7
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 4
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 5
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 4
Complaint specifics
- Very low contrast
Issue hiddenContentRisk
WCAG: 4.1
Score: 28
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 28
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 imagesSameAlt
WCAG: 1.1.1
Score: 27
Complaints by wave
Rule alt_duplicate
alt_duplicate
Description: Two images near each other have the same text alternative
Count of instances: 27
Complaint specifics
- A nearby image has the same alternative text
Issue noHeading
WCAG: 1.3.1
Score: 24
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 8
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue justification
WCAG: 1.4.8
Score: 18
Complaints by alfa
Rule r71
r71
Description: Paragraph text is fully justified
Count of instances: 3
Complaint specifics
- Paragraphs of text are not justified
Complaints by tenon
Rule 36
36
Description: Text is fully justified
Count of instances: 3
Complaint specifics
- This text is justified.
Complaints by wave
Rule text_justified
text_justified
Description: Text is justified
Count of instances: 9
Complaint specifics
- Justified text
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 18
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 6
Complaint specifics
- This link opens in a new window without user control.
Issue allCaps
WCAG: 3.1.5
Score: 15
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 15
Complaint specifics
- This long string of text is in all caps.
Issue duplicateAttribute
WCAG: 4.1.1
Score: 14
Complaints by testaro
Rule dupAtt
dupAtt
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 10
Complaint specifics
- Page prevented this test (treated as 10 instances)
Issue hoverSurprise
WCAG: 1.4.13
Score: 14
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 7
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue contrastAAA
WCAG: 1.4.6
Score: 12
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 12
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: 5
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.19 (foreground color: #616161, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.05 (foreground color: #ffffff, background color: #be1f43, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), 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: 6
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 5.53:1. Recommendation: change text colour to #030303.
- 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.06:1. Recommendation: change text colour to #1f1f1f.
- 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.19:1. Recommendation: change text colour to #595959.
- 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.06:1. Recommendation: change background to #1f1f1f.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 7
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue leadingClipsText
WCAG: 1.4.8
Score: 12
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 3
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 10
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 2
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 5
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 9
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 6
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue headingOfNothing
WCAG: 1.3.1
Score: 8
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 4
Complaint specifics
- Headings of same level have text content between them
Issue pseudoNavList
WCAG: 1.3.1
Score: 8
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: 2
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: 4
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue duplicateID
WCAG: 4.1.1
Score: 8
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: 1
Complaint specifics
- The <span> element has the id "elementor-device-mode" that is already in use
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 2
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 6
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 3
Complaint specifics
- Paragraphs of text have sufficient line height
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 6
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: 6
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
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 h2 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.
- The heading structure is not logically nested. This h5 element should be an h3 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 skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue noScriptRisk
WCAG: 4.1
Score: 6
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 6
Complaint specifics
- Noscript element
Issue scrollRisk
WCAG: 1.4.10
Score: 5
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: 5
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
- Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 5
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 5
Complaint specifics
- In-line links have 4 different styles
- Links in columns have 2 different styles
- Level-2 headings have 2 different styles
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 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 roleRedundant
WCAG: 4.1.2
Score: 4
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 4
Complaint specifics
- SPAN elements have invalid or native-replaceable explicit role button (count: 2)
- DIV elements have invalid or native-replaceable explicit role button (count: 2)
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue contrastRisk
WCAG: 1.4.3
Score: 3
Complaints by htmlcs
Rule AAA.1_4_6.G17.Abs
AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 2
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Rule AAA.1_4_6.G18.BgImage
Description: Contrast between the text and the background image may be less than 4.5:1
Count of instances: 1
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 3
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 1
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue fontSmall
WCAG: 1.4
Score: 3
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 1
Complaint specifics
- Very small text found.
Issue targetSize
WCAG: 2.5.5
Score: 3
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 1
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 3
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 3
Complaint specifics
- Possible heading
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 contentBeyondLandmarks
WCAG: 1.3.6
Score: 2
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 1
Complaint specifics
- Perceivable text content is included in a landmark
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: 1
Complaint specifics
- Content is not within a landmark element
Issue pseudoOrderedListRisk
WCAG: 1.3.1
Score: 2
Complaints by htmlcs
Rule AAA.1_3_1.H48.2
AAA.1_3_1.H48.2
Description: Ordered list may fail to be coded as such
Count of instances: 2
Complaint specifics
- This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.
Issue 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 linksNoNav
WCAG: 1.3.1
Score: 2
Complaints by qualWeb
Rule QW-BP4
QW-BP4
Description: Grouped links are not within a nav element
Count of instances: 1
Complaint specifics
- Set of 10 or more links not grouped within a list (nav)
Issue imageTextRedundant
WCAG: 1.1.1
Score: 2
Complaints by wave
Rule alt_redundant
alt_redundant
Description: Redundant text alternative
Count of instances: 2
Complaint specifics
- Redundant alternative text
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 sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Issue linkComprehensionRisk
WCAG: 2.4.4
Score: 1
Complaints by wave
Rule link_suspicious
link_suspicious
Description: Suspicious link text
Count of instances: 1
Complaint specifics
- Suspicious link text
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 1
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD74-a", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687103604350, "endTime": 1687103604922 }, { "type": "url", "which": "https://ad74.asmrc.org/", "what": "Member Laurie Davies (R)", "startTime": 1687103604923, "result": { "url": "https://ad74.asmrc.org/" }, "endTime": 1687103609063 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687103609063, "url": "https://ad74.asmrc.org/", "endTime": 1687103610664 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687103610664, "url": "https://ad74.asmrc.org/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1573776, 1573776, 1573776, 1573776, 1573776 ], "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": 1687103624682 }, { "type": "launch", "which": "chromium", "startTime": 1687103624683, "endTime": 1687103625245 }, { "type": "url", "which": "https://ad74.asmrc.org/", "what": "Member Laurie Davies (R)", "startTime": 1687103625245, "result": { "url": "https://ad74.asmrc.org/" }, "endTime": 1687103627611 }, { "type": "test", "which": "alfa", "startTime": 1687103627611, "url": "https://ad74.asmrc.org/", "what": "alfa", "result": { "totals": { "failures": 20, "warnings": 36 }, "items": [ { "index": 384, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h5", "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/h5[1]", "codeLines": [ "<h5>", " State Capitol Office", "</h5>" ] } }, { "index": 427, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[2]/div[1]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "en" ] } }, { "index": 431, "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": 444, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/a[1]", "codeLines": [ "<a class=\"skip-link show-on-focus\" href=\"#main\">", " Skip to content", "</a>" ] } }, { "index": 445, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\">", " <img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">", " <noscript>", " <img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width...", " </noscript>", " <img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyloaded\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\">", " <noscript>", " <img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img widt...", " </noscript>", "</a>" ] } }, { "index": 446, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">", " Legislation", "</a>" ] } }, { "index": 447, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">", " District Map", "</a>" ] } }, { "index": 448, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"#\" class=\"ct-menu-link\">", " Media", " <span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\">", " <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\">", " <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path>", " </svg>", " </span>", "</a>" ] } }, { "index": 449, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "span", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]", "codeLines": [ "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\">", " <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\">", " <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path>", " </svg>", "</span>" ] } }, { "index": 450, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">", " Biography", "</a>" ] } }, { "index": 451, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">", " Contact Me", "</a>" ] } }, { "index": 452, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[1]/a[1]", "codeLines": [ "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\">", " <span class=\"elementor-screen-only\">", " Twitter", " </span>", " <i class=\"fab fa-twitter\"></i>", "</a>" ] } }, { "index": 453, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[2]/a[1]", "codeLines": [ "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\">", " <span class=\"elementor-screen-only\">", " Youtube", " </span>", " <i class=\"fab fa-youtube\"></i>", "</a>" ] } }, { "index": 454, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[3]/a[1]", "codeLines": [ "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\">", " <span class=\"elementor-screen-only\">", " Facebook", " </span>", " <i class=\"fab fa-facebook\"></i>", "</a>" ] } }, { "index": 455, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/legislation/\">", " <span class=\"ha-icon-box-icon\">", " <i aria-hidden=\"true\" class=\"fab fa-wpforms\"></i>", " </span>", " <h2 class=\"ha-icon-box-title\">", " LEGISLATION", " </h2>", "</a>" ] } }, { "index": 456, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD74&inframe=N\">", " <span class=\"ha-icon-box-icon\">", " <i aria-hidden=\"true\" class=\"icon icon-contact\"></i>", " </span>", " <h2 class=\"ha-icon-box-title\">", " CONTACT ME", " </h2>", "</a>" ] } }, { "index": 457, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/in-the-news/\">", " <span class=\"ha-icon-box-icon\">", " <i aria-hidden=\"true\" class=\"hm hm-newspaper\"></i>", " </span>", " <h2 class=\"ha-icon-box-title\">", " IN THE NEWS", " </h2>", "</a>" ] } }, { "index": 458, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD74\">", " <span class=\"ha-icon-box-icon\">", " <i aria-hidden=\"true\" class=\"icon icon-email1\"></i>", " </span>", " <h2 class=\"ha-icon-box-title\">", " SIGN UP FOR MY NEWSLETTER", " </h2>", "</a>" ] } }, { "index": 460, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "codeLines": [ "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-5-arrow-previous\" role=\"button\" aria-label=\"previous arrow\" tabindex=\"0\">", " <img decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xL...", "</div>" ] } }, { "index": 474, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]", "codeLines": [ "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-5-arrow-next\" role=\"button\" aria-label=\"next arrow\" tabindex=\"0\">", " <img decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwL...", "</div>" ] } }, { "index": 475, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]", "codeLines": [ "<a href=\"tel: 916-319-2074\">", " 916-319-2074", "</a>" ] } }, { "index": 476, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]/a[1]", "codeLines": [ "<a href=\"tel: 760-433-7400\">", " 760-433-7400", "</a>" ] } }, { "index": 477, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">", " Privacy and Conditions of Use", "</a>" ] } }, { "index": 478, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]", "codeLines": [ "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">", " Accessibility", "</a>" ] } }, { "index": 479, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]", "codeLines": [ "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">", " General Disclaimer", "</a>" ] } }, { "index": 485, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "ASSEMBLYWOMAN" ] } }, { "index": 486, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Laurie" ] } }, { "index": 487, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]/text()[1]", "codeLines": [ "Davies" ] } }, { "index": 488, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]/p[1]/text()[1]", "codeLines": [ "HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside." ] } }, { "index": 494, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Recent news to stay connected about what is happening around the Assembly 73rd District." ] } }, { "index": 495, "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]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "CLICK HERE FOR ALL NEWS" ] } }, { "index": 496, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "Videos" ] } }, { "index": 497, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" ] } }, { "index": 498, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/text()[1]", "codeLines": [ "- PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" ] } }, { "index": 507, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "Privacy and Conditions of Use" ] } }, { "index": 509, "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]/text()[1]", "codeLines": [ "Accessibility" ] } }, { "index": 511, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]/text()[1]", "codeLines": [ "General Disclaimer" ] } }, { "index": 528, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "ASSEMBLYWOMAN" ] } }, { "index": 529, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]", "codeLines": [ "Laurie" ] } }, { "index": 530, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]/text()[1]", "codeLines": [ "Davies" ] } }, { "index": 531, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]/p[1]/text()[1]", "codeLines": [ "HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside." ] } }, { "index": 539, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "Videos" ] } }, { "index": 540, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" ] } }, { "index": 541, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/text()[1]", "codeLines": [ "- PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" ] } }, { "index": 559, "verdict": "failed", "rule": { "ruleID": "r71", "ruleSummary": "Paragraphs of text are not justified", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r71", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]", "codeLines": [ "<p>", " ASSEMBLYWOMAN", "</p>" ] } }, { "index": 560, "verdict": "failed", "rule": { "ruleID": "r71", "ruleSummary": "Paragraphs of text are not justified", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r71", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " Laurie", "</p>" ] } }, { "index": 561, "verdict": "failed", "rule": { "ruleID": "r71", "ruleSummary": "Paragraphs of text are not justified", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r71", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]", "codeLines": [ "<p>", " Davies", "</p>" ] } }, { "index": 576, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]", "codeLines": [ "<p>", " Laurie", "</p>" ] } }, { "index": 577, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]", "codeLines": [ "<p>", " Davies", "</p>" ] } }, { "index": 582, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " <a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">", " Privacy and Conditions of Use", " </a>", " |", " <a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">", " Accessibility", " </a>", " |", " <a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">", " General Disclaimer", " </a>", " | Copyright © 2023 AD74 | Davies. All rights reserved.", "</p>" ] } }, { "index": 588, "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]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p>", " P.O. Box 942849", " <br>", " Sacramento, CA 94249-0074", " <br>", " <a href=\"tel: 916-319-2074\">", " 916-319-2074", " </a>", "</p>" ] } }, { "index": 589, "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]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]", "codeLines": [ "<p>", " 2420 Vista Way, Suite 112", " <br>", " Oceanside, CA 92054", " <br>", " <a href=\"tel: 760-433-7400\">", " 760-433-7400", " </a>", "</p>" ] } }, { "index": 657, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]/h2[1]", "codeLines": [ "<h2 class=\"ha-icon-box-title\">", " LEGISLATION", "</h2>" ] } }, { "index": 658, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]/h2[1]", "codeLines": [ "<h2 class=\"ha-icon-box-title\">", " CONTACT ME", "</h2>" ] } }, { "index": 659, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]/h2[1]", "codeLines": [ "<h2 class=\"ha-icon-box-title\">", " IN THE NEWS", "</h2>" ] } }, { "index": 660, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]/h2[1]", "codeLines": [ "<h2 class=\"ha-icon-box-title\">", " SIGN UP FOR MY NEWSLETTER", "</h2>" ] } } ], "success": true }, "standardResult": { "totals": [ 36, 0, 0, 20 ], "instances": [ { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[1]/h5[1]" }, "excerpt": "<h5> State Capitol Office </h5>" }, { "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[3]/div[2]/div[1]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "en" }, { "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": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/a[1]" }, "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"> <img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Dav ... 22/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img widt... </noscript> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\"> Legislation </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\"> District Map </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"#\" class=\"ct-menu-link\"> Media <span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"> <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"> <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path> </svg> </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"> <svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"> <path d=\"M2.1,3.2l5.4,5.4l5.4-5.4L15,4.3l-7.5,7.5L0,4.3L2.1,3.2z\"></path> </svg> </span>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\"> Biography </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\"> Contact Me </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[1]/a[1]" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\"> <span class=\"elementor-screen-only\"> Twitter </span> <i class=\"fab fa-twitter\"></i> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[2]/a[1]" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\"> <span class=\"elementor-screen-only\"> Youtube </span> <i class=\"fab fa-youtube\"></i> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[3]/a[1]" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\"> <span class=\"elementor-screen-only\"> Facebook </span> <i class=\"fab fa-facebook\"></i> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/legislation/\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"fab fa-wpforms\"></i> </span> <h2 class=\"ha-icon-box-title\"> LEGISLATION </h2> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD74&inframe=N\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"icon icon-contact\"></i> </span> <h2 class=\"ha-icon-box-title\"> CONTACT ME </h2> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/in-the-news/\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"hm hm-newspaper\"></i> </span> <h2 class=\"ha-icon-box-title\"> IN THE NEWS </h2> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD74\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"icon icon-email1\"></i> </span> <h2 class=\"ha-icon-box-title\"> SIGN UP FOR MY NEWSLETTER </h2> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-5-arrow-previous\" role=\"button ... se64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xL... </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-arrow-next", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-5-arrow-next\" role=\"button\" aria-l ... se64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwL... </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]/a[1]" }, "excerpt": "<a href=\"tel: 916-319-2074\"> 916-319-2074 </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]/a[1]" }, "excerpt": "<a href=\"tel: 760-433-7400\"> 760-433-7400 </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\"> Privacy and Conditions of Use </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\"> Accessibility </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\"> General Disclaimer </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "ASSEMBLYWOMAN" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Laurie" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]/text()[1]" }, "excerpt": "Davies" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]/p[1]/text()[1]" }, "excerpt": "HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Recent news to stay connected about what is happening around the Assembly 73rd District." }, { "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]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "CLICK HERE FOR ALL NEWS" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "Videos" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/text()[1]" }, "excerpt": "- PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "Privacy and Conditions of Use" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]/text()[1]" }, "excerpt": "Accessibility" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]/text()[1]" }, "excerpt": "General Disclaimer" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "ASSEMBLYWOMAN" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]/text()[1]" }, "excerpt": "Laurie" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]/text()[1]" }, "excerpt": "Davies" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[5]/div[1]/p[1]/text()[1]" }, "excerpt": "HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[5]/div[2]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "Videos" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]/text()[1]" }, "excerpt": "- PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "r71", "what": "Paragraphs of text are not justified", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p> ASSEMBLYWOMAN </p>" }, { "ruleID": "r71", "what": "Paragraphs of text are not justified", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p> Laurie </p>" }, { "ruleID": "r71", "what": "Paragraphs of text are not justified", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]" }, "excerpt": "<p> Davies </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[3]/div[1]/p[1]" }, "excerpt": "<p> Laurie </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[4]/div[1]/p[1]" }, "excerpt": "<p> Davies </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p> <a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\"> Privacy and Conditions of Use </a> | <a href=\"https://www.assembly.ca.gov ... noopener\"> Accessibility </a> | <a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\"> General Disclaimer </a> | Copyright © 2023 AD74 | Davies. All rights reserved. </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]/footer[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p> P.O. Box 942849 <br> Sacramento, CA 94249-0074 <br> <a href=\"tel: 916-319-2074\"> 916-319-2074 </a> </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]/footer[1]/div[1]/div[1]/div[2]/div[2]/p[1]" }, "excerpt": "<p> 2420 Vista Way, Suite 112 <br> Oceanside, CA 92054 <br> <a href=\"tel: 760-433-7400\"> 760-433-7400 </a> </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[1]/div[1]/div[1]/a[1]/h2[1]" }, "excerpt": "<h2 class=\"ha-icon-box-title\"> LEGISLATION </h2>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[2]/div[1]/div[1]/a[1]/h2[1]" }, "excerpt": "<h2 class=\"ha-icon-box-title\"> CONTACT ME </h2>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[3]/div[1]/div[1]/a[1]/h2[1]" }, "excerpt": "<h2 class=\"ha-icon-box-title\"> IN THE NEWS </h2>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]/h2[1]" }, "excerpt": "<h2 class=\"ha-icon-box-title\"> SIGN UP FOR MY NEWSLETTER </h2>" } ] }, "endTime": 1687103636647 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687103636647, "url": "https://ad74.asmrc.org/", "what": "Axe", "result": { "totals": { "rulesNA": 55, "rulesPassed": 43, "rulesWarned": 3, "rulesViolated": 3, "warnings": { "minor": 29, "moderate": 0, "serious": 4, "critical": 0 }, "violations": { "minor": 0, "moderate": 2, "serious": 5, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T15:53:57.359Z", "url": "https://ad74.asmrc.org/", "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": "18.0pt (24px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p>ASSEMBLYWOMAN</p>", "target": [ ".elementor-element-52d31ba > .elementor-widget-container > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "60.0pt (80px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Laurie</p>", "target": [ ".elementor-element-e25eccd > .elementor-widget-container > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "60.0pt (80px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Davies</p>", "target": [ ".elementor-element-f2a4049 > .elementor-widget-container > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>", "target": [ ".elementor-element-47426c6 > .elementor-widget-container > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">", "target": [ "div[data-column-set=\"3\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad74.asmrc.org/\"] > .sticky-logo.lazyload[width=\"725\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"sub-menu\">", "target": [ "#menu-item-2031 > .sub-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div data-device=\"mobile\" data-transparent=\"\">", "target": [ "div[data-device=\"mobile\"][data-transparent=\"\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">", "target": [ "div[data-column-set=\"2\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad74.asmrc.org/\"] > .sticky-logo.lazyload[width=\"725\"]" ], "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 class=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</span>", "target": [ ".ct-label" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left\">", "target": [ ".n2-ss-slider-controls-absolute-left" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 800 500\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>", "target": [ ".n2-ss-preserve-size" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-14 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-35 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-34 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-15 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-24 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-25 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-26 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-27 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-28 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-29 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-30 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-31 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-32 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-33 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom\">", "target": [ ".n2-ss-slider-controls-absolute-center-bottom" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right\">", "target": [ ".n2-ss-slider-controls-absolute-right" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">", "target": [ "#offcanvas" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"sub-menu\">", "target": [ "#menu-main-1 > .menu-item-has-children.menu-item-2031.menu-item-type-custom > .sub-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">", "target": [ ".ct-back-to-top" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"gt_options\" style=\"display:none\">", "target": [ ".gt_options" ], "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 href=\"#\" class=\"nturl gt-current\" data-gt-lang=\"en\"><img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\"> English</a>", "target": [ ".gt-current" ], "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 me", "urlProps": { "protocol": "http:", "hostname": "ad74.asmrc.org", "port": "", "pathname": "/contact/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD74&inframe=N\">", "target": [ ".elementor-element-e503854 > .ha-icon-box-link.elementor-widget-container" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>", "target": [ "#menu-item-2929 > .ct-menu-link" ], "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": "#616161", "bgColor": "#ffffff", "contrastRatio": 6.19, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"elementor-widget-container\">", "target": [ ".elementor-element-126aeaf > .elementor-widget-container" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.19 (foreground color: #616161, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Recent news to stay connected about what is happening around the Assembly 73rd District. </p>", "target": [ ".ha-card-text > p" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.19 (foreground color: #616161, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#be1f43", "contrastRatio": 6.05, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"ha-btn\" href=\"https://ad74.asmrc.org/category/in-the-news/\"><span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span></a>", "target": [ ".ha-btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.05 (foreground color: #ffffff, background color: #be1f43, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span>", "target": [ ".ha-btn-text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.05 (foreground color: #ffffff, background color: #be1f43, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#be1f43", "bgColor": "#f2f5f7", "contrastRatio": 5.53, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"ct-footer\" data-id=\"type-1\" itemscope=\"\" itemtype=\"https://schema.org/WPFooter\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>", "target": [ ".exitNotifierLink[rel=\"noopener\"][target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#be1f43", "bgColor": "#f2f5f7", "contrastRatio": 5.53, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"ct-footer\" data-id=\"type-1\" itemscope=\"\" itemtype=\"https://schema.org/WPFooter\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>", "target": [ "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#be1f43", "bgColor": "#f2f5f7", "contrastRatio": 5.53, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"ct-footer\" data-id=\"type-1\" itemscope=\"\" itemtype=\"https://schema.org/WPFooter\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>", "target": [ "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h5>State Capitol Office</h5>", "target": [ "#block-8 > h5" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"gt-selected\"><div class=\"gt-current-lang\"><img src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\"> <span class=\"gt-lang-code\">en</span> <span class=\"gt_float_switcher-arrow\"></span></div></div>", "target": [ ".gt-selected" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 29, 4, 2, 5 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-52d31ba > .elementor-widget-container > p" }, "excerpt": "<p>ASSEMBLYWOMAN</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-e25eccd > .elementor-widget-container > p" }, "excerpt": "<p>Laurie</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-f2a4049 > .elementor-widget-container > p" }, "excerpt": "<p>Davies</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-47426c6 > .elementor-widget-container > p" }, "excerpt": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "div[data-column-set=\"3\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad74.asmrc.org/\"] > .sticky-logo.lazyload[width=\"725\"]" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-item-2031 > .sub-menu" }, "excerpt": "<ul class=\"sub-menu\">" }, { "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": "div[data-device=\"mobile\"][data-transparent=\"\"]" }, "excerpt": "<div data-device=\"mobile\" data-transparent=\"\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "div[data-column-set=\"2\"] > .ct-container > div[data-column=\"start\"][data-placements=\"1\"] > div[data-items=\"primary\"] > .site-branding[data-id=\"logo\"][itemscope=\"itemscope\"] > .site-logo-container[rel=\"home\"][href$=\"ad74.asmrc.org/\"] > .sticky-logo.lazyload[width=\"725\"]" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">" }, { "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": ".ct-label" }, "excerpt": "<span class=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slider-controls-absolute-left" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-preserve-size" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 800 500\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slide-14 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-35 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-34 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-15 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-24 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-25 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-26 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-27 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-28 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-29 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-30 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-31 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-32 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slide-33 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "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": ".n2-ss-slider-controls-absolute-center-bottom" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom\">" }, { "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": ".n2-ss-slider-controls-absolute-right" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right\">" }, { "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": "offcanvas", "location": { "doc": "dom", "type": "selector", "spec": "#offcanvas" }, "excerpt": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-main-1 > .menu-item-has-children.menu-item-2031.menu-item-type-custom > .sub-menu" }, "excerpt": "<ul class=\"sub-menu\">" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": ".ct-back-to-top" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">" }, { "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": ".gt_options" }, "excerpt": "<div class=\"gt_options\" 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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".gt-current" }, "excerpt": "<a href=\"#\" class=\"nturl gt-current\" data-gt-lang=\"en\"><img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\"> English</a>" }, { "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": "#menu-item-2929 > .ct-menu-link" }, "excerpt": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.19 (foreground color: #616161, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".ha-card-text > p" }, "excerpt": "<p>Recent news to stay connected about what is happening around the Assembly 73rd District. </p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.05 (foreground color: #ffffff, background color: #be1f43, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".ha-btn-text" }, "excerpt": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".exitNotifierLink[rel=\"noopener\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(2)" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[rel=\"noopener\"][target=\"_blank\"]:nth-child(3)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-8 > h5" }, "excerpt": "<h5>State Capitol Office</h5>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".gt-selected" }, "excerpt": "<div class=\"gt-selected\"><div class=\"gt-current-lang\"><img src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\"> <span class=\"gt-lang-code\">en</span> <span class=\"gt_float_switcher-arrow\"></span></div></div>" } ] }, "endTime": 1687103637398 }, { "type": "launch", "which": "chromium", "startTime": 1687103637398, "endTime": 1687103637954 }, { "type": "url", "which": "https://ad74.asmrc.org/", "what": "Member Laurie Davies (R)", "startTime": 1687103637954, "result": { "url": "https://ad74.asmrc.org/" }, "endTime": 1687103640372 }, { "type": "test", "which": "continuum", "startTime": 1687103640372, "url": "https://ad74.asmrc.org/", "what": "Level Access Continuum, community edition", "result": [], "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687103640651 }, { "type": "launch", "which": "chromium", "startTime": 1687103640651, "endTime": 1687103641156 }, { "type": "url", "which": "https://ad74.asmrc.org/", "what": "Member Laurie Davies (R)", "startTime": 1687103641157, "result": { "url": "https://ad74.asmrc.org/" }, "endTime": 1687103643476 }, { "type": "test", "which": "htmlcs", "startTime": 1687103643476, "url": "https://ad74.asmrc.org/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"ha-icon-box-title\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"ha-icon-box-title\">...</h2>" } ], "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested.": [ { "tagName": "h5", "id": "", "code": "<h5>...</h5>" } ] }, "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 5.53:1. Recommendation: change text colour to #030303.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.06:1. Recommendation: change text colour to #1f1f1f.": [ { "tagName": "noscript", "id": "", "code": "<noscript>...</noscript>" } ], "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.19:1. Recommendation: change text colour to #595959.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" } ], "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.06:1. Recommendation: change background to #1f1f1f.": [ { "tagName": "span", "id": "", "code": "<span class=\"ha-btn-text\">...</span>" } ] } }, "Warning": { "AAA.1_3_1.H48.2": { "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [ { "tagName": "div", "id": "#block-37", "code": "<div class=\"ct-widget widget_block widget_text\" id=\"block-37\">...</div>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "", "code": "<div class=\"gt_options\" style=\"display:none\">...</div>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "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": "a", "id": "", "code": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">...</a>" }, { "tagName": "div", "id": "#gt_float_wrapper", "code": "<div id=\"gt_float_wrapper\" style=\"position:fixed;bottom:20px;left:20px;z-index:999999;\">...</div>" }, { "tagName": "div", "id": "#offcanvas", "code": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">...</div>" }, { "tagName": "div", "id": "", "code": "<div data-sticky=\"fixed:shrink\">...</div>" } ], "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [ { "tagName": "meta", "id": "", "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover\">" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "a", "id": "", "code": "<a class=\"skip-link show-on-focus\" href=\"#main\">...</a>" }, { "tagName": "div", "id": "", "code": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">...</div>" } ] }, "AAA.1_4_6.G18.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 18, 0, 0, 9 ], "instances": [ { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "DIV", "id": "block-37", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"ct-widget widget_block widget_text\" id=\"block-37\">...</div>" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"gt_options\" style=\"display:none\">...</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": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">...</a>" }, { "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": "gt_float_wrapper", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"gt_float_wrapper\" style=\"position:fixed;bottom:20px;left:20px;z-index:999999;\">...</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": "offcanvas", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">...</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-sticky=\"fixed:shrink\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover\">" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">...</div>" }, { "ruleID": "AAA.1_4_6.G18.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"ha-icon-box-title\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"ha-icon-box-title\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h5 element should be an h3 to be properly nested.", "ordinalSeverity": 3, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h5>...</h5>" }, { "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 5.53:1. Recommendation: change text colour to #030303.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.53:1. Recommendation: change text colour to #030303.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.53:1. Recommendation: change text colour to #030303.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.06:1. Recommendation: change text colour to #1f1f1f.", "ordinalSeverity": 3, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<noscript>...</noscript>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.19:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "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.06:1. Recommendation: change background to #1f1f1f.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"ha-btn-text\">...</span>" } ] }, "endTime": 1687103643715 }, { "type": "launch", "which": "chromium", "startTime": 1687103643716, "endTime": 1687103644216 }, { "type": "url", "which": "https://ad74.asmrc.org/", "what": "Member Laurie Davies (R)", "startTime": 1687103644216, "result": { "url": "https://ad74.asmrc.org/" }, "endTime": 1687103646507 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687103646507, "url": "https://ad74.asmrc.org/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 2, "recommendation": 1, "ignored": 0 }, "items": [ { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/span[2]", "aria": "/document[1]" }, "message": "The <span> element has the id \"elementor-device-mode\" that is already in use", "bounds": { "left": -1, "top": -160001, "height": 1, "width": 1 }, "snippet": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": 0, "height": 20, "width": 40 }, "snippet": "<a href=\"#main\" class=\"skip-link show-on-focus\">", "level": "violation" }, { "ruleId": "figure_label_exists", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]", "aria": "/document[1]/main[1]/figure[1]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 50, "top": 952, "height": 250, "width": 700 }, "snippet": "<figure class=\"ha-card-figure\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 1, 0, 2 ], "instances": [ { "ruleID": "element_id_unique", "what": "The <span> element has the id \"elementor-device-mode\" that is already in use", "ordinalSeverity": 3, "tagName": "SPAN", "id": "elementor-device-mode", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/span[2]" }, "excerpt": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/a[1]" }, "excerpt": "<a href=\"#main\" class=\"skip-link show-on-focus\">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]" }, "excerpt": "<figure class=\"ha-card-figure\">" } ] }, "endTime": 1687103652276 }, { "type": "launch", "which": "chromium", "startTime": 1687103652276, "endTime": 1687103652769 }, { "type": "url", "which": "https://ad74.asmrc.org/", "what": "Member Laurie Davies (R)", "startTime": 1687103652769, "result": { "url": "https://ad74.asmrc.org/" }, "endTime": 1687103656290 }, { "type": "test", "which": "nuVal", "startTime": 1687103656290, "url": "https://ad74.asmrc.org/", "what": "Nu Html Checker", "result": { "prevented": true, "error": "ERROR getting page for nuVal test", "success": true }, "standardResult": { "totals": [], "instances": [], "prevented": true }, "endTime": 1687103656515 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687103656515, "url": "https://ad74.asmrc.org/", "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 15:54:18", "hash": "771ce617ed5f9e75b5764d136d9e36fd79ee78f71c7c899d2f5dd4201797bd4bedd310070d205b55a5419aa848c6ce82cf2550926a56116a80025c6ea189454b", "page": { "viewport": { "mobile": false, "landscape": true, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36", "resolution": { "width": 1366, "height": 768 } } } }, "metadata": { "passed": 32, "warning": 14, "failed": 9, "inapplicable": 70 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 13, "warning": 7, "failed": 3, "inapplicable": 44 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W1", "elements": [ { "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><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": 124, "warning": 0, "failed": 1, "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": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>", "pointer": "html > body:nth-child(2) > span:nth-child(32)" }, { "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>", "pointer": "html > body:nth-child(2) > span:nth-child(33)" } ], "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": 21, "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 class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" cl …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\">\n\t\t\t\t\t\tTwitter\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > 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 class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\">\n\t\t\t\t\t\tYoutube\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span: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 class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\">\n\t\t\t\t\t\tFacebook\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/legislation/\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tLEGISLATION\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD74&inframe=N\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tCONTACT ME\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/in-the-news/\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tIN THE NEWS\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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 class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD74\">\n\t\t\t\n\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\tSIGN UP FOR MY NEWSLETTER \t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ha-btn\" href=\"https://ad74.asmrc.org/category/in-the-news/\">CLICK HERE FOR ALL NEWS</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"tel: 916-319-2074\">916-319-2074</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p: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 href=\"tel: 760-433-7400\">760-433-7400</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p: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 href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 16, "warning": 4, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>ASSEMBLYWOMAN</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>Laurie</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>Davies</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div: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": 14, "warning": 4, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>ASSEMBLYWOMAN</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>Laurie</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>Davies</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Element has an image on background.", "resultCode": "W2", "elements": [ { "htmlCode": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>Recent news to stay connected about what is happening around the Assembly 73rd District. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><head></head><body>AD74 | Davies | Assemblywoman Laurie Davies\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/ad74.asmrc.org\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\/\\/ad74.asmrc.org\\/#listItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/ad74.asmrc.org\\/\",\"name\":\"Home\",\"description\":\"Assemblymember Laurie Davies | AD74 | HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside.\",\"url\":\"https:\\/\\/ad74.asmrc.org\\/\"}}]},{\"@type …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 32, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li: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": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>ASSEMBLYWOMAN</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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>Laurie</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>Davies</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">LEGISLATION</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">In the News</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2: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>Recent news to stay connected about what is happening around the Assembly 73rd District. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > 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": "<h2 class=\"elementor-heading-title elementor-size-default\">Videos</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"n2-font-1bc0f869f2100043a30427cdfe9ebf36-simple \"> - PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5>State Capitol Office</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5: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>P.O. Box 942849Sacramento, CA 94249-0074916-319-2074</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"tel: 916-319-2074\">916-319-2074</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5>District Office</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5: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>2420 Vista Way, Suite 112Oceanside, CA 92054760-433-7400</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"tel: 760-433-7400\">760-433-7400</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD74 | Davies. All rights reserved.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"gt-lang-code\">en</span>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 5, "failed": 3, "inapplicable": 21 }, "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": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 e--ua-blink e--ua-mac e--ua-webkit\" data-link=\"type-2\" data-prefix=\"single_page\" data-header=\"type-1:sticky\" data-footer=\"type-1\" itemscope=\"itemscope\" itemtype=\"http://schema.org/WebPage\" data-elementor-device-mode=\"desktop\">\n\n\n\tSkip to content\n\n\n\n\t\n\n\n\t\t\t<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lG …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The first focusable control is a visible link to a <main> element." }, "results": [ { "verdict": "warning", "description": "The first focusable control is a visible link to a <main> element.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T10": { "name": "Combining adjacent image and text links for the same resource", "code": "QW-WCAG-T10", "mapping": "H2", "description": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/text-equiv-all.html" }, { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" } ], "related": [ "G91", "G94", "H30", "C9", "F89" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H2", "passed": 0, "warning": 12, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified." }, "results": [ { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" cl …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" cl …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"ar\"> العربية</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"zh-CN\"> 简体中文</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"nl\"> Nederlands</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl gt-current\" data-gt-lang=\"en\"> English</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"fr\"> Français</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"de\"> Deutsch</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(6)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"it\"> Italiano</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(7)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"pt\"> Português</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(8)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"ru\"> Русский</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(9)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"es\"> Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(10)" } ], "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": 1, "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 href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">\n\n\t\t\n\t\t\n\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > a:nth-child(2)" } ], "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": 4, "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 id=\"menu-main\" class=\"menu\"><li id=\"menu-item-613\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-613\"><a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Legislation</a></li>\n<li id=\"menu-item-256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-l …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-2425\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2425\"><a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">In the News</a></li>\n\t<li id=\"menu-item-2427\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2427\"><a href=\"https://ad74.asmrc.org/category/pres …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul id=\"menu-main-1\" class=\"\"><li class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-613\"><a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Legislation</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) …", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2425\"><a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">In the News</a></li>\n\t<li class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2427\"><a href=\"https://ad74.asmrc.org/category/press-release/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-c …", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 46, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyloaded\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo ls-is-cached lazyloaded\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img width=\"1024\" height=\"677\" alt=\"Newspaper Stack - Color\" decoding=\"async\" data-srcset=\"https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1024x677.jpg 1024w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-300x198.jpg 300w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-768x508.jpg 768w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1536x1016.jpg 1536w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-2048x1355.jpg 2048w\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1024x677.jpg\" data-si …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+\" alt=\"previous arrow\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/NEXpRagGzus/hqdefault.jpg\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/8GZf3vuvIoI/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/JaBw7m0CL0I/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/zHGIojLlOzU/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/1gJ2kO6Y8FY/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/auf0T1MZJIc/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/7mEo_Z6Xmbc/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/ZS8-tEWJID8/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/JX_j7Fus-Hw/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(10) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(10) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/p92CfvyMyrQ/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(11) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(11) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/XWkR3w_pDAc/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/1iEFG51xHYQ/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(13) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(13) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/Y8RfnNxfdNw/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(14) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(14) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/JZagd7NrBQY/hqdefault.jpg\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(15) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+CiAgICA8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyNCIgZmlsbD0iIzAwMCIgb3BhY2l0eT0iLjYiLz4KICAgIDxwYXRoIGZpbGw9IiNGRkYiCiAgICAgICAgICBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(15) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"next arrow\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ar.png\" alt=\"ar\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/zh-CN.png\" alt=\"zh-CN\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/nl.png\" alt=\"nl\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/fr.png\" alt=\"fr\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/de.png\" alt=\"de\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(6) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/it.png\" alt=\"it\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(7) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/pt.png\" alt=\"pt\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(8) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ru.png\" alt=\"ru\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(9) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/es-mx.png\" alt=\"es\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(10) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 2, "warning": 0, "failed": 5, "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 class=\"elementor-widget-container\">\n\t\t\t/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var( …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)" } ], "attributes": [ "0px" ] }, { "verdict": "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 class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\">\n\t\t\t\t\t\tTwitter\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "var(--icon-size,25px)" ] }, { "verdict": "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 class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\">\n\t\t\t\t\t\tYoutube\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "var(--icon-size,25px)" ] }, { "verdict": "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 class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\">\n\t\t\t\t\t\tFacebook\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "var(--icon-size,25px)" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"gt_float_switcher notranslate\" style=\"opacity: 1;\"> العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español en </div>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "20px" ] } ] }, "QW-WCAG-T31": { "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa", "code": "QW-WCAG-T31", "mapping": "F24", "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "metadata": { "target": { "element": "*", "attributes": "text-decoration" }, "success-criteria": [ { "name": "1.4.3", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum" }, { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C23", "C25" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24", "passed": 13, "warning": 0, "failed": 62, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined background property but not a color css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-link\">In the News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/op-eds/\" class=\"ct-menu-link\">Op-Eds</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" /><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>ASSEMBLYWOMAN</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>Laurie</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>Davies</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Twitter</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Youtube</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Facebook</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">LEGISLATION</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">In the News</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<noscript><img width=\"1024\" height=\"677\" src=\"https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1024x677.jpg\" class=\"attachment-large size-large wp-image-309\" alt=\"Newspaper Stack - Color\" decoding=\"async\" srcset=\"https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1024x677.jpg 1024w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-300x198.jpg 300w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-768x508.jpg 768w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1536x1016.jpg 1536w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-su …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > noscript:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>Recent news to stay connected about what is happening around the Assembly 73rd District. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Videos</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assemblywoman Laurie Davies - Parents Bill of Rights</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">California Can't Afford AB 1400</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assembly Floor Session - AB 832</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Floor Session - AB 86</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assembly Bill 381</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(7) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">2021 Woman of the Year</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assembly Bill 543</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(9) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Teen Mental Health</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(10) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Prayer Before Floor Session</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(11) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Let Them Play - Epoch Times</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(12) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Covid-19 Town Hall</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(13) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Let Them Play</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(14) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Open Schools Now</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(15) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h5>State Capitol Office</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>P.O. Box 942849Sacramento, CA 94249-0074916-319-2074</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"tel: 916-319-2074\">916-319-2074</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<h5>District Office</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>2420 Vista Way, Suite 112Oceanside, CA 92054760-433-7400</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"tel: 760-433-7400\">760-433-7400</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD74 | Davies. All rights reserved.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"#\" class=\"ct-menu-link\">Media</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-link\">In the News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/category/op-eds/\" class=\"ct-menu-link\">Op-Eds</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 14, "warning": 2, "failed": 3, "inapplicable": 5 }, "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": 8, "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": "<h2 class=\"ha-icon-box-title\">LEGISLATION</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">In the News</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Videos</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5>State Capitol Office</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h5>District Office</h5>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP13": { "name": "Using consecutive links with the same href and one contains an image", "code": "QW-BP13", "description": "Using consecutive links with the same href in which one of the links contains an image", "metadata": { "target": { "element": "a" }, "passed": 4, "warning": 0, "failed": 10, "inapplicable": 0, "outcome": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image." }, "results": [ { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ar.png\" alt=\"ar\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/zh-CN.png\" alt=\"zh-CN\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/nl.png\" alt=\"nl\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/fr.png\" alt=\"fr\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/de.png\" alt=\"de\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(6) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/it.png\" alt=\"it\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(7) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/pt.png\" alt=\"pt\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(8) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ru.png\" alt=\"ru\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(9) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "There are consecutive links with the same href in which one of the links contained an image.", "resultCode": "F1", "elements": [ { "htmlCode": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/es-mx.png\" alt=\"es\">", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(10) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP4": { "name": "Grouped links not within a nav element", "code": "QW-BP4", "description": "Set of 10 or more links not grouped within a list (nav)", "metadata": { "target": { "element": "a" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "It was found a group of 10 or more links not grouped within a nav element." }, "results": [ { "verdict": "failed", "description": "It was found a group of 10 or more links not grouped within a nav element.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"ar\"> العربية</a>", "pointer": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target `width` attribute uses absolute units." }, "results": [ { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"></svg>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1) > svg:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 3, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"skip-link show-on-focus\" href=\"#main\">\n\tSkip to content</a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" }, { "htmlCode": "<main id=\"main\" class=\"site-main hfeed\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor- …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#offcanvas\" class=\"ct-header-trigger\" data-design=\"simple\" data-label=\"right\" aria-label=\"Menu\" data-id=\"trigger\">\n\n\tMenu\n\n\t\n\n\t\t\n\t\t\n\t\t\n\t\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, { "htmlCode": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\">\n\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\t\n\n\tLegislation\nDistrict Map\nMedia\n\n\tIn the News\n\tPress Releases\n\tOp-Eds\n\n\nBiography\nContact Me\n\n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\">\n\n\t\t\n\t\t\n\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > a:nth-child(2)" }, { "htmlCode": "<div id=\"main-container\">\n\t\n\n\n\t\t\t<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"><noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:im …", "pointer": "html > body:nth-child(2) > div:nth-child(10)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 89, "document": 1, "none": 8, "img": 46, "navigation": 2, "list": 4, "listitem": 16, "button": 18, "graphics-document": 6, "main": 1, "region": 7, "heading": 8, "figure": 1, "note": 14 }, "tags": { "html": 1, "head": 1, "meta": 20, "link": 45, "title": 1, "script": 55, "style": 18, "noscript": 6, "body": 1, "a": 44, "svg": 14, "defs": 8, "filter": 8, "fecolormatrix": 8, "fecomponenttransfer": 8, "fefuncr": 8, "fefuncg": 8, "fefuncb": 8, "fefunca": 8, "fecomposite": 8, "div": 345, "header": 1, "img": 46, "nav": 2, "ul": 4, "li": 16, "span": 21, "path": 4, "rect": 3, "main": 1, "section": 7, "p": 8, "i": 7, "h2": 6, "figure": 1, "ss3-loader": 1, "footer": 1, "h5": 2, "br": 4 } } } }, "success": true }, "standardResult": { "totals": [ 78, 78, 68, 6 ], "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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><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 dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><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": "SPAN", "id": "elementor-device-mode", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > span:nth-child(32)" }, "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "elementor-device-mode", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > span:nth-child(33)" }, "excerpt": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>" }, { "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) > a:nth-child(1)" }, "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davi ... \" alt=\"AD74 Laurie Davies Logo\" /><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" cl …" }, { "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(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</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(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" class=\"ct-menu-link\">Media</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"></span>" }, { "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(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</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(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\"> Twitter </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\"> Youtube </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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\"> Facebook </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/legislation/\"> LEGISLATION </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD74&inframe=N\"> CONTACT ME </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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://ad74.asmrc.org/category/in-the-news/\"> IN THE NEWS </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD74\"> SIGN UP FOR MY NEWSLETTER </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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a class=\"ha-btn\" href=\"https://ad74.asmrc.org/category/in-the-news/\">CLICK HERE FOR ALL NEWS</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"tel: 916-319-2074\">916-319-2074</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(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"tel: 760-433-7400\">760-433-7400</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>ASSEMBLYWOMAN</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Laurie</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Davies</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>ASSEMBLYWOMAN</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Laurie</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Davies</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Recent news to stay connected about what is happening around the Assembly 73rd District. </p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html dir=\"ltr\" lang=\"en-US\" prefix=\"og: https://ogp.me/ns#\" class=\"\"><head></head><body>AD74 | Davies | Assemblywoman Laurie Davies {\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbLi ... mblymember Laurie Davies | AD74 | HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside.\",\"url\":\"https:\\/\\/ad74.asmrc.org\\/\"}}]},{\"@type …" }, { "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) > a:nth-child(1)" }, "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" class=\"ct-menu-link\">Media</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>ASSEMBLYWOMAN</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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Laurie</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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Davies</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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">LEGISLATION</h2>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">In the News</h2>" }, { "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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Recent news to stay connected about what is happening around the Assembly 73rd District. </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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Videos</h2>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"n2-font-1bc0f869f2100043a30427cdfe9ebf36-simple \"> - PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5>State Capitol Office</h5>" }, { "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(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p>P.O. Box 942849Sacramento, CA 94249-0074916-319-2074</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(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"tel: 916-319-2074\">916-319-2074</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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5>District Office</h5>" }, { "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(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p>2420 Vista Way, Suite 112Oceanside, CA 92054760-433-7400</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(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"tel: 760-433-7400\">760-433-7400</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD74 | Davies. All rights reserved.</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(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</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(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"gt-lang-code\">en</span>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-pag ... \"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lG …" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davi ... \" alt=\"AD74 Laurie Davies Logo\" /><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" cl …" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/\" class=\"site-logo-container\" rel=\"home\"><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davi ... \" alt=\"AD74 Laurie Davies Logo\" /><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" cl …" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"ar\"> العربية</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"zh-CN\"> 简体中文</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"nl\"> Nederlands</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4)" }, "excerpt": "<a href=\"#\" class=\"nturl gt-current\" data-gt-lang=\"en\"> English</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"fr\"> Français</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(6)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"de\"> Deutsch</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(7)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"it\"> Italiano</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(8)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"pt\"> Português</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(9)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"ru\"> Русский</a>" }, { "ruleID": "QW-WCAG-T10", "what": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(10)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"es\"> Español</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(11) > a:nth-child(2)" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"> </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": "menu-main", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"menu-main\" class=\"menu\"><li id=\"menu-item-613\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-613\"><a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"c ... h-child(1)\">Legislation</a></li> <li id=\"menu-item-256\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-256\"><a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-l …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-2425\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2425\"><a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-l ... ild(1) > a:nth-child(1)\">In the News</a></li> <li id=\"menu-item-2427\" class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2427\"><a href=\"https://ad74.asmrc.org/category/pres …" }, { "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": "menu-main-1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"menu-main-1\" class=\"\"><li class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-613\"><a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\" _selecto ... 74.asmrc.org/district-map/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li class=\"menu-item menu-item-type-taxonomy menu-item-object-category menu-item-2425\"><a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-link\" _selector=\"html ... enu-item-2427\"><a href=\"https://ad74.asmrc.org/category/press-release/\" class=\"ct-menu-link\" _selector=\"html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-c …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyloaded\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(3)" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo ls-is-cached lazyloaded\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img width=\"1024\" height=\"677\" alt=\"Newspaper Stack - Color\" decoding=\"async\" data-srcset=\"https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1024x677.jpg 1024w, https://a ... smrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-2048x1355.jpg 2048w\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1024x677.jpg\" data-si …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3c ... wLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+\" alt=\"previous arrow\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/NEXpRagGzus/hqdefault.jpg\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/8GZf3vuvIoI/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/JaBw7m0CL0I/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/zHGIojLlOzU/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/1gJ2kO6Y8FY/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/auf0T1MZJIc/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/7mEo_Z6Xmbc/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/ZS8-tEWJID8/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(10) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/JX_j7Fus-Hw/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(10) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(11) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/p92CfvyMyrQ/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(11) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/XWkR3w_pDAc/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(13) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/1iEFG51xHYQ/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(13) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(14) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/Y8RfnNxfdNw/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(14) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(15) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"eager\" width=\"480\" height=\"360\" data-skip-lazy=\"1\" src=\"https://i.ytimg.com/vi/JZagd7NrBQY/hqdefault.jpg\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(15) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > img:nth-child(2)" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"48\" src=\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ij ... i0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgo8L3N2Zz4=\" alt=\"Play\" loading=\"eager\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3c ... 3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"next arrow\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ar.png\" alt=\"ar\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/zh-CN.png\" alt=\"zh-CN\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/nl.png\" alt=\"nl\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/fr.png\" alt=\"fr\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(6) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/de.png\" alt=\"de\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(7) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/it.png\" alt=\"it\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(8) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/pt.png\" alt=\"pt\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(9) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ru.png\" alt=\"ru\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(10) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/es-mx.png\" alt=\"es\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\">" }, { "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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1)" }, "excerpt": "<div class=\"elementor-widget-container\"> /*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-gr ... .elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var( …" }, { "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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\"> Twitter </a>" }, { "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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\"> Youtube </a>" }, { "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(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\"> Facebook </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(12) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div class=\"gt_float_switcher notranslate\" style=\"opacity: 1;\"> العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español en </div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)" }, "excerpt": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" ... <noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)" }, "excerpt": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload ... noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" class=\"ct-menu-link\">Media</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-link\">In the News</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/op-eds/\" class=\"ct-menu-link\">Op-Eds</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(2)" }, "excerpt": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo lazyload\" ... <noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"sticky-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > noscript:nth-child(4)" }, "excerpt": "<noscript><img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload ... noscript><img width=\"725\" height=\"167\" src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo\" alt=\"AD74 Laurie Davies Logo\" /></noscript>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"ct-label ct-hidden-sm ct-hidden-md ct-hidden-lg\">Menu</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>ASSEMBLYWOMAN</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Laurie</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Davies</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>HONORED TO SERVE: Laguna Niguel, San Juan Capistrano, Dana Point, San Clemente, Camp Pendleton, Vista and Oceanside. </p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-screen-only\">Twitter</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-screen-only\">Youtube</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-screen-only\">Facebook</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">LEGISLATION</h2>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">In the News</h2>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > noscript:nth-child(2)" }, "excerpt": "<noscript><img width=\"1024\" height=\"677\" src=\"https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1024x677.jpg\" class=\"attachment-large size-large wp-image-309\" alt=\"Newspa ... y-hazelwood-5010877-768x508.jpg 768w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-suzy-hazelwood-5010877-1536x1016.jpg 1536w, https://ad74.asmrc.org/wp-content/uploads/2021/11/pexels-su …" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Recent news to stay connected about what is happening around the Assembly 73rd District. </p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"ha-btn-text\">CLICK HERE FOR ALL NEWS</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Videos</h2>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assemblywoman Laurie Davies - Parents Bill of Rights</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">California Can't Afford AB 1400</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assembly Floor Session - AB 832</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(6) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Floor Session - AB 86</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(7) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assembly Bill 381</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">2021 Woman of the Year</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(9) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Assembly Bill 543</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(10) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Teen Mental Health</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(11) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Prayer Before Floor Session</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(12) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Let Them Play - Epoch Times</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(13) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Covid-19 Town Hall</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(14) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Let Them Play</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(6) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(15) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Open Schools Now</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5>State Capitol Office</h5>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p>P.O. Box 942849Sacramento, CA 94249-0074916-319-2074</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"tel: 916-319-2074\">916-319-2074</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5>District Office</h5>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p>2420 Vista Way, Suite 112Oceanside, CA 92054760-433-7400</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"tel: 760-433-7400\">760-433-7400</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>Privacy and Conditions of Use | Accessibility | General Disclaimer | Copyright © 2023 AD74 | Davies. All rights reserved.</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(3)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/legislation/\" class=\"ct-menu-link\">Legislation</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/district-map/\" class=\"ct-menu-link\">District Map</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" class=\"ct-menu-link\">Media</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/in-the-news/\" class=\"ct-menu-link\">In the News</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/press-release/\" class=\"ct-menu-link\">Press Releases</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/category/op-eds/\" class=\"ct-menu-link\">Op-Eds</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/biography/\" class=\"ct-menu-link\">Biography</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://ad74.asmrc.org/contact/\" class=\"ct-menu-link\">Contact Me</a>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">LEGISLATION</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">CONTACT ME</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">IN THE NEWS</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">In the News</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">Videos</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5>State Capitol Office</h5>" }, { "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": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h5:nth-child(1)" }, "excerpt": "<h5>District Office</h5>" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ar.png\" alt=\"ar\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/zh-CN.png\" alt=\"zh-CN\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/nl.png\" alt=\"nl\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(4) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/en-us.png\" alt=\"en\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/fr.png\" alt=\"fr\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(6) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/de.png\" alt=\"de\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(7) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/it.png\" alt=\"it\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(8) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/pt.png\" alt=\"pt\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(9) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ru.png\" alt=\"ru\">" }, { "ruleID": "QW-BP13", "what": "Using consecutive links with the same href in which one of the links contains an image", "ordinalSeverity": 1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(10) > img:nth-child(1)" }, "excerpt": "<img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/es-mx.png\" alt=\"es\">" }, { "ruleID": "QW-BP4", "what": "Set of 10 or more links not grouped within a list (nav)", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(12) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#\" class=\"nturl\" data-gt-lang=\"ar\"> العربية</a>" }, { "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(10) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"></svg>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"skip-link show-on-focus\" href=\"#main\"> Skip to content</a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "main", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > main:nth-child(2)" }, "excerpt": "<main id=\"main\" class=\"site-main hfeed\"> /*! elementor - v3.13.3 - 28-05-2023 */ .elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner&g ... -widget-container,.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor- …" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#offcanvas\" class=\"ct-header-trigger\" data-design=\"simple\" data-label=\"right\" aria-label=\"Menu\" data-id=\"trigger\"> Menu </a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "DIV", "id": "offcanvas", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1)" }, "excerpt": "<div id=\"offcanvas\" class=\"ct-panel ct-header\" data-behaviour=\"right-side\"> Legislation District Map Media In the News Press Releases Op-Eds Biography Contact Me </div>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > a:nth-child(2)" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"> </a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "DIV", "id": "main-container", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10)" }, "excerpt": "<div id=\"main-container\"> <img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"stick ... idth=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-content/uploads/2022/12/74_Davies_Name-Logo_Websites-2023-01.png\" class=\"default-logo lazyload\" src=\"data:im …" } ] }, "endTime": 1687103660129 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687103660129, "url": "https://ad74.asmrc.org/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.068", "responseTime": "2023-06-18T15:54:19.621Z", "data": { "apiErrors": [], "documentSize": 1203776, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 16, "totalWarnings": 16, "totalIssues": 32 }, "issuesByLevel": { "A": { "count": 19, "pct": 59.38 }, "AA": { "count": 17, "pct": 53.13 }, "AAA": { "count": 32, "pct": 100 } }, "density": { "errorDensity": 1, "warningDensity": 1, "allDensity": 3 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "9c05954c-182c-4186-af54-f26f302f5a36", "docID": "1e2efcba-0adc-49b9-a630-ecad7f4fd7ec", "sourceHash": "a97cdbbb5155559bf1f02042e08d7f47", "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=9c05954c-182c-4186-af54-f26f302f5a36", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 2426.52 }, "height": 2426.52, "width": 1024 }, "position": { "line": 8981, "column": 60 }, "errorSnippet": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit ", "xpath": "/html/body", "issueID": "762596871ed5881218608b6da93bd0d1", "signature": "74012ec984a03c6c1cfa015f586d6d00", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=762596871ed5881218608b6da93bd0d1" }, { "tID": 36, "bpID": 4, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This text is justified.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid using justified text", "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).", "viewPortLocation": { "top-left": { "x": 10, "y": 40 }, "bottom-right": { "x": 452, "y": 52 }, "height": 12, "width": 442 }, "position": { "line": 14706, "column": 8 }, "errorSnippet": "<div class=\"elementor-element elementor-element-52d31ba elementor-widget elementor-widget-text-editor\" data-id=\"52d31ba\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> <div class=\"elementor-widget-container\"> <style sty", "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]", "issueID": "82f90c8fd264d5a6cb070442952b7500", "signature": "edcbce42d31bff24f4eba0b51c5e7aba", "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=82f90c8fd264d5a6cb070442952b7500" }, { "tID": 36, "bpID": 4, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This text is justified.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid using justified text", "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 446, "y": 49 }, "height": 49, "width": 446 }, "position": { "line": 14707, "column": 6 }, "errorSnippet": "<div class=\"elementor-widget-container\"> <style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-edit", "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]", "issueID": "396a6295cf10fe123fa0370d087962f8", "signature": "a1254bcbb02761787cb1824c77eda20b", "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=396a6295cf10fe123fa0370d087962f8" }, { "tID": 36, "bpID": 4, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This text is justified.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid using justified text", "errorDescription": "This text has been styled with CSS to display as justified. Justified text causes readability problems for people with learning disabilities, dyslexia and some visual disabilities. Long passages of fully justified text creates inconsistent spacing between word and letter boundaries that can make reading justified text very difficult. Ensure that text is not styled to be fully justified (aligned to both the left and the right margins).", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 592, "y": 1078 }, "height": 1078, "width": 592 }, "position": { "line": 14711, "column": 4 }, "errorSnippet": "<style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-dr", "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/style[1]", "issueID": "ebed310bc7a749e90fd1b542e55fc7ee", "signature": "ddd588386a7b20ee8d028f4bd9917d60", "ref": "https://tenon.io/bestpractice.php?bpID=4&tID=36&issueID=ebed310bc7a749e90fd1b542e55fc7ee" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 442, "y": 55 }, "height": 55, "width": 442 }, "position": { "line": 14722, "column": 5 }, "errorSnippet": "<div class=\"elementor-widget-container\"> <style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-wid", "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]", "issueID": "62c921a98e35e3d028b580f144a04123", "signature": "378cdaf4d26dfe5fdca4fcb0d7170f23", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=62c921a98e35e3d028b580f144a04123" }, { "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": 901.594, "y": 561 }, "height": 561, "width": 901.594 }, "position": { "line": 14874, "column": 4 }, "errorSnippet": "<div id=\"n2-ss-5\" data-creator=\"Smart Slider 3\" data-responsive=\"auto\" class=\"n2-ss-slider n2-ow n2-has-hover n2-ss-desktopPortrait n2-ss-loaded n2-ss-tabletPortrait\" data-device-mode=\"tabletPortrait\"> <div class=\"n2-ss-slider-wrapper-outside\" s", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "a085516ba990ca2a4f5f53b209c747c7", "signature": "f839a4c76d26c758bdeda18ec0d05629", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a085516ba990ca2a4f5f53b209c747c7" }, { "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": 62.796875, "y": 0 }, "bottom-right": { "x": 858.796875, "y": 19 }, "height": 19, "width": 796 }, "position": { "line": 14927, "column": 7 }, "errorSnippet": "<div class=\"ct-footer-copyright\" data-id=\"copyright\"> <p><a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a> | <a href=\"htt", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]", "issueID": "353378bde22ec1c85a91d0a27042b347", "signature": "c3030bf020339e824d535e8c8c7aebb6", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=353378bde22ec1c85a91d0a27042b347" }, { "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": 121.922, "y": 52 }, "height": 52, "width": 121.922 }, "position": { "line": 14939, "column": 0 }, "errorSnippet": "<div class=\"gt_float_switcher notranslate\" style=\"opacity: 1;\"><div class=\"gt_options\" style=\"display: none;\"><a href=\"#\" class=\"nturl\" data-gt-lang=\"ar\"><img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ar.png\" alt=\"ar\"", "xpath": "/html/body/div[3]/div[2]/div[1]", "issueID": "e763c7935be36ce92e614a9b220330f0", "signature": "1bf292898b5383966ed47aced6e640ee", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e763c7935be36ce92e614a9b220330f0" }, { "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, "y": 703 }, "bottom-right": { "x": 960, "y": 724 }, "height": 21, "width": 21 }, "position": { "line": 11106, "column": 34 }, "errorSnippet": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"> <svg class=\"ct-icon\" width=\"15\" height=\"15\" viewBox=\"0 0 20 20\"><path d=\"M10,0L9.4,0.6L0.8,9", "xpath": "/html/body/div[2]/a[1]", "issueID": "7918186b3a42adffa29c3a345f6fd6d4", "signature": "71559e94a68bd2395fb4952e4276b938", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7918186b3a42adffa29c3a345f6fd6d4" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 62.5, "y": 75 }, "height": 75, "width": 62.5 }, "position": { "line": 6946, "column": 0 }, "errorSnippet": "<a href=\"#\" class=\"ct-menu-link\">Media<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"><path d=\"M2.1,3.2l5.4,5", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "issueID": "4de79d0577c5e2bb9eea35e31fbbfe7c", "signature": "d2d2714a89816136b766d3f0c195bdd8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4de79d0577c5e2bb9eea35e31fbbfe7c" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 424.515625 }, "bottom-right": { "x": 1024, "y": 654.515625 }, "height": 230, "width": 1024 }, "position": { "line": 14768, "column": 5 }, "errorSnippet": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5d472da elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5d472da\" data-element_type=\"section\" data-settings=", "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]", "issueID": "a767228088770bb5e8a64bc19cc69ac0", "signature": "d46683cebcd06daa6279286cbcf29946", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=a767228088770bb5e8a64bc19cc69ac0" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0.000025000000000829914, "y": 40 }, "bottom-right": { "x": 921.5940250000001, "y": 270 }, "height": 230, "width": 921.594 }, "position": { "line": 14734, "column": 5 }, "errorSnippet": "<div class=\"elementor-container elementor-column-gap-default\"> <div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f84956f\" data-id=\"f84956f\" data-element_type=\"column\"> <div class=\"elemen", "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]", "issueID": "ada76a504e6e53c86fcb78693dd865b8", "signature": "0fdd89d857025446defd4bb30bf62127", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ada76a504e6e53c86fcb78693dd865b8" }, { "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": 691.171875, "y": 0 }, "bottom-right": { "x": 921.562875, "y": 230 }, "height": 230, "width": 230.391 }, "position": { "line": 14772, "column": 9 }, "errorSnippet": "<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-057bd85\" data-id=\"057bd85\" data-element_type=\"column\"> <div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"eleme", "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]", "issueID": "af0963edda793d08a43bedc4595cc30d", "signature": "0c93884993dfa7cec840ff9db9db1f10", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=af0963edda793d08a43bedc4595cc30d" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 210.391, "y": 210 }, "height": 210, "width": 210.391 }, "position": { "line": 14782, "column": 5 }, "errorSnippet": "<div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"elementor-element elementor-element-2e4d5c5 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"2e4d5c5\" data-element_type=\"widget\" data-widg", "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]", "issueID": "12f3ffc340d2f557c522db7d5730a9cc", "signature": "c3397816d9d2496e9ac8a07a2844c641", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=12f3ffc340d2f557c522db7d5730a9cc" }, { "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": 10, "y": 10 }, "bottom-right": { "x": 220.391, "y": 218 }, "height": 208, "width": 210.391 }, "position": { "line": 14783, "column": 4 }, "errorSnippet": "<div class=\"elementor-element elementor-element-2e4d5c5 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"2e4d5c5\" data-element_type=\"widget\" data-widget_type=\"ha-icon-box.default\"> <a class=\"elementor-widget-contai", "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]", "issueID": "986ad05b3410b883121f024e2d56c29b", "signature": "625fa2e6062a82a05d521950100665b9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=986ad05b3410b883121f024e2d56c29b" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 210.391, "y": 112 }, "height": 112, "width": 210.391 }, "position": { "line": 7986, "column": 0 }, "errorSnippet": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD74\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"icon icon-email1\"></i> </", "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]", "issueID": "c87bfb3880d0dc35d7d9b3f202944377", "signature": "51794f2933b7335cd93fc591611dc5e4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=c87bfb3880d0dc35d7d9b3f202944377" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 118 }, "bottom-right": { "x": 210.391, "y": 162 }, "height": 44, "width": 210.391 }, "position": { "line": 14814, "column": 3 }, "errorSnippet": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>", "xpath": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]/h2[1]", "issueID": "314c17e8f0bae879f503b49529f51f8d", "signature": "ba7f1656d1d6c2178cc2ae03d98732e6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=314c17e8f0bae879f503b49529f51f8d" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 901.594, "y": 500 }, "height": 500, "width": 901.594 }, "position": { "line": 14900, "column": 0 }, "errorSnippet": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]", "issueID": "329d87a6b7f24a1adcff3f397eac61e0", "signature": "5d40751c96040639205e82d8dc14b235", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=329d87a6b7f24a1adcff3f397eac61e0" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 18, "y": 18 }, "height": 18, "width": 18 }, "position": { "line": 14901, "column": 0 }, "errorSnippet": "<div><div class=\"n2-bullet n2-style-785355f374be86c332d4665aae819858-dot n2-active\" role=\"button\" aria-label=\"PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL\" aria-current=\"true\"></div></div>", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]", "issueID": "6fa3002cafbe425a374ba7cd0c2a97f4", "signature": "f07ca9b4e7a1978a3fe4b6d02fcfc619", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6fa3002cafbe425a374ba7cd0c2a97f4" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 500 }, "bottom-right": { "x": 901.594, "y": 561 }, "height": 61, "width": 901.594 }, "position": { "line": 14906, "column": 0 }, "errorSnippet": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-below\"><div style=\"--widget-offset:15px;text-align: center;width:100%;\" class=\"n2-ss-widget nextend-bar nextend-bar-horizontal n2-ow-all\"><div class=\"n2-style-0653212c1ceac98c39311259", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]", "issueID": "19a77b59d299f979959ca78ceaf6994a", "signature": "450961c315e21473df68d72c5626951d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=19a77b59d299f979959ca78ceaf6994a" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 500 }, "bottom-right": { "x": 901.594, "y": 546 }, "height": 46, "width": 901.594 }, "position": { "line": 14906, "column": 0 }, "errorSnippet": "<div style=\"--widget-offset:15px;text-align: center;width:100%;\" class=\"n2-ss-widget nextend-bar nextend-bar-horizontal n2-ow-all\"><div class=\"n2-style-0653212c1ceac98c39311259949beeac-simple \" style=\"display: inline-block; cursor: inherit;\">", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "issueID": "ce91bec991742f03d5fac0c853f2f74b", "signature": "6d4237b2ea1390c57b1e8d820db50dd7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=ce91bec991742f03d5fac0c853f2f74b" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 861.594, "y": 36 }, "height": 36, "width": 861.594 }, "position": { "line": 14906, "column": 0 }, "errorSnippet": "<div class=\"n2-style-0653212c1ceac98c39311259949beeac-simple \" style=\"display: inline-block; cursor: inherit;\"><span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</span><sp", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]", "issueID": "55558804357f47e2738cc494063ddc3c", "signature": "2ef6003a7f989542efa5894e4150a69f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=55558804357f47e2738cc494063ddc3c" }, { "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": 33.796875, "y": 5 }, "bottom-right": { "x": 500.796875, "y": 23 }, "height": 18, "width": 467 }, "position": { "line": 14906, "column": 0 }, "errorSnippet": "<span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</span>", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]", "issueID": "5132815792175bac5828b94088eb39b9", "signature": "89d8cda19de8e29ecf308ce86f0b28b9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5132815792175bac5828b94088eb39b9" }, { "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": 406.796875, "y": 5 }, "bottom-right": { "x": 867.796875, "y": 41 }, "height": 36, "width": 461 }, "position": { "line": 14906, "column": 0 }, "errorSnippet": "<span class=\"n2-font-1bc0f869f2100043a30427cdfe9ebf36-simple \"> - PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</span>", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]", "issueID": "d1405acbeda2778dfa107176f4b8a6cf", "signature": "1b2d917428aa0b09cec55b121807eb52", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d1405acbeda2778dfa107176f4b8a6cf" }, { "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": 2426.52 }, "height": 2426.52, "width": 1024 }, "position": { "line": 8981, "column": 60 }, "errorSnippet": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit ", "xpath": "/html/body", "issueID": "7a105e95dea9ebb6372691e8a6fd7a4e", "signature": "06807e89dd9aeada730b67a3af3e80e6", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=7a105e95dea9ebb6372691e8a6fd7a4e" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 14901, "column": 0 }, "errorSnippet": "<div class=\"n2-bullet n2-style-785355f374be86c332d4665aae819858-dot n2-active\" role=\"button\" aria-label=\"PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL\" aria-current=\"true\"></div>", "xpath": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]", "issueID": "1168d6f76c39416679da70ca538b680b", "signature": "eec04ec17f0fdbfab2787219d1be4bd5", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=1168d6f76c39416679da70ca538b680b" }, { "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": -30 }, "bottom-right": { "x": 55, "y": 25 }, "height": 55, "width": 55 }, "position": { "line": 6946, "column": 0 }, "errorSnippet": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\"> <span class=\"elementor-screen-only\">Twitter</span>", "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[1]/a[1]", "issueID": "497b78579d018810d41d2ceb87dc1125", "signature": "cfa43216637fc1dbbad3bdd5e617dd95", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=497b78579d018810d41d2ceb87dc1125" }, { "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": 85, "y": -30 }, "bottom-right": { "x": 140, "y": 25 }, "height": 55, "width": 55 }, "position": { "line": 6946, "column": 0 }, "errorSnippet": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\"> <span class=\"elementor-screen-only\"&g", "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[2]/a[1]", "issueID": "2919d02b0cd77f65a2b016692533dd4b", "signature": "179dce2ebf3a6d0e4b09acdda40bd3ac", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2919d02b0cd77f65a2b016692533dd4b" }, { "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": 170, "y": -30 }, "bottom-right": { "x": 225, "y": 25 }, "height": 55, "width": 55 }, "position": { "line": 6974, "column": 416 }, "errorSnippet": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\"> <span class=\"elementor-screen-only\">Fac", "xpath": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[3]/a[1]", "issueID": "12102dde74b2006e708ffbf32040291c", "signature": "7dd513417f4794ddf58952ef6147cb4e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=12102dde74b2006e708ffbf32040291c" }, { "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": 62.796875, "y": 0 }, "bottom-right": { "x": 263.796875, "y": 18 }, "height": 18, "width": 201 }, "position": { "line": 10578, "column": 34 }, "errorSnippet": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]", "issueID": "5e6d4551be6dba2a96dada7c8b05b416", "signature": "fe204d3d664f6d0225f9bd831ec3485f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5e6d4551be6dba2a96dada7c8b05b416" }, { "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": 275.796875, "y": 0 }, "bottom-right": { "x": 361.796875, "y": 18 }, "height": 18, "width": 86 }, "position": { "line": 10579, "column": 0 }, "errorSnippet": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]", "issueID": "e5a3b809cc55757b4f64d47b71ae9c3c", "signature": "39f7dfa9306e934b594412618573edca", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e5a3b809cc55757b4f64d47b71ae9c3c" }, { "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": 373.796875, "y": 0 }, "bottom-right": { "x": 500.796875, "y": 18 }, "height": 18, "width": 127 }, "position": { "line": 10579, "column": 0 }, "errorSnippet": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]", "issueID": "b9c83e2a40e15eda411606d204460a86", "signature": "54d1d0bb198ee144252414b508c7f78c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b9c83e2a40e15eda411606d204460a86" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 17, 15 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit " }, { "ruleID": "36", "what": "This text is justified.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]" }, "excerpt": "<div class=\"elementor-element elementor-element-52d31ba elementor-widget elementor-widget-text-editor\" data-id=\"52d31ba\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\"> <div class=\"elementor-widget-container\"> <style sty" }, { "ruleID": "36", "what": "This text is justified.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div class=\"elementor-widget-container\"> <style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-edit" }, { "ruleID": "36", "what": "This text is justified.", "ordinalSeverity": 3, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[2]/div[1]/style[1]" }, "excerpt": "<style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-dr" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]" }, "excerpt": "<div class=\"elementor-widget-container\"> <style style=\"\">/*! elementor - v3.13.3 - 28-05-2023 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-wid" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-5", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div id=\"n2-ss-5\" data-creator=\"Smart Slider 3\" data-responsive=\"auto\" class=\"n2-ss-slider n2-ow n2-has-hover n2-ss-desktopPortrait n2-ss-loaded n2-ss-tabletPortrait\" data-device-mode=\"tabletPortrait\"> <div class=\"n2-ss-slider-wrapper-outside\" s" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"ct-footer-copyright\" data-id=\"copyright\"> <p><a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a> | <a href=\"htt" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[2]/div[1]" }, "excerpt": "<div class=\"gt_float_switcher notranslate\" style=\"opacity: 1;\"><div class=\"gt_options\" style=\"display: none;\"><a href=\"#\" class=\"nturl\" data-gt-lang=\"ar\"><img data-gt-lazy-src=\"/wp-content/plugins/gtranslate/flags/32/ar.png\" alt=\"ar\"" }, { "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[2]/a[1]" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"right\" title=\"Go to top\" aria-label=\"Go to top\"> <svg class=\"ct-icon\" width=\"15\" height=\"15\" viewBox=\"0 0 20 20\"><path d=\"M10,0L9.4,0.6L0.8,9" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"#\" class=\"ct-menu-link\">Media<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg width=\"8\" height=\"8\" viewBox=\"0 0 15 15\" aria-label=\"Menu dropdown icon\"><path d=\"M2.1,3.2l5.4,5" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[2]" }, "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5d472da elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5d472da\" data-element_type=\"section\" data-settings=" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]" }, "excerpt": "<div class=\"elementor-container elementor-column-gap-default\"> <div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f84956f\" data-id=\"f84956f\" data-element_type=\"column\"> <div class=\"elemen" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]" }, "excerpt": "<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-057bd85\" data-id=\"057bd85\" data-element_type=\"column\"> <div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"eleme" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]" }, "excerpt": "<div class=\"elementor-widget-wrap elementor-element-populated\"> <div class=\"elementor-element elementor-element-2e4d5c5 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"2e4d5c5\" data-element_type=\"widget\" data-widg" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]" }, "excerpt": "<div class=\"elementor-element elementor-element-2e4d5c5 elementor-widget elementor-widget-ha-icon-box happy-addon ha-icon-box\" data-id=\"2e4d5c5\" data-element_type=\"widget\" data-widget_type=\"ha-icon-box.default\"> <a class=\"elementor-widget-contai" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"elementor-widget-container ha-icon-box-link\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD74\"> <span class=\"ha-icon-box-icon\"> <i aria-hidden=\"true\" class=\"icon icon-email1\"></i> </" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[2]/div[1]/div[4]/div[1]/div[1]/a[1]/h2[1]" }, "excerpt": "<h2 class=\"ha-icon-box-title\">SIGN UP FOR MY NEWSLETTER </h2>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</div>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]" }, "excerpt": "<div><div class=\"n2-bullet n2-style-785355f374be86c332d4665aae819858-dot n2-active\" role=\"button\" aria-label=\"PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL\" aria-current=\"true\"></div></div>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-below\"><div style=\"--widget-offset:15px;text-align: center;width:100%;\" class=\"n2-ss-widget nextend-bar nextend-bar-horizontal n2-ow-all\"><div class=\"n2-style-0653212c1ceac98c39311259" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div style=\"--widget-offset:15px;text-align: center;width:100%;\" class=\"n2-ss-widget nextend-bar nextend-bar-horizontal n2-ow-all\"><div class=\"n2-style-0653212c1ceac98c39311259949beeac-simple \" style=\"display: inline-block; cursor: inherit;\">" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"n2-style-0653212c1ceac98c39311259949beeac-simple \" style=\"display: inline-block; cursor: inherit;\"><span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</span><sp" }, { "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]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[1]" }, "excerpt": "<span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</span>" }, { "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]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/span[2]" }, "excerpt": "<span class=\"n2-font-1bc0f869f2100043a30427cdfe9ebf36-simple \"> - PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL</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=\"home page-template page-template-elementor_header_footer page page-id-2304 wp-custom-logo wp-embed-responsive elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-2304 ct-loading e--ua-appleWebkit " }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[6]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"n2-bullet n2-style-785355f374be86c332d4665aae819858-dot n2-active\" role=\"button\" aria-label=\"PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL\" aria-current=\"true\"></div>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[1]/a[1]" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-065c767 exitNotifierLink\" href=\"https://twitter.com/AsmLaurieDavies\" target=\"_blank\"> <span class=\"elementor-screen-only\">Twitter</span>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[2]/a[1]" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-efb9875 exitNotifierLink\" href=\"https://www.youtube.com/channel/UC7CP-kqUo2Rlg1Zv74NPVsw\" target=\"_blank\"> <span class=\"elementor-screen-only\"&g" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[6]/div[1]/div[1]/span[3]/a[1]" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-788ed20 exitNotifierLink\" href=\"https://www.facebook.com/AssemblywomanLaurieDavies\" target=\"_blank\"> <span class=\"elementor-screen-only\">Fac" }, { "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]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"https://asmrc.org/privacy-and-conditions-of-use-policy/\" target=\"_blank\" rel=\"noopener\" class=\"exitNotifierLink\">Privacy and Conditions of Use</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[2]" }, "excerpt": "<a href=\"https://www.assembly.ca.gov/accessibility\" target=\"_blank\" rel=\"noopener\">Accessibility</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/div[1]/p[1]/a[3]" }, "excerpt": "<a href=\"https://ad74.asmrc.org/general-disclaimer/\" target=\"_blank\" rel=\"noopener\">General Disclaimer</a>" } ] }, "endTime": 1687103660619 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687103660619, "url": "https://ad74.asmrc.org/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "", "main": "main" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 403 }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [], "prevented": true }, "totals": [ 0, 0, 0, 10 ], "standardInstances": [ { "ruleID": "dupAtt", "what": "Page prevented this test (treated as 10 instances)", "ordinalSeverity": 3, "count": 10, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "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": 36, "tabFocused": 36, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 23, "types": { "missing": { "total": 23, "tagNames": { "A": 20, "SPAN": 1, "DIV": 2 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "Skip to content" }, { "tagName": "A", "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "tagName": "A", "id": "", "text": "Legislation" }, { "tagName": "A", "id": "", "text": "District Map" }, { "tagName": "A", "id": "", "text": "Media" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "tagName": "A", "id": "", "text": "Biography" }, { "tagName": "A", "id": "", "text": "Contact Me" }, { "tagName": "A", "id": "", "text": "Twitter" }, { "tagName": "A", "id": "", "text": "Youtube" }, { "tagName": "A", "id": "", "text": "Facebook" }, { "tagName": "A", "id": "", "text": "LEGISLATION" }, { "tagName": "A", "id": "", "text": "CONTACT ME" }, { "tagName": "A", "id": "", "text": "IN THE NEWS" }, { "tagName": "A", "id": "", "text": "SIGN UP FOR MY NEWSLETTER" }, { "tagName": "A", "id": "", "text": "CLICK HERE FOR ALL NEWS" }, { "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "text": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "tagName": "DIV", "id": "n2-ss-5-arrow-next", "text": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "tagName": "A", "id": "", "text": "916-319-2074" }, { "tagName": "A", "id": "", "text": "760-433-7400" }, { "tagName": "A", "id": "", "text": "Privacy and Conditions of Use" }, { "tagName": "A", "id": "", "text": "Accessibility" }, { "tagName": "A", "id": "", "text": "General Disclaimer" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 23 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to content" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focInd", "what": "SPAN element has no focus indicator", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEGISLATION" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTACT ME" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IN THE NEWS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SIGN UP FOR MY NEWSLETTER" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CLICK HERE FOR ALL NEWS" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-5-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2074" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "760-433-7400" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy and Conditions of Use" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "General Disclaimer" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 94, "types": { "onlyFocusable": { "total": 2, "tagNames": { "SPAN": 2 } }, "onlyOperable": { "total": 46, "tagNames": { "DIV": 17, "IMG": 28, "SPAN": 1 } }, "focusableAndOperable": { "total": 46, "tagNames": { "A": 44, "DIV": 2 } } } }, "items": { "onlyFocusable": [ { "tagName": "SPAN", "id": "", "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" } ], "onlyOperable": [ { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-s", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-bullet n2-style-785355f374be86c332d4665aae819858-dot \" style=\"visibility: hidden; cur", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "<span class=\"ct-close-button\" style=\"cursor: default;\"> <svg class=\"ct-icon\" width=\"12\" height=\"12\" ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "en", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Skip to content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In the News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Op-Eds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Biography", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Youtube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "LEGISLATION", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "CONTACT ME", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "IN THE NEWS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SIGN UP FOR MY NEWSLETTER", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "CLICK HERE FOR ALL NEWS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "text": "<div style=\"--widget-offset: 25px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "n2-ss-5-arrow-next", "text": "<div style=\"--widget-offset: 25px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "916-319-2074", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "760-433-7400", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Privacy and Conditions of Use", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Accessibility", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "General Disclaimer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "District Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Media", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "In the News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press Releases", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Op-Eds", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Biography", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Me", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "العربية", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "简体中文", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Nederlands", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "English", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Français", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Deutsch", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Italiano", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Português", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Русский", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Español", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 2, 46 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "SPAN element is focusable but not operable", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "ruleID": "focOp", "complaint": "SPAN element is focusable but not operable", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-s" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-bullet n2-style-785355f374be86c332d4665aae819858-dot \" style=\"visibility: hidden; cur" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"ct-close-button\" style=\"cursor: default;\"> <svg class=\"ct-icon\" width=\"12\" height=\"12\" " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "en" } ] }, "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": 25, "triggerSample": 19, "impactTriggers": 6, "additions": 8, "removals": 2, "opacityChanges": 4, "opacityImpact": 8, "unhoverables": 1, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "menu-item-2031", "text": "Media In the News Press Releases Op-Eds", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Media", "additions": 4, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-258", "text": "Biography", "additions": 0, "removals": 3, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Twitter", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 2 }, { "tagName": "A", "id": "", "text": "Youtube", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 2 }, { "tagName": "A", "id": "", "text": "Facebook", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 2 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skip to content" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 8, 12, 2, 7 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-2031", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media In the News Press Releases Op-Eds" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-258", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to content" } ] }, "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": 44, "adjacent": { "total": 38, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "Skip to content" }, { "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "District Map" }, { "id": "", "text": "Media" }, { "id": "", "text": "Biography" }, { "id": "", "text": "Contact Me" }, { "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "id": "", "text": "Menu" }, { "id": "", "text": "Twitter" }, { "id": "", "text": "Youtube" }, { "id": "", "text": "Facebook" }, { "id": "", "text": "LEGISLATION" }, { "id": "", "text": "CONTACT ME" }, { "id": "", "text": "IN THE NEWS" }, { "id": "", "text": "SIGN UP FOR MY NEWSLETTER" }, { "id": "", "text": "CLICK HERE FOR ALL NEWS" }, { "id": "", "text": "916-319-2074" }, { "id": "", "text": "760-433-7400" }, { "id": "", "text": "Privacy and Conditions of Use" }, { "id": "", "text": "Accessibility" }, { "id": "", "text": "General Disclaimer" }, { "id": "", "text": "Legislation" }, { "id": "", "text": "District Map" }, { "id": "", "text": "Media" }, { "id": "", "text": "Biography" }, { "id": "", "text": "Contact Me" }, { "id": "", "text": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri" }, { "id": "", "text": "العربية" }, { "id": "", "text": "简体中文" }, { "id": "", "text": "Nederlands" }, { "id": "", "text": "English" }, { "id": "", "text": "Français" }, { "id": "", "text": "Deutsch" }, { "id": "", "text": "Italiano" }, { "id": "", "text": "Português" }, { "id": "", "text": "Русский" }, { "id": "", "text": "Español" } ] } }, "totals": [ 0, 38, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEGISLATION" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTACT ME" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IN THE NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SIGN UP FOR MY NEWSLETTER" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CLICK HERE FOR ALL NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2074" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "760-433-7400" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy and Conditions of Use" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "General Disclaimer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "简体中文" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Nederlands" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "English" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Français" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Deutsch" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Italiano" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Português" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Русский" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Español" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 26, "badRoleElements": 4, "redundantRoleElements": 0, "tagNames": { "SPAN": { "button": { "bad": 2, "redundant": 0 } }, "DIV": { "button": { "bad": 2, "redundant": 0 } } } }, "totals": [ 0, 0, 0, 4 ], "standardInstances": [ { "ruleID": "role", "what": "SPAN elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 38, "subtotals": [ 26, 10, 1, 1 ] }, "listLink": { "total": 6, "subtotals": [ 3, 3 ] }, "h2": { "total": 6, "subtotals": [ 4, 2 ] }, "h5": { "total": 2 } }, "items": { "adjacentLink": { "fontWeight": { "400": [ "Skip to content", "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont", "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont", "Menu", "Twitter", "Youtube", "Facebook", "LEGISLATION", "CONTACT ME", "IN THE NEWS", "SIGN UP FOR MY NEWSLETTER", "916-319-2074", "760-433-7400", "Privacy and Conditions of Use", "Accessibility", "General Disclaimer", "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri", "العربية", "简体中文", "Nederlands", "English", "Français", "Deutsch", "Italiano", "Português", "Русский", "Español" ], "600": [ "CLICK HERE FOR ALL NEWS" ], "700": [ "Legislation", "District Map", "Media", "Biography", "Contact Me", "Legislation", "District Map", "Media", "Biography", "Contact Me" ] }, "opacity": { "0": [ "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri" ], "1": [ "Skip to content", "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont", "Legislation", "District Map", "Media", "Biography", "Contact Me", "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont", "Menu", "Twitter", "Youtube", "Facebook", "LEGISLATION", "CONTACT ME", "IN THE NEWS", "SIGN UP FOR MY NEWSLETTER", "CLICK HERE FOR ALL NEWS", "916-319-2074", "760-433-7400", "Privacy and Conditions of Use", "Accessibility", "General Disclaimer", "Legislation", "District Map", "Media", "Biography", "Contact Me", "العربية", "简体中文", "Nederlands", "English", "Français", "Deutsch", "Italiano", "Português", "Русский", "Español" ] } }, "listLink": { "fontWeight": { "500": [ "In the News", "Press Releases", "Op-Eds" ], "700": [ "In the News", "Press Releases", "Op-Eds" ] }, "color": { "rgb(25, 42, 61)": [ "In the News", "Press Releases", "Op-Eds" ], "rgb(255, 255, 255)": [ "In the News", "Press Releases", "Op-Eds" ] }, "fontSize": { "16px": [ "In the News", "Press Releases", "Op-Eds" ], "20px": [ "In the News", "Press Releases", "Op-Eds" ] }, "lineHeight": { "26.4px": [ "In the News", "Press Releases", "Op-Eds" ], "33px": [ "In the News", "Press Releases", "Op-Eds" ] } }, "h2": { "color": { "rgb(255, 255, 255)": [ "LEGISLATION", "CONTACT ME", "IN THE NEWS", "SIGN UP FOR MY NEWSLETTER" ], "rgb(25, 42, 61)": [ "In the News", "Videos" ] }, "fontSize": { "24px": [ "LEGISLATION", "CONTACT ME", "IN THE NEWS", "SIGN UP FOR MY NEWSLETTER" ], "53px": [ "In the News", "Videos" ] } } } }, "totals": [ 3, 1, 0, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 4 different styles", "count": 3, "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-2 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 176, "tagNames": { "HEADER": 1, "DIV": 144, "UL": 1, "IMG": 28, "SS3-LOADER": 1, "A": 1 } }, "items": [ { "tagName": "HEADER", "id": "header", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "tagName": "DIV", "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "tagName": "DIV", "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "tagName": "UL", "id": "", "text": "In the News Press Releases Op-Eds" }, { "tagName": "DIV", "id": "", "text": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "tagName": "DIV", "id": "n2-ss-5-align", "text": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "tagName": "DIV", "id": "n2-ss-5", "text": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "text": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "tagName": "DIV", "id": "", "text": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "tagName": "DIV", "id": "", "text": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"7\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"8\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"9\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"10\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"11\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"12\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"13\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"14\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "tagName": "DIV", "id": "", "text": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "tagName": "DIV", "id": "", "text": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-L1y" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-L1yBf0ffVQ07\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-CegOwirBR3zz\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-tsmjFeGVf0DJ\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-s" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Assemblywoman Laurie Davies - Parents Bill of Rights" }, { "tagName": "DIV", "id": "", "text": "Assemblywoman Laurie Davies - Parents Bill of Rights" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-FJf" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-FJfnbCKrposs\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-a3k96xEq7C4Z\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-2iI0Nn0MDhIB\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "California Can't Afford AB 1400" }, { "tagName": "DIV", "id": "", "text": "California Can't Afford AB 1400" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Tgd" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-TgdHkbcTVpku\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-prdTsSY0b0cO\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-9AqqPKNsSY45\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Assembly Floor Session - AB 832" }, { "tagName": "DIV", "id": "", "text": "Assembly Floor Session - AB 832" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-r0r" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-r0r5sqmXGllo\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-MXWXqjVU2eSG\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-USCRz2fU9v7T\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Floor Session - AB 86" }, { "tagName": "DIV", "id": "", "text": "Floor Session - AB 86" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-sZZ" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-sZZbETN6vasC\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-u57ZCCzO1ieY\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-smZLXnTP6PKY\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Assembly Bill 381" }, { "tagName": "DIV", "id": "", "text": "Assembly Bill 381" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-j3T" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-j3TpSs9FyEif\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-w09NMposDfu2\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-nTVOt3HyuEev\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "2021 Woman of the Year" }, { "tagName": "DIV", "id": "", "text": "2021 Woman of the Year" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-JuR" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-JuRgNu0VIWMc\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-4Hre2Ldw9zup\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-jW9POtbruTZO\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Assembly Bill 543" }, { "tagName": "DIV", "id": "", "text": "Assembly Bill 543" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-znF" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-znFsBXhHczBf\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-2rGc32AJufj4\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-85BpXUzFPNZQ\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Teen Mental Health" }, { "tagName": "DIV", "id": "", "text": "Teen Mental Health" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-U45" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-U45XYlfp6iub\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-ZHYSOwRgS6Tc\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-tfM79H6jQt1C\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Prayer Before Floor Session" }, { "tagName": "DIV", "id": "", "text": "Prayer Before Floor Session" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-EZ6" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-EZ6oRctEHQXn\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-f8B4H83ZvyaX\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-oRZVzawPm0MU\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Let Them Play - Epoch Times" }, { "tagName": "DIV", "id": "", "text": "Let Them Play - Epoch Times" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-6u7" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-6u7s6fxbfA7t\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-CPHwtb8z1Epk\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-J53yO9p7KkC1\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Covid-19 Town Hall" }, { "tagName": "DIV", "id": "", "text": "Covid-19 Town Hall" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-alK" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-alK5HTv8qStp\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-zUUHUFSYZzL5\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-22ZHsMvvNXEr\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Let Them Play" }, { "tagName": "DIV", "id": "", "text": "Let Them Play" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-UKc" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-UKcYrE0GWKRJ\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-3NlB1vHLwjWp\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-t7OwdAoKc7s8\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "Open Schools Now" }, { "tagName": "DIV", "id": "", "text": "Open Schools Now" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-ZCC" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-ZCCMTr5pS4BE\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-QZxxw2MKPnUO\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-layer n2-ow n-uc-uRqiIrx1xdEi\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "tagName": "IMG", "id": "", "text": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom\"><div style=\"--widget" }, { "tagName": "DIV", "id": "", "text": "<div style=\"--widget-offset:10px;\" class=\"n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-" }, { "tagName": "DIV", "id": "n2-ss-5-arrow-next", "text": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "tagName": "DIV", "id": "", "text": "<div style=\"--widget-offset:15px;text-align: center;width:100%;\" class=\"n2-ss-widget nextend-bar nex" }, { "tagName": "SS3-LOADER", "id": "", "text": "<ss3-loader></ss3-loader>" }, { "tagName": "DIV", "id": "offcanvas", "text": "Legislation District Map Media In the News Press Releases Op-Eds Biography Contact Me" }, { "tagName": "A", "id": "", "text": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri" }, { "tagName": "DIV", "id": "gt_float_wrapper", "text": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español en" }, { "tagName": "DIV", "id": "", "text": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español" }, { "tagName": "DIV", "id": "", "text": "en" } ] }, "totals": [ 176, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In the News Press Releases Op-Eds" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-align", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"7\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"8\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"9\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"10\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"11\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"12\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"13\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"14\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-L1y" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-L1yBf0ffVQ07\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-CegOwirBR3zz\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-tsmjFeGVf0DJ\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-s" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblywoman Laurie Davies - Parents Bill of Rights" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblywoman Laurie Davies - Parents Bill of Rights" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-FJf" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-FJfnbCKrposs\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-a3k96xEq7C4Z\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-2iI0Nn0MDhIB\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Can't Afford AB 1400" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Can't Afford AB 1400" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Tgd" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-TgdHkbcTVpku\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-prdTsSY0b0cO\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-9AqqPKNsSY45\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Floor Session - AB 832" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Floor Session - AB 832" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-r0r" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-r0r5sqmXGllo\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-MXWXqjVU2eSG\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-USCRz2fU9v7T\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Floor Session - AB 86" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Floor Session - AB 86" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-sZZ" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-sZZbETN6vasC\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-u57ZCCzO1ieY\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-smZLXnTP6PKY\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 381" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 381" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-j3T" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-j3TpSs9FyEif\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-w09NMposDfu2\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-nTVOt3HyuEev\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2021 Woman of the Year" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2021 Woman of the Year" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-JuR" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-JuRgNu0VIWMc\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-4Hre2Ldw9zup\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-jW9POtbruTZO\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 543" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 543" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-znF" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-znFsBXhHczBf\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-2rGc32AJufj4\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-85BpXUzFPNZQ\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Teen Mental Health" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Teen Mental Health" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-U45" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-U45XYlfp6iub\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-ZHYSOwRgS6Tc\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-tfM79H6jQt1C\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prayer Before Floor Session" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prayer Before Floor Session" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-EZ6" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-EZ6oRctEHQXn\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-f8B4H83ZvyaX\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-oRZVzawPm0MU\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play - Epoch Times" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play - Epoch Times" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-6u7" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-6u7s6fxbfA7t\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-CPHwtb8z1Epk\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-J53yO9p7KkC1\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Covid-19 Town Hall" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Covid-19 Town Hall" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-alK" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-alK5HTv8qStp\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-zUUHUFSYZzL5\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-22ZHsMvvNXEr\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-UKc" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-UKcYrE0GWKRJ\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-3NlB1vHLwjWp\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-t7OwdAoKc7s8\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Open Schools Now" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Open Schools Now" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-ZCC" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-ZCCMTr5pS4BE\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-QZxxw2MKPnUO\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-uRqiIrx1xdEi\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom\"><div style=\"--widget" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:10px;\" class=\"n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;text-align: center;width:100%;\" class=\"n2-ss-widget nextend-bar nex" }, { "ruleID": "zIndex", "what": "SS3-LOADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SS3-LOADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<ss3-loader></ss3-loader>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "offcanvas", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation District Map Media In the News Press Releases Op-Eds Biography Contact Me" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "gt_float_wrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español en" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "en" } ] } }, "success": true }, "standardResult": { "totals": [ 188, 51, 4, 91 ], "instances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "dupAtt", "what": "Page prevented this test (treated as 10 instances)", "ordinalSeverity": 3, "count": 10, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to content" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focInd", "what": "SPAN element has no focus indicator", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEGISLATION" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTACT ME" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IN THE NEWS" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SIGN UP FOR MY NEWSLETTER" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CLICK HERE FOR ALL NEWS" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-5-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2074" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "760-433-7400" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy and Conditions of Use" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "General Disclaimer" }, { "ruleID": "focOp", "complaint": "SPAN element is focusable but not operable", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "ruleID": "focOp", "complaint": "SPAN element is focusable but not operable", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"child-indicator\" tabindex=\"0\" role=\"button\" aria-label=\"Menu dropdown indicator\"><svg w" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-s" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\" style=\"cursor: default;\"><img decoding=" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "focOp", "complaint": "IMG element is operable but not focusable", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-bullet n2-style-785355f374be86c332d4665aae819858-dot \" style=\"visibility: hidden; cur" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"ct-close-button\" style=\"cursor: default;\"> <svg class=\"ct-icon\" width=\"12\" height=\"12\" " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "en" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-2031", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media In the News Press Releases Op-Eds" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-258", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "LEGISLATION" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CONTACT ME" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IN THE NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SIGN UP FOR MY NEWSLETTER" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "CLICK HERE FOR ALL NEWS" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "916-319-2074" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "760-433-7400" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy and Conditions of Use" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Accessibility" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "General Disclaimer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "District Map" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Biography" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Me" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "简体中文" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Nederlands" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "English" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Français" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Deutsch" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Italiano" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Português" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Русский" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Español" }, { "ruleID": "role", "what": "SPAN elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 4 different styles", "count": 3, "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-2 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "In the News Press Releases Op-Eds" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img width=\"725\" height=\"167\" alt=\"AD74 Laurie Davies Logo\" data-src=\"https://ad74.asmrc.org/wp-cont" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-align", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"5\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"6\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"7\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"8\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"9\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"10\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"11\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"12\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"13\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"14\" data-mode=\"fill\"><div data-color=\"RGBA(255,2" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALLAssemblywoman Laurie Davies - Parents Bill of Right" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PART ONE: DRUG AWARENESS AND PREVENTION TOWN HALL" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-L1y" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-L1yBf0ffVQ07\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-CegOwirBR3zz\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-tsmjFeGVf0DJ\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" width=\"480\" height=\"360\" data-s" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblywoman Laurie Davies - Parents Bill of Rights" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblywoman Laurie Davies - Parents Bill of Rights" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-FJf" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-FJfnbCKrposs\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-a3k96xEq7C4Z\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-2iI0Nn0MDhIB\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Can't Afford AB 1400" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Can't Afford AB 1400" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-Tgd" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-TgdHkbcTVpku\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-prdTsSY0b0cO\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-9AqqPKNsSY45\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Floor Session - AB 832" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Floor Session - AB 832" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-r0r" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-r0r5sqmXGllo\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-MXWXqjVU2eSG\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-USCRz2fU9v7T\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Floor Session - AB 86" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Floor Session - AB 86" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-sZZ" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-sZZbETN6vasC\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-u57ZCCzO1ieY\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-smZLXnTP6PKY\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 381" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 381" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-j3T" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-j3TpSs9FyEif\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-w09NMposDfu2\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-nTVOt3HyuEev\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2021 Woman of the Year" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2021 Woman of the Year" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-JuR" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-JuRgNu0VIWMc\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-4Hre2Ldw9zup\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-jW9POtbruTZO\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 543" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly Bill 543" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-znF" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-znFsBXhHczBf\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-2rGc32AJufj4\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-85BpXUzFPNZQ\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Teen Mental Health" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Teen Mental Health" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-U45" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-U45XYlfp6iub\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-ZHYSOwRgS6Tc\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-tfM79H6jQt1C\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prayer Before Floor Session" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prayer Before Floor Session" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-EZ6" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-EZ6oRctEHQXn\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-f8B4H83ZvyaX\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-oRZVzawPm0MU\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play - Epoch Times" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play - Epoch Times" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-6u7" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-6u7s6fxbfA7t\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-CPHwtb8z1Epk\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-J53yO9p7KkC1\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Covid-19 Town Hall" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Covid-19 Town Hall" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-alK" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-alK5HTv8qStp\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-zUUHUFSYZzL5\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-22ZHsMvvNXEr\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Let Them Play" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-UKc" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-UKcYrE0GWKRJ\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-3NlB1vHLwjWp\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-t7OwdAoKc7s8\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Open Schools Now" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Open Schools Now" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-ZCC" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-ZCCMTr5pS4BE\" data-sstype=\"slide\" data-pm=\"default\"><div class=\"n" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-QZxxw2MKPnUO\" data-pm=\"default\" data-sstype=\"content\" data-hasbac" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-layer n2-ow n-uc-uRqiIrx1xdEi\" data-pm=\"normal\" data-sstype=\"layer\"><div id=\"n2-ss" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2_ss_video_player__cover\" data-force-pointer=\"\"><img decoding=\"async\" class=\"n2_ss_vide" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_cover skip-lazy\" alt=\"Play\" loading=\"lazy\" width=\"480\" heig" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"n2_ss_video_play_btn skip-lazy\" data-skip-lazy=\"1\" width=\"48\" height=\"4" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom\"><div style=\"--widget" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:10px;\" class=\"n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-5-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:25px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;text-align: center;width:100%;\" class=\"n2-ss-widget nextend-bar nex" }, { "ruleID": "zIndex", "what": "SS3-LOADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SS3-LOADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<ss3-loader></ss3-loader>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "offcanvas", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Legislation District Map Media In the News Press Releases Op-Eds Biography Contact Me" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#main-container\" class=\"ct-back-to-top ct-hidden-sm\" data-shape=\"square\" data-alignment=\"ri" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "gt_float_wrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español en" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "العربية 简体中文 Nederlands English Français Deutsch Italiano Português Русский Español" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "en" } ] }, "endTime": 1687103699814 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687103699814, "url": "https://ad74.asmrc.org/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "AD74 | Davies | Assemblywoman Laurie Davies", "pageurl": "https://ad74.asmrc.org/", "time": 5.52, "creditsremaining": 1017, "allitemcount": 204, "totalelements": 747, "waveurl": "http://wave.webaim.org/report?url=https://ad74.asmrc.org/" }, "categories": { "error": { "description": "Errors", "count": 0, "items": [] }, "contrast": { "description": "Contrast Errors", "count": 4, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child" ], "contrastdata": [ [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1.01, "#fdfdfd", "#ffffff", true ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 50, "items": { "alt_redundant": { "id": "alt_redundant", "description": "Redundant alternative text", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "alt_duplicate": { "id": "alt_duplicate", "description": "A nearby image has the same alternative text", "count": 27, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item1 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item2 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item2 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item3 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item3 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item4 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item4 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item5 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item5 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item6 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item6 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item7 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item7 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item8 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item8 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item9 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item9 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item10 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item10 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item11 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item11 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item12 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item12 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item13 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item13 > DIV:first-child + DIV + DIV > IMG:first-child + IMG", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item14 > DIV:first-child + DIV + DIV > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item14 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "heading_skipped": { "id": "heading_skipped", "description": "Skipped heading level", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER:first-child + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-8 > H5: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" } ] }, "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P: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_suspicious": { "id": "link_suspicious", "description": "Suspicious link text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + DIV > DIV:first-child + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 6, "selectors": [ "HTML > HEAD:first-child > META:first-child + META + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + SCRIPT + SCRIPT + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + SCRIPT + STYLE + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child + NOSCRIPT" ], "wcag": [] }, "text_justified": { "id": "text_justified", "description": "Justified text", "count": 9, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child", "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 50, 0, 0, 4 ], "instances": [ { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "alt_redundant", "what": "Redundant alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG" }, "excerpt": "" }, { "ruleID": "alt_redundant", "what": "Redundant alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item1 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item2 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item2 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item3 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item3 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item4 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item4 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item5 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item5 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item6 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item6 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item7 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item7 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item8 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item8 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item9 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item9 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item10 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item10 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item11 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item11 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item12 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item12 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item13 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item13 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item14 > DIV:first-child + DIV + DIV > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_duplicate", "what": "A nearby image has the same alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION + SECTION + SECTION > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5-align > DIV:first-child > DIV#n2-ss-5 > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-5item14 > DIV:first-child + DIV + DIV > IMG:first-child + IMG" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER:first-child + MAIN + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-8 > H5:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "link_suspicious", "what": "Suspicious link text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child + DIV > DIV:first-child + A" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child > META:first-child + META + LINK + TITLE + META + META + LINK + META + META + META + META + META + META + META + META + META + META + META + META + META + SCRIPT + SCRIPT + SCRIPT + LINK + LINK + LINK + SCRIPT + SCRIPT + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + LINK + STYLE + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + STYLE + SCRIPT + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + SCRIPT + STYLE + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > HEADER#header > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > IMG:first-child + NOSCRIPT + IMG + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child + SECTION + SECTION + SECTION > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > FIGURE:first-child > IMG:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > STYLE:first-child + P" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child" }, "excerpt": "" }, { "ruleID": "text_justified", "what": "Justified text", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#main-container > MAIN#main > DIV:first-child > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > P:first-child" }, "excerpt": "" } ] }, "endTime": 1687103705925 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD74-a", "which": "https://ad74.asmrc.org/", "what": "Member Laurie Davies (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T15:53:24", "endTime": "2023-06-18T15:55:05", "elapsedSeconds": 101, "visitLatency": 16, "logCount": 13, "logSize": 607, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 39 ], [ "testaro", 14 ], [ "alfa", 9 ], [ "ibm", 6 ], [ "wave", 6 ], [ "qualWeb", 4 ], [ "axe", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "nuVal", 0 ], [ "tenon", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1658, "issue": 1200, "tool": 155, "prevention": 300, "log": 3, "latency": 0 }, "details": { "severity": { "total": [ 399, 134, 91, 152 ], "byTool": { "testaro": [ 188, 51, 4, 91 ], "alfa": [ 36, 0, 0, 20 ], "axe": [ 29, 4, 2, 5 ], "continuum": [ 0, 0, 0, 0 ], "htmlcs": [ 18, 0, 0, 9 ], "ibm": [ 0, 1, 0, 2 ], "qualWeb": [ 78, 78, 68, 6 ], "tenon": [ 0, 0, 17, 15 ], "wave": [ 50, 0, 0, 4 ] } }, "prevention": { "nuVal": 300 }, "issue": { "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": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 1, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "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": 1, "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" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "focusIndication": { "score": 92, "maxCount": 23, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 22, "texts": [ "Element in sequential focus order has visible focus" ] } } }, "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 21, "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": 23, "texts": [ "A element has no focus indicator", "SPAN element has no focus indicator", "DIV element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 12, "maxCount": 12, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 12, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 5, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.19 (foreground color: #616161, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.05 (foreground color: #ffffff, background color: #be1f43, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.53 (foreground color: #be1f43, background color: #f2f5f7, font size: 11.3pt (15px), 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": 6, "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 5.53:1. Recommendation: change text colour to #030303.", "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.06:1. Recommendation: change text colour to #1f1f1f.", "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.19:1. Recommendation: change text colour to #595959.", "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.06:1. Recommendation: change background to #1f1f1f." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 7, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } } } }, "textContrastAA": { "score": 28, "maxCount": 7, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 7, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 4, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 5, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 4, "texts": [ "Very low contrast" ] } } } } }, "justification": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "alfa": { "r71": { "quality": 1, "what": "Paragraph text is fully justified", "complaints": { "countTotal": 3, "texts": [ "Paragraphs of text are not justified" ] } } }, "tenon": { "36": { "quality": 1, "what": "Text is fully justified", "complaints": { "countTotal": 3, "texts": [ "This text is justified." ] } } }, "wave": { "text_justified": { "quality": 1, "what": "Text is justified", "complaints": { "countTotal": 9, "texts": [ "Justified text" ] } } } } }, "leadingInsufficient": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 3, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 10, "maxCount": 5, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 2, "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": 5, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "headingOfNothing": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 4, "texts": [ "Headings of same level have text content between them" ] } } } } }, "hiddenContentRisk": { "score": 28, "maxCount": 28, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 28, "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." ] } } } } }, "pseudoOrderedListRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H48.2": { "quality": 1, "what": "Ordered list may fail to be coded as such", "complaints": { "countTotal": 2, "texts": [ "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document." ] } } } } }, "pseudoNavList": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 2, "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": 4, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "scrollRisk": { "score": 5, "maxCount": 5, "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": 5, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 2, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } }, "AAA.1_4_6.G18.BgImage": { "quality": 1, "what": "Contrast between the text and the background image may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 6, "maxCount": 6, "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": 6, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "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 h2 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "The heading structure is not logically nested. This h5 element should be an h3 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." ] } } } } }, "duplicateID": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "ibm": { "element_id_unique": { "quality": 1, "what": "Element has an id attribute value that is already in use", "complaints": { "countTotal": 1, "texts": [ "The <span> element has the id \"elementor-device-mode\" that is already in use" ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 2, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "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" ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "repeatedContentRisk": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 6, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "overflowHiddenRisk": { "score": 32, "maxCount": 32, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 32, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "sectionHeadingless": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "linkPair": { "score": 44, "maxCount": 22, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T10": { "quality": 1, "what": "Adjacent image and text links for the same resource are not combined", "complaints": { "countTotal": 12, "texts": [ "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link." ] } }, "QW-BP13": { "quality": 1, "what": "Consecutive links have the same href and one contains an image", "complaints": { "countTotal": 10, "texts": [ "Using consecutive links with the same href in which one of the links contains an image" ] } } } } }, "ignorable": { "score": 0, "maxCount": 1, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 1, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "textAlternativeRisk": { "score": 46, "maxCount": 46, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 46, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } } } }, "colorMissing": { "score": 248, "maxCount": 62, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 62, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "noHeading": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 8, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "linksNoNav": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP4": { "quality": 1, "what": "Grouped links are not within a nav element", "complaints": { "countTotal": 1, "texts": [ "Set of 10 or more links not grouped within a list (nav)" ] } } } } }, "boxSizeAbsolute": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 1, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "fontSmall": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "134": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 1, "texts": [ "Very small text found." ] } } } } }, "leadingClipsText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 3, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 1, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 15, "maxCount": 15, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 15, "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": 18, "maxCount": 6, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 6, "texts": [ "This link opens in a new window without user control." ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "duplicateAttribute": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "testaro": { "dupAtt": { "quality": 0.7, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 10, "texts": [ "Page prevented this test (treated as 10 instances)" ] } } } } }, "focusableOperable": { "score": 144, "maxCount": 48, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 48, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 7, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over" ] } } } } }, "linkIndication": { "score": 76, "maxCount": 38, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 38, "texts": [ "Link is inline but has no underline" ] } } } } }, "roleRedundant": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 4, "texts": [ "SPAN elements have invalid or native-replaceable explicit role button (count: 2)", "DIV elements have invalid or native-replaceable explicit role button (count: 2)" ] } } } } }, "inconsistentStyles": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 5, "texts": [ "In-line links have 4 different styles", "Links in columns have 2 different styles", "Level-2 headings have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 176, "maxCount": 176, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 176, "texts": [ "HEADER element has a non-default Z index", "DIV element has a non-default Z index", "UL element has a non-default Z index", "IMG element has a non-default Z index", "SS3-LOADER element has a non-default Z index", "A element has a non-default Z index" ] } } } } }, "imageTextRedundant": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "wave": { "alt_redundant": { "quality": 1, "what": "Redundant text alternative", "complaints": { "countTotal": 2, "texts": [ "Redundant alternative text" ] } } } } }, "imagesSameAlt": { "score": 27, "maxCount": 27, "weight": 1, "tools": { "wave": { "alt_duplicate": { "quality": 1, "what": "Two images near each other have the same text alternative", "complaints": { "countTotal": 27, "texts": [ "A nearby image has the same alternative text" ] } } } } }, "pseudoHeadingRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 3, "texts": [ "Possible heading" ] } } } } }, "linkComprehensionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "link_suspicious": { "quality": 1, "what": "Suspicious link text", "complaints": { "countTotal": 1, "texts": [ "Suspicious link text" ] } } } } }, "noScriptRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 6, "texts": [ "Noscript element" ] } } } } } } } } }