Accessibility digest
Page | Candidate Akilah Weber, M.D. (D) |
---|---|
URL | https://drakilahweber.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 2009 |
Tested by | Testaro, procedure ts27 |
Scored by | Testilo, procedure tsp27 |
Digested by | Testilo, procedure tdp27 |
Introduction
This is a digest of results from a battery of web accessibility tests.
Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Candidate Akilah Weber, M.D. (D) at https://drakilahweber.com/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 2009, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 2009 | Sum of the component scores |
issue | 1770 | Severity and number of reported defects |
tool | 229 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 10 | 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 | 392 |
cssInvalid | 162 |
focusIndication | 136 |
contentBeyondLandmarks | 100 |
fatalError | 100 |
linkIndication | 92 |
slashParseRisk | 77 |
textContrastAA | 56 |
focusableOperable | 54 |
overflowHiddenRisk | 46 |
siteNavigation | 38 |
allCaps | 36 |
typeRedundant | 34 |
metaBad | 30 |
linkForcesNewWindow | 30 |
errorReferenceBad | 28 |
linkElementBad | 24 |
leadingClipsText | 20 |
pseudoNavList | 18 |
elementClosure | 18 |
contrastAAA | 17 |
hiddenContentRisk | 17 |
duplicateID | 16 |
noHeading | 15 |
iframeTitleBad | 12 |
parentBad | 12 |
inconsistentStyles | 12 |
repeatedContentRisk | 11 |
zIndexNotZero | 11 |
linkPair | 10 |
roleRedundant | 10 |
linkWindowSurpriseRisk | 9 |
fontSmall | 9 |
linkNoText | 8 |
svgImageNoText | 8 |
pseudoListRisk | 8 |
leadingInsufficient | 6 |
fontSizeAbsolute | 6 |
contrastRisk | 6 |
headingStructure | 6 |
parseError | 6 |
targetSize | 6 |
labelConfusionRisk | 5 |
labelClash | 4 |
controlNoText | 4 |
textAreaNoText | 4 |
h1Missing | 3 |
landmarkConfusion | 3 |
obsolete | 3 |
skipRepeatedContent | 3 |
boxSizeAbsolute | 3 |
horizontalScrolling | 3 |
autocompleteNone | 3 |
headingLevelSkip | 2 |
headingOfNothing | 2 |
leadingAbsolute | 2 |
decorativeElementExposed | 2 |
mainNone | 2 |
ariaRedundant | 2 |
sectionHeadingless | 2 |
hoverSurprise | 2 |
frameContentRisk | 1 |
decorativeImageRisk | 1 |
visibleBulk | 1 |
noScriptRisk | 1 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue colorMissing
WCAG: 1.4.3
Score: 392
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 98
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 cssInvalid
WCAG: 4.1
Score: 162
Complaints by nuVal
Rule ^CSS: .+: Parse Error.*$
^CSS: .+: Parse Error.*$
Description: Invalid CSS
Count of instances: 54
Complaint specifics
- CSS: background-color: Parse Error.
- CSS: color: Parse Error.
- CSS: border-color: Parse Error.
Issue focusIndication
WCAG: 2.4.7
Score: 136
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 34
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: 10
Complaint specifics
- INPUT element has a non-outline focus indicator
- TEXTAREA element has a non-outline focus indicator
- IFRAME element has no focus indicator
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 100
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 50
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: 17
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: 23
Complaint specifics
- Content is not within a landmark element
Issue fatalError
WCAG: 4.1
Score: 100
Complaints by nuVal
Rule Cannot recover after last error. Any further errors will be ignored.
Cannot recover after last error. Any further errors will be ignored.
Description: Testing was interrupted by a fatal error
Count of instances: 2
Complaint specifics
- Cannot recover after last error. Any further errors will be ignored.
Issue linkIndication
WCAG: 1.3.3
Score: 92
Complaints by alfa
Rule r62
r62
Description: Inline link is not distinct from the surrounding text except by color
Count of instances: 2
Complaint specifics
- Links in blocks of text are distinguishable
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 46
Complaint specifics
- Link is inline but has no underline
Issue slashParseRisk
WCAG: 4.1
Score: 77
Complaints by nuVal
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Description: Void element has a useless trailing slash.
Count of instances: 77
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue textContrastAA
WCAG: 1.4.3
Score: 56
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 6
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: 9
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
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it's partially obscured by another element
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 5
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #018942.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change text colour to #018942.
Complaints by ibm
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 5
Complaint specifics
- Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600
- Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500
- Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 500
- Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400
- Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600
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: 14
Complaint specifics
- Very low contrast
Issue focusableOperable
WCAG: 2.1.1
Score: 54
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 18
Complaint specifics
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 46
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: 46
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 siteNavigation
WCAG: 2.4
Score: 38
Complaints by qualWeb
Rule QW-WCAG-T15
QW-WCAG-T15
Description: link element and navigation tools not used
Count of instances: 38
Complaint specifics
- The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.
Issue allCaps
WCAG: 3.1.5
Score: 36
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 36
Complaint specifics
- This long string of text is in all caps.
Issue typeRedundant
WCAG: 1.3.1
Score: 34
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 28
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Rule The type attribute for the style element is not needed and should be omitted.
Description: type attribute is unnecessary for a style element
Count of instances: 6
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Issue metaBad
WCAG: 1.3.1
Score: 30
Complaints by nuVal
Rule A document must not include more than one meta element with its name attribute set to the value description.
A document must not include more than one meta element with its name attribute set to the value description.
Description: meta element with name="description" is not the only one
Count of instances: 2
Complaint specifics
- A document must not include more than one meta element with its name attribute set to the value description.
Rule ^Attribute .+ not allowed on element meta at this point.*$
Description: Attribute is not allowed on a meta element here
Count of instances: 4
Complaint specifics
- Attribute name not allowed on element meta at this point.
Rule ^Element meta is missing one or more of the following attributes: .+$
Description: meta element is missing a required attribute
Count of instances: 4
Complaint specifics
- Element meta is missing one or more of the following attributes: itemprop, property.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 30
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 10
Complaint specifics
- This link opens in a new window without user control.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 28
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 7
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue linkElementBad
WCAG: 1.3.1
Score: 24
Complaints by htmlcs
Rule AAA.2_4_8.H59.1
AAA.2_4_8.H59.1
Description: link element is not in the document head
Count of instances: 1
Complaint specifics
- Link elements can only be located in the head section of the document.
Complaints by nuVal
Rule A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
Description: link element with a body ancestor has no itemprop or valid rel attribute
Count of instances: 6
Complaint specifics
- A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
Issue leadingClipsText
WCAG: 1.4.8
Score: 20
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 5
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue pseudoNavList
WCAG: 1.3.1
Score: 18
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 1
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 9
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue elementClosure
WCAG: 4.1.1
Score: 18
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Description: Invalid closing tag
Count of instances: 4
Complaint specifics
- Stray end tag noscript.
- Stray end tag head.
Rule ^Start tag .+ seen but an element of the same type was already open.*$
Description: Element is invalidly a descendant of another such element
Count of instances: 2
Complaint specifics
- Start tag body seen but an element of the same type was already open.
Issue contrastAAA
WCAG: 1.4.6
Score: 17
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 17
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: 10
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 27.0pt (36px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #048c45, background color: #ffffff, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 7
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.08:1. Recommendation: change background to #061944.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #006731.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 10
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 2
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue hiddenContentRisk
WCAG: 4.1
Score: 17
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 17
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 duplicateID
WCAG: 4.1.1
Score: 16
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 2
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id-aria
duplicate-id-aria
Description: id attribute used in ARIA or in a label has a value that is not unique
Count of instances: 1
Complaint specifics
- IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: form-field-email
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 2
Complaint specifics
- This INPUT has an id attribute of 'form-field-email', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 1
Complaint specifics
- Duplicate id attribute value "form-field-email" found on the web page.
Complaints by ibm
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 2
Complaint specifics
- The <span> element has the id "elementor-device-mode" that is already in use
- The <input> element has the id "form-field-email" 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: 4
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue noHeading
WCAG: 1.3.1
Score: 15
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 5
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue iframeTitleBad
WCAG: 4.1.2
Score: 12
Complaints by axe
Rule frame-title-unique
frame-title-unique
Description: Frame title attribute is not unique
Count of instances: 3
Complaint specifics
- Frames must have a unique title attribute
Complaints by qualWeb
Rule QW-ACT-R10
QW-ACT-R10
Description: iframe elements with identical accessible names have different purposes
Count of instances: 3
Complaint specifics
- This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.
Issue parentBad
WCAG: 1.3.1
Score: 12
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 3
Complaint specifics
- Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Issue inconsistentStyles
WCAG: 3.2.4
Score: 12
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 12
Complaint specifics
- In-line links have 5 different styles
- Links in columns have 3 different styles
- Buttons have 2 different styles
- Level-2 headings have 5 different styles
- Level-4 headings have 2 different styles
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 11
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
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: 8
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 zIndexNotZero
WCAG: 1.4
Score: 11
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 11
Complaint specifics
- HEADER element has a non-default Z index
- UL element has a non-default Z index
- NAV element has a non-default Z index
- DIV element has a non-default Z index
Issue linkPair
WCAG: 2.4.4
Score: 10
Complaints by tenon
Rule 184
184
Description: Adjacent links point to the same destination
Count of instances: 2
Complaint specifics
- These links are adjacent and point to the same destination.
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 5
Complaint specifics
- Redundant link
Issue roleRedundant
WCAG: 4.1.2
Score: 10
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 10
Complaint specifics
- UL elements have invalid or native-replaceable explicit role group (count: 4)
- DIV elements have invalid or native-replaceable explicit role button (count: 2)
- A elements have invalid or native-replaceable explicit role button (count: 4)
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 9
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: 9
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue fontSmall
WCAG: 1.4
Score: 9
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 3
Complaint specifics
- Very small text found.
Issue linkNoText
WCAG: 2.4.4
Score: 8
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 1
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 1
Complaint specifics
- Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by continuum
Rule 237
237
Description: a element has no machanism allowing an accessible name value to be calculated
Count of instances: 1
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.1_1_1.H30.2
AAA.1_1_1.H30.2
Description: img element is the only link content but has no text alternative
Count of instances: 1
Complaint specifics
- Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 1
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 1
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 2
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 2
Complaint specifics
- Linked image missing alternative text
Issue svgImageNoText
WCAG: 1.1.1
Score: 8
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 2
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
Issue pseudoListRisk
WCAG: 1.3.1
Score: 8
Complaints by qualWeb
Rule QW-BP23
QW-BP23
Description: List item is used nonsemantically
Count of instances: 8
Complaint specifics
- Ensures <li> elements are used semantically
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 fontSizeAbsolute
WCAG: 1.4.4
Score: 6
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 3
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 1
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue contrastRisk
WCAG: 1.4.3
Score: 6
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 5
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
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 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 h4 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 parseError
WCAG: 4.1
Score: 6
Complaints by nuVal
Rule ^Bad start tag in .+$
^Bad start tag in .+$
Description: Invalid start tag
Count of instances: 2
Complaint specifics
- Bad start tag in img in noscript in head.
Issue targetSize
WCAG: 2.5.5
Score: 6
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 2
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue labelConfusionRisk
WCAG: 3.3.2
Score: 5
Complaints by qualWeb
Rule QW-WCAG-T17
QW-WCAG-T17
Description: label not positioned to maximize the predictability of the relationship
Count of instances: 5
Complaint specifics
- This technique checks the correct position of labels in forms
Issue labelClash
WCAG: 1.3.1
Score: 4
Complaints by axe
Rule form-field-multiple-labels
form-field-multiple-labels
Description: Form field has multiple label elements
Count of instances: 2
Complaint specifics
- Form field must not have multiple label elements
Complaints by ibm
Rule form_label_unique
form_label_unique
Description: Form control has more than one label
Count of instances: 1
Complaint specifics
- Form control has more than one label
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 2
Complaint specifics
- Element INPUT is unlabeled
- Element TEXTAREA is unlabeled
Complaints by wave
Rule label_multiple
label_multiple
Description: Form control has more than one label associated with it
Count of instances: 2
Complaint specifics
- Multiple form labels
Issue controlNoText
WCAG: 4.1.2
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1.F68
AAA.1_3_1.F68
Description: Form control has no label
Count of instances: 1
Complaint specifics
- This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
Complaints by wave
Rule label_missing
label_missing
Description: form element has no label
Count of instances: 1
Complaint specifics
- Missing form label
Issue textAreaNoText
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.4_1_2.H91.Textarea.Name
AAA.4_1_2.H91.Textarea.Name
Description: textarea element has no accessible name
Count of instances: 1
Complaint specifics
- This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by axe
Rule page-has-heading-one
page-has-heading-one
Description: Page contains no level-one heading
Count of instances: 1
Complaint specifics
- Page should contain a level-one heading; Page must have a level-one heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue landmarkConfusion
WCAG: 1.3.6
Score: 3
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 1
Complaint specifics
- Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue obsolete
WCAG: 4.1
Score: 3
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 1
Complaint specifics
- The HTML attribute(s) "frameborder, scrolling" is deprecated for the <iframe> element in HTML 5
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 3
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Issue 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 autocompleteNone
WCAG: 1.3.5
Score: 3
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 3
Complaint specifics
- Input is missing the required autocomplete attribute with value family-name
- Input is missing the required autocomplete attribute with value email
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 headingOfNothing
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 1
Complaint specifics
- Headings of same level have text content between them
Issue leadingAbsolute
WCAG: 1.4.12
Score: 2
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 1
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue decorativeElementExposed
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r86
r86
Description: Element marked as decorative is in the accessibility tree or has no none/presentation role
Count of instances: 1
Complaint specifics
- Elements that are marked as decorative are not exposed to assistive technologies
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-one-main
landmark-one-main
Description: page has no main landmark
Count of instances: 1
Complaint specifics
- Document should have one main landmark; Document does not have a main landmark
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 ariaRedundant
WCAG: 4.1.2
Score: 2
Complaints by ibm
Rule aria_attribute_redundant
aria_attribute_redundant
Description: ARIA attribute is used when there is a corresponding HTML attribute
Count of instances: 2
Complaint specifics
- The ARIA attribute "aria-required" is redundant with the HTML attribute "required"
Issue sectionHeadingless
WCAG: 1.3.1
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 2
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue hoverSurprise
WCAG: 1.4.13
Score: 2
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 1
Complaint specifics
- Button shows no indication of being hovered over
Issue frameContentRisk
WCAG: 4.1
Score: 1
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 4
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 1
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 1
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
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 noScriptRisk
WCAG: 4.1
Score: 1
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 1
Complaint specifics
- Noscript element
Complete report
{ "id": "18ixx-ts27-caAD79-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687104229729, "endTime": 1687104230276 }, { "type": "url", "which": "https://drakilahweber.com/", "what": "Candidate Akilah Weber, M.D. (D)", "startTime": 1687104230276, "result": { "url": "https://drakilahweber.com/" }, "endTime": 1687104231736 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687104231736, "url": "https://drakilahweber.com/", "endTime": 1687104234005 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687104234005, "url": "https://drakilahweber.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1221810, 1221810, 1221810, 1221810, 1221810 ], "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": 1687104248015 }, { "type": "launch", "which": "chromium", "startTime": 1687104248016, "endTime": 1687104248564 }, { "type": "url", "which": "https://drakilahweber.com/", "what": "Candidate Akilah Weber, M.D. (D)", "startTime": 1687104248564, "result": { "url": "https://drakilahweber.com/" }, "endTime": 1687104249335 }, { "type": "test", "which": "alfa", "startTime": 1687104249335, "url": "https://drakilahweber.com/", "what": "alfa", "result": { "totals": { "failures": 85, "warnings": 5 }, "items": [ { "index": 2, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://drakilahweber.com\">", " <img width=\"8601\" height=\"1994\" src=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah.png\" class=\"attachment-full size-full wp-image-1823\" alt=\"\" loading=\"lazy\" srcset=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah....", "</a>" ] } }, { "index": 204, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[3]/input[1]", "codeLines": [ "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" ] } }, { "index": 207, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/input[1]", "codeLines": [ "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" ] } }, { "index": 284, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]", "codeLines": [ "<h4 class=\"elementor-heading-title elementor-size-default\">", " Stay Up-To-Date on our campaign", "</h4>" ] } }, { "index": 297, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Dr. Akilah Weber holds a deep commitment and track record of improving lives across" ] } }, { "index": 298, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]", "codeLines": [ "San Diego." ] } }, { "index": 299, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "SUPPORT OUR CAMPAIGN" ] } }, { "index": 300, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "DR. AKILAH WEBER FOR STATE SENATE" ] } }, { "index": 301, "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[2]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "WHY WE ARE SUPPORTING DR. WEBER" ] } }, { "index": 302, "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[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "ABOUT DR. WEBER" ] } }, { "index": 303, "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[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Dr. Akilah Weber was very fortunate that her parents, Dr. Shirley Weber and the late Hon. Daniel Weber, instilled in her the values of service, community, and advocacy. Growing up in the 39th Senate District, helped her intimately understand the continuing challenges of people of color and underserv..." ] } }, { "index": 304, "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[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "Through Dr. Weber’s leadership, Rady’s Children Hospital became a site where adolescent females could get free, confidential care. In fact, Dr. Weber founded the Pediatric & Adolescent Gynecology Division at Rady Children’s Hospital and is an Assistant Clinical Professor of OB/GYN at UCSD." ] } }, { "index": 305, "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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]/text()[1]", "codeLines": [ "\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"" ] } }, { "index": 306, "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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/div[1]/cite[1]/text()[1]", "codeLines": [ "Dr. Akilah Weber" ] } }, { "index": 307, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]", "codeLines": [ "As Assemblymember, Dr. Weber has authored 12 bills that have been signed into law, including important legislation to protect the health of K-12 students, expand access to contraceptive care," ] } }, { "index": 308, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/strong[1]/text()[1]", "codeLines": [ "keep customer service jobs in California" ] } }, { "index": 309, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[2]", "codeLines": [ ", and improve medical practices for victims of domestic violence." ] } }, { "index": 310, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]", "codeLines": [ "Dr. Weber is the Co-Chair of the" ] } }, { "index": 311, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/strong[1]/text()[1]", "codeLines": [ "Assembly Ethics Committee." ] } }, { "index": 312, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]", "codeLines": [ "Dr. Weber became the" ] } }, { "index": 313, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/b[1]/text()[1]", "codeLines": [ "first African American elected City Councilmember for the city of La Mesa." ] } }, { "index": 314, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]", "codeLines": [ "Prior to her election to the Assembly, Dr. Weber served on the La Mesa City Council, where she worked to implement the city’s Climate Action Plan and championed the creation of both a" ] } }, { "index": 315, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/strong[1]/text()[1]", "codeLines": [ "Community Police Oversight Board and the La Mesa homelessness task force" ] } }, { "index": 316, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MORE ABOUT DR. WEBER" ] } }, { "index": 317, "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[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Stay Up-To-Date on our campaign" ] } }, { "index": 318, "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[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/label[1]/text()[1]", "codeLines": [ "Name" ] } }, { "index": 319, "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[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[2]/label[1]/text()[1]", "codeLines": [ "Last Name" ] } }, { "index": 320, "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[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[3]/label[1]/text()[1]", "codeLines": [ "Email" ] } }, { "index": 321, "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[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[4]/button[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Subscribe" ] } }, { "index": 322, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "CONTACT" ] } }, { "index": 323, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "FOR ALL OFFICIAL 79th DISTRICT INQUIRIES AND PRESS:" ] } }, { "index": 324, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]", "codeLines": [ "(619) 531-7913" ] } }, { "index": 325, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/text()[1]", "codeLines": [ "FOR ALL CAMPAIGN RELATED INFORMATION CALL:" ] } }, { "index": 326, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]/text()[1]", "codeLines": [ "(619) 514-1279" ] } }, { "index": 327, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/text()[1]", "codeLines": [ "or" ] } }, { "index": 328, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]/text()[1]", "codeLines": [ "aweber@drakilahweber.com" ] } }, { "index": 329, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[5]/text()[1]", "codeLines": [ "FOR ALL ENDORSEMENT INFORMATION:" ] } }, { "index": 330, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[6]/a[1]/text()[1]", "codeLines": [ "Jeremy@digitalimpactand.com" ] } }, { "index": 331, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[7]/span[1]/text()[1]", "codeLines": [ "CAMPAIGN PRESS: DIANE CASTAÑEDA" ] } }, { "index": 332, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[1]/text()[1]", "codeLines": [ "(619) 279-4363 or" ] } }, { "index": 333, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[2]/text()[1]", "codeLines": [ "Diane@digitalimpactand.com" ] } }, { "index": 334, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Facebook-f" ] } }, { "index": 335, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]/span[1]/text()[1]", "codeLines": [ "Twitter" ] } }, { "index": 336, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/a[1]/span[1]/text()[1]", "codeLines": [ "Instagram" ] } }, { "index": 337, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DONATE NOW" ] } }, { "index": 338, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[1]/label[1]/text()[1]", "codeLines": [ "Name" ] } }, { "index": 339, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/label[1]/text()[1]", "codeLines": [ "Email" ] } }, { "index": 340, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[3]/label[1]/text()[1]", "codeLines": [ "Message" ] } }, { "index": 341, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Send Message" ] } }, { "index": 342, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Dr. Akilah Weber for State Senate 2024 ID #1459901" ] } }, { "index": 343, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "6353 El Cajon Blvd. Suite 124#121 San Diego CA 92115" ] } }, { "index": 344, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]", "codeLines": [ "Design & Hosting by" ] } }, { "index": 345, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Digital Impact" ] } }, { "index": 346, "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[2]", "codeLines": [ "&" ] } }, { "index": 350, "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", " <!-- This page is cached by the Hummingbird Performance plugin v3.4.7 - https://wordpress.org/plugins/hummingbird-performance/. -->", "...", " <!-- Hummingbird cache file was created in 0.65505409240723 seconds, on 14-06-23 14:40:36 -->" ] } }, { "index": 351, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]", "codeLines": [ "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">", " (619) 514-1279", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 352, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]", "codeLines": [ "<a href=\"mailto:aweber@drakilahweber.com\">", " aweber@drakilahweber.com", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 396, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 397, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Dr. Akilah Weber holds a deep commitment and track record of improving lives across" ] } }, { "index": 398, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]", "codeLines": [ "San Diego." ] } }, { "index": 400, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "DR. AKILAH WEBER FOR STATE SENATE" ] } }, { "index": 401, "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[2]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]", "codeLines": [ "WHY WE ARE SUPPORTING DR. WEBER" ] } }, { "index": 405, "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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]/text()[1]", "codeLines": [ "\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"" ] } }, { "index": 406, "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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/div[1]/cite[1]/text()[1]", "codeLines": [ "Dr. Akilah Weber" ] } }, { "index": 416, "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MORE ABOUT DR. WEBER" ] } }, { "index": 417, "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[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Stay Up-To-Date on our campaign" ] } }, { "index": 421, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]", "codeLines": [ "(619) 531-7913" ] } }, { "index": 423, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]/text()[1]", "codeLines": [ "(619) 514-1279" ] } }, { "index": 425, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]/text()[1]", "codeLines": [ "aweber@drakilahweber.com" ] } }, { "index": 427, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[6]/a[1]/text()[1]", "codeLines": [ "Jeremy@digitalimpactand.com" ] } }, { "index": 429, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[1]/text()[1]", "codeLines": [ "(619) 279-4363 or" ] } }, { "index": 430, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[2]/text()[1]", "codeLines": [ "Diane@digitalimpactand.com" ] } }, { "index": 431, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DONATE NOW" ] } }, { "index": 432, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Send Message" ] } }, { "index": 458, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 459, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Dr. Akilah Weber holds a deep commitment and track record of improving lives across" ] } }, { "index": 460, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]", "codeLines": [ "San Diego." ] } }, { "index": 478, "verdict": "failed", "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "MORE ABOUT DR. WEBER" ] } }, { "index": 493, "verdict": "failed", "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]", "codeLines": [ "DONATE NOW" ] } }, { "index": 494, "verdict": "failed", "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]/text()[1]", "codeLines": [ "Send Message" ] } }, { "index": 532, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"elementor-heading-title elementor-size-default\">", " Dr. Akilah Weber holds a deep commitment and track record of improving lives across", " <br>", " San Diego.", "</p>" ] } }, { "index": 535, "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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]", "codeLines": [ "<p class=\"elementor-blockquote__content\">", " \"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"", "</p>" ] } }, { "index": 546, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]", "codeLines": [ "<p class=\"p1\" style=\"margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: 'Helvetica Neue'; color: #000000; text-align: center;\">", " <span style=\"color: #ffffff;\">", " Design & Hosting by", " <a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\">", " <span class=\"s1\">", " Digital Impact", " </span>", " </a>", " &", " </span>", "</p>" ] } }, { "index": 547, "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"elementor-heading-title elementor-size-default\">", " Dr. Akilah Weber holds a deep commitment and track record of improving lives across", " <br>", " San Diego.", "</p>" ] } }, { "index": 548, "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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]", "codeLines": [ "<p class=\"elementor-blockquote__content\">", " \"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"", "</p>" ] } }, { "index": 549, "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]", "codeLines": [ "<p class=\"p1\" style=\"margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: 'Helvetica Neue'; color: #000000; text-align: center;\">", " <span style=\"color: #ffffff;\">", " Design & Hosting by", " <a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\">", " <span class=\"s1\">", " Digital Impact", " </span>", " </a>", " &", " </span>", "</p>" ] } }, { "index": 585, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "codeLines": [ "<h2 class=\"elementor-heading-title elementor-size-default\">", " DR. AKILAH WEBER FOR STATE SENATE", "</h2>" ] } }, { "index": 597, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"elementor-heading-title elementor-size-default\">", " Dr. Akilah Weber holds a deep commitment and track record of improving lives across", " <br>", " San Diego.", "</p>" ] } }, { "index": 645, "verdict": "failed", "rule": { "ruleID": "r86", "ruleSummary": "Elements that are marked as decorative are not exposed to assistive technologies", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r86", "requirements": [] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/iframe[1]", "codeLines": [ "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_checkbox&v=SglpK98hSCn2CroR0bKRSJl5&theme=light&size=normal&cb=qiwor0tyasz6\" width=\"304\" height=\"78\" role=\"presentatio..." ] } }, { "index": 646, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!-- This page is cached by the Hummingbird Performance plugin v3.4.7 - https://wordpress.org/plugins/hummingbird-performance/. -->", "...", " <!-- Hummingbird cache file was created in 0.65505409240723 seconds, on 14-06-23 14:40:36 -->" ] } } ], "success": true }, "standardResult": { "totals": [ 5, 0, 0, 85 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://drakilahweber.com\"> <img width=\"8601\" height=\"1994\" src=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah.png\" class=\"attachment-full size-full wp-image-1823\" alt=\"\" loading=\"lazy\" srcset=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah.... </a>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[3]/input[1]" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/input[1]" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\"> Stay Up-To-Date on our campaign </h4>" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Dr. Akilah Weber holds a deep commitment and track record of improving lives across" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]" }, "excerpt": "San Diego." }, { "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "SUPPORT OUR CAMPAIGN" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "DR. AKILAH WEBER FOR STATE SENATE" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "WHY WE ARE SUPPORTING DR. WEBER" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "ABOUT DR. WEBER" }, { "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[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Dr. Akilah Weber was very fortunate that her parents, Dr. Shirley Weber and the late Hon. Daniel Weber, instilled in her the values of service, community, and advocacy. Growing up in the 39th Senate District, helped her intimately understand the continuing challenges of people of color and underserv..." }, { "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[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "Through Dr. Weber’s leadership, Rady’s Children Hospital became a site where adolescent females could get free, confidential care. In fact, Dr. Weber founded the Pediatric & Adolescent Gynecology Division at Rady Children’s Hospital and is an Assistant Clinical Professor of OB/GYN at UCSD." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]/text()[1]" }, "excerpt": "\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "CITE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/div[1]/cite[1]/text()[1]" }, "excerpt": "Dr. Akilah Weber" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[1]" }, "excerpt": "As Assemblymember, Dr. Weber has authored 12 bills that have been signed into law, including important legislation to protect the health of K-12 students, expand access to contraceptive care," }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/strong[1]/text()[1]" }, "excerpt": "keep customer service jobs in California" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/text()[2]" }, "excerpt": ", and improve medical practices for victims of domestic violence." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/text()[1]" }, "excerpt": "Dr. Weber is the Co-Chair of the" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/strong[1]/text()[1]" }, "excerpt": "Assembly Ethics Committee." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/text()[1]" }, "excerpt": "Dr. Weber became the" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "B", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/b[1]/text()[1]" }, "excerpt": "first African American elected City Councilmember for the city of La Mesa." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/text()[1]" }, "excerpt": "Prior to her election to the Assembly, Dr. Weber served on the La Mesa City Council, where she worked to implement the city’s Climate Action Plan and championed the creation of both a" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/strong[1]/text()[1]" }, "excerpt": "Community Police Oversight Board and the La Mesa homelessness task force" }, { "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MORE ABOUT DR. WEBER" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Stay Up-To-Date on our campaign" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[1]/label[1]/text()[1]" }, "excerpt": "Name" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[2]/label[1]/text()[1]" }, "excerpt": "Last Name" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[3]/label[1]/text()[1]" }, "excerpt": "Email" }, { "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[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[4]/button[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Subscribe" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "CONTACT" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "FOR ALL OFFICIAL 79th DISTRICT INQUIRIES AND PRESS:" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]" }, "excerpt": "(619) 531-7913" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[3]/text()[1]" }, "excerpt": "FOR ALL CAMPAIGN RELATED INFORMATION CALL:" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]/text()[1]" }, "excerpt": "(619) 514-1279" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/text()[1]" }, "excerpt": "or" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]/text()[1]" }, "excerpt": "aweber@drakilahweber.com" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[5]/text()[1]" }, "excerpt": "FOR ALL ENDORSEMENT INFORMATION:" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[6]/a[1]/text()[1]" }, "excerpt": "Jeremy@digitalimpactand.com" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[7]/span[1]/text()[1]" }, "excerpt": "CAMPAIGN PRESS: DIANE CASTAÑEDA" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[1]/text()[1]" }, "excerpt": "(619) 279-4363 or" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[2]/text()[1]" }, "excerpt": "Diane@digitalimpactand.com" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Facebook-f" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]/span[1]/text()[1]" }, "excerpt": "Twitter" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/a[1]/span[1]/text()[1]" }, "excerpt": "Instagram" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DONATE NOW" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[1]/label[1]/text()[1]" }, "excerpt": "Name" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/label[1]/text()[1]" }, "excerpt": "Email" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[3]/label[1]/text()[1]" }, "excerpt": "Message" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Send Message" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Dr. Akilah Weber for State Senate 2024 ID #1459901" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "6353 El Cajon Blvd. Suite 124#121 San Diego CA 92115" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]" }, "excerpt": "Design & Hosting by" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Digital Impact" }, { "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[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[2]" }, "excerpt": "&" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!-- This page is cached by the Hummingbird Performance plugin v3.4.7 - https://wordpress.org/plugins/hummingbird-performance/. --> ... <!-- Hummingbird cache file was created in 0.65505409240723 seconds, on 14-06-23 14:40:36 -->" }, { "ruleID": "r62", "what": "Links in blocks of text are distinguishable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]" }, "excerpt": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\"> (619) 514-1279 </a>" }, { "ruleID": "r62", "what": "Links in blocks of text are distinguishable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]" }, "excerpt": "<a href=\"mailto:aweber@drakilahweber.com\"> aweber@drakilahweber.com </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Dr. Akilah Weber holds a deep commitment and track record of improving lives across" }, { "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]" }, "excerpt": "San Diego." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "DR. AKILAH WEBER FOR STATE SENATE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]/text()[1]" }, "excerpt": "WHY WE ARE SUPPORTING DR. WEBER" }, { "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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]/text()[1]" }, "excerpt": "\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "CITE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/div[1]/cite[1]/text()[1]" }, "excerpt": "Dr. Akilah Weber" }, { "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[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MORE ABOUT DR. WEBER" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Stay Up-To-Date on our campaign" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]" }, "excerpt": "(619) 531-7913" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]/text()[1]" }, "excerpt": "(619) 514-1279" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]/text()[1]" }, "excerpt": "aweber@drakilahweber.com" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[6]/a[1]/text()[1]" }, "excerpt": "Jeremy@digitalimpactand.com" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[1]/text()[1]" }, "excerpt": "(619) 279-4363 or" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[2]/text()[1]" }, "excerpt": "Diane@digitalimpactand.com" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DONATE NOW" }, { "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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Send Message" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Dr. Akilah Weber holds a deep commitment and track record of improving lives across" }, { "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]/text()[2]" }, "excerpt": "San Diego." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "MORE ABOUT DR. WEBER" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]/text()[1]" }, "excerpt": "DONATE NOW" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]/text()[1]" }, "excerpt": "Send Message" }, { "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\"> Dr. Akilah Weber holds a deep commitment and track record of improving lives across <br> San Diego. </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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]" }, "excerpt": "<p class=\"elementor-blockquote__content\"> \"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\" </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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]" }, "excerpt": "<p class=\"p1\" style=\"margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: 'Helvetica Neue'; color ... ; text-align: center;\"> <span style=\"color: #ffffff;\"> Design & Hosting by <a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\"> <span class=\"s1\"> Digital Impact </span> </a> & </span> </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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\"> Dr. Akilah Weber holds a deep commitment and track record of improving lives across <br> San Diego. </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[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]" }, "excerpt": "<p class=\"elementor-blockquote__content\"> \"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\" </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[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]" }, "excerpt": "<p class=\"p1\" style=\"margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: 'Helvetica Neue'; color ... ; text-align: center;\"> <span style=\"color: #ffffff;\"> Design & Hosting by <a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\"> <span class=\"s1\"> Digital Impact </span> </a> & </span> </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\"> DR. AKILAH WEBER FOR STATE SENATE </h2>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\"> Dr. Akilah Weber holds a deep commitment and track record of improving lives across <br> San Diego. </p>" }, { "ruleID": "r86", "what": "Elements that are marked as decorative are not exposed to assistive technologies", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_checkbox&v=SglpK98hSCn2CroR0bKRSJl5&theme=light&size=normal&cb=qiwor0tyasz6\" width=\"304\" height=\"78\" role=\"presentatio..." }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!-- This page is cached by the Hummingbird Performance plugin v3.4.7 - https://wordpress.org/plugins/hummingbird-performance/. --> ... <!-- Hummingbird cache file was created in 0.65505409240723 seconds, on 14-06-23 14:40:36 -->" } ] }, "endTime": 1687104256385 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687104256385, "url": "https://drakilahweber.com/", "what": "Axe", "result": { "totals": { "rulesNA": 52, "rulesPassed": 43, "rulesWarned": 5, "rulesViolated": 8, "warnings": { "minor": 17, "moderate": 2, "serious": 8, "critical": 4 }, "violations": { "minor": 0, "moderate": 20, "serious": 15, "critical": 1 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T16:04:17.053Z", "url": "https://drakilahweber.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "31.5pt (42px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across <br>San Diego.</p>", "target": [ ".elementor-element-4d70bba8 > .elementor-widget-container > .elementor-heading-title.elementor-size-default" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"elementor-button-text\">SUPPORT OUR CAMPAIGN</span>", "target": [ ".elementor-size-lg > .elementor-button-content-wrapper > .elementor-button-text" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.3pt (35px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT DR. WEBER</h2>", "target": [ ".elementor-element-1777310 > .elementor-widget-container > h2" ], "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": "<cite class=\"elementor-blockquote__author\">Dr. Akilah Weber</cite>", "target": [ "cite" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>", "target": [ "#form-field-message" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>", "target": [ "#form-field-message" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" } ] }, { "id": "form-field-multiple-labels", "impact": "moderate", "tags": [ "cat.forms", "wcag2a", "wcag332", "TTv5", "TT5.c" ], "description": "Ensures form field does not have multiple label elements", "help": "Form field must not have multiple label elements", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/form-field-multiple-labels?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "multiple-label", "data": null, "relatedNodes": [ { "html": "<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t</label>", "target": [ ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > label[for=\"form-field-email\"]" ] }, { "html": "<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t</label>", "target": [ ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > label[for=\"form-field-email\"]" ] } ], "impact": "moderate", "message": "Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information." } ], "impact": "moderate", "html": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "target": [ ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > input[type=\"email\"][name=\"form_fields[email]\"][placeholder=\"Email\"]" ], "failureSummary": "Fix all of the following:\n Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information." }, { "any": [], "all": [], "none": [ { "id": "multiple-label", "data": null, "relatedNodes": [ { "html": "<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t</label>", "target": [ ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > label[for=\"form-field-email\"]" ] }, { "html": "<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t</label>", "target": [ ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > label[for=\"form-field-email\"]" ] } ], "impact": "moderate", "message": "Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information." } ], "impact": "moderate", "html": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "target": [ ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > input[type=\"email\"][name=\"form_fields[email]\"][placeholder=\"Email\"]" ], "failureSummary": "Fix all of the following:\n Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information." } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "target": [ ".elementor-element-82f72e1 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>", "target": [ ".elementor-element-a7b7edd > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "target": [ ".elementor-element-5dbcec7 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_checkbox&v=SglpK98hSCn2CroR0bKRSJl5&theme=light&size=normal&cb=qiwor0tyasz6\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-vgix9vfnjncg\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\">", "target": [ "iframe[title=\"reCAPTCHA\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "frame-title-unique", "impact": "serious", "tags": [ "cat.text-alternatives", "wcag412", "wcag2a", "TTv5", "TT12.c" ], "description": "Ensures <iframe> and <frame> elements contain a unique title attribute", "help": "Frames must have a unique title attribute", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-title-unique?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "unique-frame-title", "data": "vimeo video player", "relatedNodes": [], "impact": "serious", "message": "Element's title attribute is not unique" } ], "impact": "serious", "html": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "target": [ ".elementor-element-82f72e1 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" ], "failureSummary": "Fix all of the following:\n Element's title attribute is not unique" }, { "any": [], "all": [], "none": [ { "id": "unique-frame-title", "data": "vimeo video player", "relatedNodes": [], "impact": "serious", "message": "Element's title attribute is not unique" } ], "impact": "serious", "html": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>", "target": [ ".elementor-element-a7b7edd > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" ], "failureSummary": "Fix all of the following:\n Element's title attribute is not unique" }, { "any": [], "all": [], "none": [ { "id": "unique-frame-title", "data": "vimeo video player", "relatedNodes": [], "impact": "serious", "message": "Element's title attribute is not unique" } ], "impact": "serious", "html": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "target": [ ".elementor-element-5dbcec7 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" ], "failureSummary": "Fix all of the following:\n Element's title attribute is not unique" } ] }, { "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": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-16871042494950564-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042494950564-1\" aria-expanded=\"false\">", "target": [ "#sm-16871042494950564-2" ], "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=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\" style=\"\">", "target": [ ".elementor-element-10037ccc > .elementor-widget-container > .elementor-menu-toggle[aria-label=\"Menu Toggle\"][role=\"button\"]" ], "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": "<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\" style=\"width: 1280px; left: 0px; top: 46.1953px;\">", "target": [ ".elementor-element-10037ccc > .elementor-widget-container > .elementor-nav-menu__container:nth-child(3)" ], "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 elementor-nav-menu--dropdown\" id=\"sm-16871042494985774-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042494985774-1\" aria-expanded=\"false\">", "target": [ "#sm-16871042494985774-2" ], "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": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-28037a9 elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"28037a9\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-28037a9" ], "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 elementor-nav-menu--dropdown\" id=\"sm-1687104249511151-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-1687104249511151-1\" aria-expanded=\"false\">", "target": [ "#sm-1687104249511151-2" ], "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=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\">", "target": [ ".elementor-element-b0ddf09 > .elementor-widget-container > .elementor-menu-toggle[aria-label=\"Menu Toggle\"][role=\"button\"]" ], "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": "<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">", "target": [ ".elementor-element-b0ddf09 > .elementor-widget-container > .elementor-nav-menu__container:nth-child(3)" ], "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 elementor-nav-menu--dropdown\" id=\"sm-16871042495122175-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042495122175-1\" aria-expanded=\"false\">", "target": [ "#sm-16871042495122175-2" ], "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": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-450eccc elementor-hidden-mobile elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"450eccc\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-450eccc" ], "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=\"elementor-element elementor-element-f4b4120 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"f4b4120\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">", "target": [ ".elementor-element-f4b4120" ], "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": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d8121e elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8d8121e\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-8d8121e" ], "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": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\"></textarea>", "target": [ "#g-recaptcha-response" ], "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": "<iframe style=\"display: none;\"></iframe>", "target": [ ".elementor-g-recaptcha > iframe" ], "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 style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></svg>", "target": [ ".e-font-icon-svg-symbols:nth-child(49)" ], "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 style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></svg>", "target": [ ".e-font-icon-svg-symbols:nth-child(51)" ], "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 style=\"background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px; position: absolute; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0; visibility: hidden; z-index: 2000000000; left: 0px; top: -10000px;\">", "target": [ "div:nth-child(54)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#048c45", "contrastRatio": 4.33, "fontSize": "27.0pt (36px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a586767 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a586767\" data-element_type=\"section\" data-settings=\"{"background_background":"classic","shape_divider_bottom":"triangle","shape_divider_bottom_negative":"yes"}\">", "target": [ ".elementor-element-a586767" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 27.0pt (36px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</h2>", "target": [ ".elementor-element-1042388 > .elementor-widget-container > h2" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 27.0pt (36px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#048c45", "bgColor": "#ffffff", "contrastRatio": 4.33, "fontSize": "24.0pt (32px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-05d4059 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"05d4059\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-05d4059" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #048c45, background color: #ffffff, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</h2>", "target": [ ".elementor-element-25fd67f > .elementor-widget-container > h2" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #048c45, background color: #ffffff, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#048c45", "contrastRatio": 4.33, "fontSize": "20.3pt (27px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-da4b5eb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"da4b5eb\" data-element_type=\"section\" data-settings=\"{"background_background":"classic","shape_divider_bottom":"triangle","shape_divider_bottom_negative":"yes"}\">", "target": [ ".elementor-element-da4b5eb" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"elementor-blockquote__content\">\n\t\t\t\t\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"\t\t\t</p>", "target": [ ".elementor-blockquote__content" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#048c45", "contrastRatio": 4.33, "fontSize": "26.3pt (35px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-edd2734 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"edd2734\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-edd2734" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>", "target": [ ".elementor-element-28ec9dc6 > .elementor-widget-container > h4" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#a6a6a6", "bgColor": "#20335e", "contrastRatio": 5.08, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d74a66f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d74a66f\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-d74a66f" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">(619) 531-7913</a>", "target": [ "a[href=\"tel:6195317913\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#a6a6a6", "bgColor": "#20335e", "contrastRatio": 5.08, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d74a66f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d74a66f\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-d74a66f" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">(619) 514-1279 </a>", "target": [ "a[href=\"tel:(619)514-1279\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#a6a6a6", "bgColor": "#20335e", "contrastRatio": 5.08, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d74a66f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d74a66f\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-d74a66f" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"mailto:aweber@drakilahweber.com\">aweber@drakilahweber.com</a>", "target": [ "p:nth-child(4) > span > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#a6a6a6", "bgColor": "#20335e", "contrastRatio": 5.08, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d74a66f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d74a66f\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-d74a66f" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"mailto:Jeremy@digitalimpactand.com\">Jeremy@digitalimpactand.com</a>", "target": [ "p:nth-child(6) > a" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#a6a6a6", "bgColor": "#20335e", "contrastRatio": 5.08, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d74a66f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d74a66f\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-d74a66f" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">(619) 279-4363 or </a>", "target": [ ".c-link[href=\"tel:6192794363\"][data-stringify-link=\"tel:6192794363\"]:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#a6a6a6", "bgColor": "#20335e", "contrastRatio": 5.08, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d74a66f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d74a66f\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-d74a66f" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">Diane@digitalimpactand.com</a>", "target": [ ".c-link[href=\"tel:6192794363\"][data-stringify-link=\"tel:6192794363\"]:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#048c45", "contrastRatio": 4.33, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">", "target": [ ".elementor-element-c9ea67a > .elementor-widget-container > .elementor-button-wrapper > .elementor-button-link.elementor-button.elementor-size-md" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"elementor-button-text\">DONATE</span>", "target": [ ".elementor-element-c9ea67a > .elementor-widget-container > .elementor-button-wrapper > .elementor-button-link.elementor-button.elementor-size-md > .elementor-button-content-wrapper > .elementor-button-text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#048c45", "contrastRatio": 4.33, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"http://drakilahweber.com/about/\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>\n\t\t</span>\n\t\t\t\t\t</a>", "target": [ ".elementor-button-link.elementor-size-sm.elementor-button" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>", "target": [ ".elementor-button-link.elementor-size-sm.elementor-button > .elementor-button-content-wrapper > .elementor-button-text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#048c45", "contrastRatio": 4.33, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">", "target": [ ".elementor-element-d1a6422 > .elementor-widget-container > .elementor-button-wrapper > .elementor-button-link.elementor-button.elementor-size-md" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"elementor-button-text\">DONATE NOW</span>", "target": [ ".elementor-element-d1a6422 > .elementor-widget-container > .elementor-button-wrapper > .elementor-button-link.elementor-button.elementor-size-md > .elementor-button-content-wrapper > .elementor-button-text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#048c45", "contrastRatio": 4.33, "fontSize": "11.3pt (15px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<button type=\"submit\" class=\"elementor-button elementor-size-sm elementor-animation-grow\">", "target": [ ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-submit.e-form__buttons.elementor-field-group > button" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"elementor-button-text\">Send Message</span>", "target": [ ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-submit.e-form__buttons.elementor-field-group > button > span > .elementor-button-text" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "duplicate-id-aria", "impact": "critical", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value used in ARIA and in labels is unique", "help": "IDs used in ARIA and labels must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id-aria?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id-aria", "data": "form-field-email", "relatedNodes": [ { "html": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "target": [ ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > input[type=\"email\"][name=\"form_fields[email]\"][placeholder=\"Email\"]" ] } ], "impact": "critical", "message": "Document has multiple elements referenced with ARIA with the same id attribute: form-field-email" } ], "all": [], "none": [], "impact": "critical", "html": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "target": [ ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > input[type=\"email\"][name=\"form_fields[email]\"][placeholder=\"Email\"]" ], "failureSummary": "Fix any of the following:\n Document has multiple elements referenced with ARIA with the same id attribute: form-field-email" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>", "target": [ ".elementor-element-28ec9dc6 > .elementor-widget-container > h4" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "landmark-one-main", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has a main landmark", "help": "Document should have one main landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-main", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Document does not have a main landmark" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en-US\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT", "TTv5", "TT6.a" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a href=\"https://drakilahweber.com\">", "target": [ ".elementor-element-502789a4 > .elementor-widget-container > .elementor-image > a[href$=\"drakilahweber.com\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "page-has-heading-one", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensure that the page, or at least one of its frames contains a level-one heading", "help": "Page should contain a level-one heading", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-heading-one", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Page must have a level-one heading" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en-US\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Page must have a level-one heading" } ] }, { "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=\"elementor-element elementor-element-4d70bba8 elementor-widget elementor-widget-heading\" data-id=\"4d70bba8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">", "target": [ ".elementor-element-4d70bba8" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-container elementor-column-gap-default\">", "target": [ ".elementor-element-a586767 > .elementor-column-gap-default.elementor-container" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-05d4059 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"05d4059\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-05d4059" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-844b888 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"844b888\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">", "target": [ ".elementor-element-844b888" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-container elementor-column-gap-default\">", "target": [ ".elementor-element-da4b5eb > .elementor-column-gap-default.elementor-container" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-element elementor-element-d86dcee elementor-widget elementor-widget-text-editor\" data-id=\"d86dcee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">", "target": [ ".elementor-element-d86dcee" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-element elementor-element-28ec9dc6 elementor-widget elementor-widget-heading\" data-id=\"28ec9dc6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">", "target": [ ".elementor-element-28ec9dc6" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_d01b0d3 elementor-col-25\">", "target": [ ".elementor-field-group-field_d01b0d3" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_cef5da8 elementor-col-25\">", "target": [ ".elementor-field-group-field_cef5da8" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-25 elementor-field-required\">", "target": [ ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-element elementor-element-6b3fba0 elementor-widget elementor-widget-heading\" data-id=\"6b3fba0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">", "target": [ ".elementor-element-6b3fba0" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-192d2b1\" data-id=\"192d2b1\" data-element_type=\"column\">", "target": [ ".elementor-element-192d2b1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-element elementor-element-ddf62c7 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"ddf62c7\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">", "target": [ ".elementor-element-ddf62c7" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">", "target": [ ".elementor-field-group-name" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">", "target": [ ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">", "target": [ ".elementor-field-type-textarea" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "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=\"elementor-element elementor-element-e008f5f elementor-widget elementor-widget-text-editor\" data-id=\"e008f5f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">", "target": [ ".elementor-element-e008f5f" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 19, 12, 20, 16 ], "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-4d70bba8 > .elementor-widget-container > .elementor-heading-title.elementor-size-default" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across <br>San Diego.</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-size-lg > .elementor-button-content-wrapper > .elementor-button-text" }, "excerpt": "<span class=\"elementor-button-text\">SUPPORT OUR CAMPAIGN</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-1777310 > .elementor-widget-container > h2" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT DR. WEBER</h2>" }, { "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": "CITE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "cite" }, "excerpt": "<cite class=\"elementor-blockquote__author\">Dr. Akilah Weber</cite>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it's partially obscured by another element", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "form-field-message", "location": { "doc": "dom", "type": "selector", "spec": "#form-field-message" }, "excerpt": "<textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>" }, { "ruleID": "form-field-multiple-labels", "what": "Form field must not have multiple label elements", "ordinalSeverity": 0, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > input[type=\"email\"][name=\"form_fields[email]\"][placeholder=\"Email\"]" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "form-field-multiple-labels", "what": "Form field must not have multiple label elements", "ordinalSeverity": 0, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > input[type=\"email\"][name=\"form_fields[email]\"][placeholder=\"Email\"]" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-82f72e1 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-a7b7edd > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-5dbcec7 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "iframe[title=\"reCAPTCHA\"]" }, "excerpt": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_ch ... \"presentation\" name=\"a-vgix9vfnjncg\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\">" }, { "ruleID": "frame-title-unique", "what": "Frames must have a unique title attribute", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-82f72e1 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "ruleID": "frame-title-unique", "what": "Frames must have a unique title attribute", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-a7b7edd > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>" }, { "ruleID": "frame-title-unique", "what": "Frames must have a unique title attribute", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-5dbcec7 > .elementor-widget-container > .elementor-wrapper.elementor-open-inline > .elementor-video-iframe[allowfullscreen=\"\"][title=\"vimeo Video Player\"]" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "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": "sm-16871042494950564-2", "location": { "doc": "dom", "type": "selector", "spec": "#sm-16871042494950564-2" }, "excerpt": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-16871042494950564-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042494950564-1\" aria-expanded=\"false\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-10037ccc > .elementor-widget-container > .elementor-menu-toggle[aria-label=\"Menu Toggle\"][role=\"button\"]" }, "excerpt": "<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\" style=\"\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-10037ccc > .elementor-widget-container > .elementor-nav-menu__container:nth-child(3)" }, "excerpt": "<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\" style=\"width: 1280px; left: 0px; top: 46.1953px;\">" }, { "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": "sm-16871042494985774-2", "location": { "doc": "dom", "type": "selector", "spec": "#sm-16871042494985774-2" }, "excerpt": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-16871042494985774-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042494985774-1\" aria-expanded=\"false\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-28037a9" }, "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-28037a9 elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"28037a9\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">" }, { "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": "sm-1687104249511151-2", "location": { "doc": "dom", "type": "selector", "spec": "#sm-1687104249511151-2" }, "excerpt": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-1687104249511151-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-1687104249511151-1\" aria-expanded=\"false\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-b0ddf09 > .elementor-widget-container > .elementor-menu-toggle[aria-label=\"Menu Toggle\"][role=\"button\"]" }, "excerpt": "<div class=\"elementor-menu-toggle\" role=\"button\" tabindex=\"0\" aria-label=\"Menu Toggle\" aria-expanded=\"false\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-b0ddf09 > .elementor-widget-container > .elementor-nav-menu__container:nth-child(3)" }, "excerpt": "<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">" }, { "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": "sm-16871042495122175-2", "location": { "doc": "dom", "type": "selector", "spec": "#sm-16871042495122175-2" }, "excerpt": "<ul class=\"sub-menu elementor-nav-menu--dropdown\" id=\"sm-16871042495122175-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042495122175-1\" aria-expanded=\"false\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-450eccc" }, "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-450eccc elementor-hidden-mobile elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"450eccc\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">" }, { "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": ".elementor-element-f4b4120" }, "excerpt": "<div class=\"elementor-element elementor-element-f4b4120 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"f4b4120\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">" }, { "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": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-8d8121e" }, "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d8121e elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8d8121e\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">" }, { "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": "TEXTAREA", "id": "g-recaptcha-response", "location": { "doc": "dom", "type": "selector", "spec": "#g-recaptcha-response" }, "excerpt": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\"></textarea>" }, { "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": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-g-recaptcha > iframe" }, "excerpt": "<iframe style=\"display: none;\"></iframe>" }, { "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": ".e-font-icon-svg-symbols:nth-child(49)" }, "excerpt": "<svg style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></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": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".e-font-icon-svg-symbols:nth-child(51)" }, "excerpt": "<svg style=\"display: none;\" class=\"e-font-icon-svg-symbols\"></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": "div:nth-child(54)" }, "excerpt": "<div style=\"background-color: rgb(255, 255, 255); border: 1px solid rgb(204, 204, 204); box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px; position: absolute; transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s; opacity: 0; visibility: hidden; z-index: 2000000000; left: 0px; top: -10000px;\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 27.0pt (36px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-1042388 > .elementor-widget-container > h2" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</h2>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #048c45, background color: #ffffff, font size: 24.0pt (32px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-25fd67f > .elementor-widget-container > h2" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</h2>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 20.3pt (27px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-blockquote__content" }, "excerpt": "<p class=\"elementor-blockquote__content\"> \"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\" </p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 26.3pt (35px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-28ec9dc6 > .elementor-widget-container > h4" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href=\"tel:6195317913\"]" }, "excerpt": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">(619) 531-7913</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href=\"tel:(619)514-1279\"]" }, "excerpt": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">(619) 514-1279 </a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(4) > span > a" }, "excerpt": "<a href=\"mailto:aweber@drakilahweber.com\">aweber@drakilahweber.com</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(6) > a" }, "excerpt": "<a href=\"mailto:Jeremy@digitalimpactand.com\">Jeremy@digitalimpactand.com</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c-link[href=\"tel:6192794363\"][data-stringify-link=\"tel:6192794363\"]:nth-child(1)" }, "excerpt": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">(619) 279-4363 or </a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.08 (foreground color: #a6a6a6, background color: #20335e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".c-link[href=\"tel:6192794363\"][data-stringify-link=\"tel:6192794363\"]:nth-child(2)" }, "excerpt": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">Diane@digitalimpactand.com</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-c9ea67a > .elementor-widget-container > .elementor-button-wrapper > .elementor-button-link.elementor-button.elementor-size-md > .elementor-button-content-wrapper > .elementor-button-text" }, "excerpt": "<span class=\"elementor-button-text\">DONATE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-button-link.elementor-size-sm.elementor-button > .elementor-button-content-wrapper > .elementor-button-text" }, "excerpt": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-d1a6422 > .elementor-widget-container > .elementor-button-wrapper > .elementor-button-link.elementor-button.elementor-size-md > .elementor-button-content-wrapper > .elementor-button-text" }, "excerpt": "<span class=\"elementor-button-text\">DONATE NOW</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.33 (foreground color: #ffffff, background color: #048c45, font size: 11.3pt (15px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-submit.e-form__buttons.elementor-field-group > button > span > .elementor-button-text" }, "excerpt": "<span class=\"elementor-button-text\">Send Message</span>" }, { "ruleID": "duplicate-id-aria", "what": "IDs used in ARIA and labels must be unique; Document has multiple elements referenced with ARIA with the same id attribute: form-field-email", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required > input[type=\"email\"][name=\"form_fields[email]\"][placeholder=\"Email\"]" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-28ec9dc6 > .elementor-widget-container > h4" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>" }, { "ruleID": "landmark-one-main", "what": "Document should have one main landmark; Document does not have a main landmark", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-502789a4 > .elementor-widget-container > .elementor-image > a[href$=\"drakilahweber.com\"]" }, "excerpt": "<a href=\"https://drakilahweber.com\">" }, { "ruleID": "page-has-heading-one", "what": "Page should contain a level-one heading; Page must have a level-one heading", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\">" }, { "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": ".elementor-element-4d70bba8" }, "excerpt": "<div class=\"elementor-element elementor-element-4d70bba8 elementor-widget elementor-widget-heading\" data-id=\"4d70bba8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">" }, { "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": ".elementor-element-a586767 > .elementor-column-gap-default.elementor-container" }, "excerpt": "<div class=\"elementor-container elementor-column-gap-default\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-05d4059" }, "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-05d4059 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"05d4059\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".elementor-element-844b888" }, "excerpt": "<section class=\"elementor-section elementor-top-section elementor-element elementor-element-844b888 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"844b888\" data-element_type=\"section\" data-settings=\"{"background_background":"classic"}\">" }, { "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": ".elementor-element-da4b5eb > .elementor-column-gap-default.elementor-container" }, "excerpt": "<div class=\"elementor-container elementor-column-gap-default\">" }, { "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": ".elementor-element-d86dcee" }, "excerpt": "<div class=\"elementor-element elementor-element-d86dcee elementor-widget elementor-widget-text-editor\" data-id=\"d86dcee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">" }, { "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": ".elementor-element-28ec9dc6" }, "excerpt": "<div class=\"elementor-element elementor-element-28ec9dc6 elementor-widget elementor-widget-heading\" data-id=\"28ec9dc6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">" }, { "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": ".elementor-field-group-field_d01b0d3" }, "excerpt": "<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_d01b0d3 elementor-col-25\">" }, { "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": ".elementor-field-group-field_cef5da8" }, "excerpt": "<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_cef5da8 elementor-col-25\">" }, { "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": ".elementor-element-58a65332 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required" }, "excerpt": "<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-25 elementor-field-required\">" }, { "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": ".elementor-element-6b3fba0" }, "excerpt": "<div class=\"elementor-element elementor-element-6b3fba0 elementor-widget elementor-widget-heading\" data-id=\"6b3fba0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">" }, { "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": ".elementor-element-192d2b1" }, "excerpt": "<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-192d2b1\" data-id=\"192d2b1\" data-element_type=\"column\">" }, { "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": ".elementor-element-ddf62c7" }, "excerpt": "<div class=\"elementor-element elementor-element-ddf62c7 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"ddf62c7\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">" }, { "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": ".elementor-field-group-name" }, "excerpt": "<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">" }, { "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": ".elementor-element-cd71735 > .elementor-widget-container > form > .elementor-form-fields-wrapper.elementor-labels- > .elementor-field-type-email.elementor-field-group-email.elementor-field-required" }, "excerpt": "<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">" }, { "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": ".elementor-field-type-textarea" }, "excerpt": "<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">" }, { "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": ".elementor-element-e008f5f" }, "excerpt": "<div class=\"elementor-element elementor-element-e008f5f elementor-widget elementor-widget-text-editor\" data-id=\"e008f5f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">" } ] }, "endTime": 1687104257098 }, { "type": "launch", "which": "chromium", "startTime": 1687104257098, "endTime": 1687104257598 }, { "type": "url", "which": "https://drakilahweber.com/", "what": "Candidate Akilah Weber, M.D. (D)", "startTime": 1687104257598, "result": { "url": "https://drakilahweber.com/" }, "endTime": 1687104258378 }, { "type": "test", "which": "continuum", "startTime": 1687104258379, "url": "https://drakilahweber.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This INPUT has an id attribute of 'form-field-email', which is not unique in the same DOM", "element": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-md elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(9)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(3)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "input[size=\"1\"][type=\"email\"][name=\"form_fields[email]\"][id=\"form-field-email\"][class=\"elementor-field elementor-size-md elementor-field-textual\"][placeholder=\"Email\"][required=\"required\"][aria-required=\"true\"]", "attNo": 8 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This INPUT has an id attribute of 'form-field-email', which is not unique in the same DOM", "element": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "input[size=\"1\"][type=\"email\"][name=\"form_fields[email]\"][id=\"form-field-email\"][class=\"elementor-field elementor-size-sm elementor-field-textual\"][placeholder=\"Email\"][required=\"required\"][aria-required=\"true\"]", "attNo": 8 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg preserveaspectratio=\"none\" viewbox=\"0 0 1000 100\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500.2,94.7L0,0v100h1000V0L500.2,94.7z\" class=\"elementor-shape-fill\"></path></svg>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 1000 100\"][preserveaspectratio=\"none\"]", "attNo": 3 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg preserveaspectratio=\"none\" viewbox=\"0 0 1000 100\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500.2,94.7L0,0v100h1000V0L500.2,94.7z\" class=\"elementor-shape-fill\"></path></svg>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"0 0 1000 100\"][preserveaspectratio=\"none\"]", "attNo": 3 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a href=\"https://drakilahweber.com\"><img sizes=\"(max-width: 8601px) 100vw, 8601px\" srcset=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah.png 8601w, https://d ... loading=\"lazy\" alt=\"\" class=\"attachment-full size-full wp-image-1823\" src=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah.png\" height=\"1994\" width=\"8601\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://drakilahweber.com\"]", "attNo": 1 } } ], "standardResult": { "totals": [ 0, 0, 0, 5 ], "instances": [ { "ruleID": "94", "what": "This INPUT has an id attribute of 'form-field-email', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(9)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(3)>*:nth-child(2)" }, "excerpt": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-md elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">" }, { "ruleID": "94", "what": "This INPUT has an id attribute of 'form-field-email', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg preserveaspectratio=\"none\" viewbox=\"0 0 1000 100\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500.2,94.7L0,0v100h1000V0L500.2,94.7z\" class=\"elementor-shape-fill\"></path></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(7)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg preserveaspectratio=\"none\" viewbox=\"0 0 1000 100\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500.2,94.7L0,0v100h1000V0L500.2,94.7z\" class=\"elementor-shape-fill\"></path></svg>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com\"><img sizes=\"(max-width: 8601px) 100vw, 8601px\" srcset=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah.png 8601w, https://d ... loading=\"lazy\" alt=\"\" class=\"attachment-full size-full wp-image-1823\" src=\"https://drakilahweber.com/wp-content/uploads/2021/01/State-Senate_Horizontal-Logo_Akilah.png\" height=\"1994\" width=\"8601\"></a>" } ] }, "endTime": 1687104259073 }, { "type": "launch", "which": "chromium", "startTime": 1687104259073, "endTime": 1687104259560 }, { "type": "url", "which": "https://drakilahweber.com/", "what": "Candidate Akilah Weber, M.D. (D)", "startTime": 1687104259560, "result": { "url": "https://drakilahweber.com/" }, "endTime": 1687104260319 }, { "type": "test", "which": "htmlcs", "startTime": 1687104260319, "url": "https://drakilahweber.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H30.2": { "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://drakilahweber.com\">...</a>" } ] }, "AAA.1_3_1.F68": { "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [ { "tagName": "textarea", "id": "#g-recaptcha-response", "code": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>" } ] }, "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=\"elementor-heading-title elementor-size-default\">...</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=\"elementor-heading-title elementor-size-default\">...</h2>" } ], "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4 class=\"elementor-heading-title elementor-size-default\">...</h4>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation: change background to #061944.": [ { "tagName": "a", "id": "", "code": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"mailto:Jeremy@digitalimpactand.com\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"mailto:aweber@drakilahweber.com\">...</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 4.34:1. Recommendation: change background to #006731.": [ { "tagName": "span", "id": "", "code": "<span class=\"elementor-button-text\">...</span>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #018942.": [ { "tagName": "cite", "id": "", "code": "<cite class=\"elementor-blockquote__author\">...</cite>" }, { "tagName": "h2", "id": "", "code": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>" }, { "tagName": "h4", "id": "", "code": "<h4 class=\"elementor-heading-title elementor-size-default\">...</h4>" }, { "tagName": "p", "id": "", "code": "<p class=\"elementor-blockquote__content\">...</p>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change text colour to #018942.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>" } ] }, "AAA.2_4_8.H59.1": { "Link elements can only be located in the head section of the document.": [ { "tagName": "link", "id": "#e-animations-css", "code": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.13.4\" type=\"text/css\" media=\"all\">" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"form-field-email\" found on the web page.": [ { "tagName": "input", "id": "#form-field-email", "code": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" } ] }, "AAA.4_1_2.H91.Textarea.Name": { "This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "textarea", "id": "#g-recaptcha-response", "code": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img decoding=\"async\" width=\"688\" height=\"1024\" src=\"https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1-688x1024.png\" class=\"attachment-large size-large wp-image-51\" alt=\"\" loading=\"lazy\" srcset=\"https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1-688x1024.png 688w, https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1-201x300.png 201w, https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1-768x1143.png 768w, https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1-1032x1536.png 1032w, https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1.png 1082w\" sizes=\"(max-width: 688px) 100vw, 688px\">" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "a", "id": "", "code": "<a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\">...</a>" }, { "tagName": "p", "id": "", "code": "<p class=\"p1\" style=\"margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: 'Helvetica Neue'; color: #000000; text-align: center;\">...</p>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: #fff;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: #ffffff;\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"font-weight: 400; color: #ffffff;\">...</span>" } ] }, "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 class=\"elementor-heading-title elementor-size-default\">...</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=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-grow elementor-repeater-item-2d0da0c\" href=\"https://www.facebook.com/drakilahweber\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow elementor-repeater-item-ffcc070\" href=\"https://www.instagram.com/drakilahweber/\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-914746e\" href=\"https://twitter.com/drakilahweber\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg\" role=\"button\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 17, 0, 0, 20 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" width=\"688\" height=\"1024\" src=\"https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1-688x1024.png\" class=\"attachment-large size-large wp-image-51\" al ... ploads/2021/01/WalkPostcard_0011_Whitecoat-1-1032x1536.png 1032w, https://drakilahweber.com/wp-content/uploads/2021/01/WalkPostcard_0011_Whitecoat-1.png 1082w\" sizes=\"(max-width: 688px) 100vw, 688px\">" }, { "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_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"p1\" style=\"margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: 'Helvetica Neue'; color: #000000; text-align: center;\">...</p>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: #fff;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: #ffffff;\">...</span>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"font-weight: 400; color: #ffffff;\">...</span>" }, { "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 class=\"elementor-heading-title elementor-size-default\">...</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=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">...</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=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</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=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">...</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=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</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-facebook-f elementor-animation-grow elementor-repeater-item-2d0da0c\" href=\"https://www.facebook.com/drakilahweber\" 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-instagram elementor-animation-grow elementor-repeater-item-ffcc070\" href=\"https://www.instagram.com/drakilahweber/\" 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-animation-grow elementor-repeater-item-914746e\" href=\"https://twitter.com/drakilahweber\" 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://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg\" role=\"button\">...</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://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://drakilahweber.com\">...</a>" }, { "ruleID": "AAA.1_3_1.F68", "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "g-recaptcha-response", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>" }, { "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=\"elementor-heading-title elementor-size-default\">...</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=\"elementor-heading-title elementor-size-default\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">...</h4>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 5.08:1. Recommendation: change background to #061944.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">...</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.08:1. Recommendation: change background to #061944.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</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.08:1. Recommendation: change background to #061944.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">...</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.08:1. Recommendation: change background to #061944.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">...</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.08:1. Recommendation: change background to #061944.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"mailto:Jeremy@digitalimpactand.com\">...</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.08:1. Recommendation: change background to #061944.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"mailto:aweber@drakilahweber.com\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #006731.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"elementor-button-text\">...</span>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #018942.", "ordinalSeverity": 3, "tagName": "CITE", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<cite class=\"elementor-blockquote__author\">...</cite>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #018942.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #018942.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">...</h4>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change background to #018942.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"elementor-blockquote__content\">...</p>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.34:1. Recommendation: change text colour to #018942.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">...</h2>" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "e-animations-css", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.13.4\" type=\"text/css\" media=\"all\">" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"form-field-email\" found on the web page.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "AAA.4_1_2.H91.Textarea.Name", "what": "This textarea element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "g-recaptcha-response", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\">...</textarea>" } ] }, "endTime": 1687104260741 }, { "type": "launch", "which": "chromium", "startTime": 1687104260741, "endTime": 1687104261253 }, { "type": "url", "which": "https://drakilahweber.com/", "what": "Candidate Akilah Weber, M.D. (D)", "startTime": 1687104261253, "result": { "url": "https://drakilahweber.com/" }, "endTime": 1687104262001 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687104262001, "url": "https://drakilahweber.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 33, "recommendation": 3, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]", "aria": "/document[1]/form[2]/button[1]" }, "message": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600", "bounds": { "left": 445, "top": 2911, "height": 15, "width": 111 }, "snippet": "<span class=\"elementor-button-text\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]", "aria": "/document[1]/button[4]" }, "message": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500", "bounds": { "left": 545, "top": 2493, "height": 16, "width": 102 }, "snippet": "<span class=\"elementor-button-text\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]", "aria": "/document[1]/button[3]" }, "message": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 500", "bounds": { "left": 314, "top": 2058, "height": 15, "width": 174 }, "snippet": "<span class=\"elementor-button-text\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]", "aria": "/document[1]/blockquote[1]/paragraph[1]" }, "message": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400", "bounds": { "left": 10, "top": 1548, "height": 48, "width": 780 }, "snippet": "<p class=\"elementor-blockquote__content\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]", "aria": "/document[1]/banner[1]/button[2]" }, "message": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600", "bounds": { "left": 704, "top": 39, "height": 19, "width": 68 }, "snippet": "<span class=\"elementor-button-text\">", "level": "violation" }, { "ruleId": "form_label_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/label[1]", "aria": "/document[1]/form[2]" }, "message": "Form control has more than one label", "bounds": { "left": 409, "top": -147393, "height": 1, "width": 1 }, "snippet": "<label class=\"elementor-field-label elementor-screen-only\" for=\"form-field-email\">", "level": "violation" }, { "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": -180001, "height": 1, "width": 1 }, "snippet": "<span class=\"elementor-screen-only\" id=\"elementor-device-mode\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/input[1]", "aria": "/document[1]/form[2]/textbox[2]" }, "message": "The <input> element has the id \"form-field-email\" that is already in use", "bounds": { "left": 410, "top": 2608, "height": 42, "width": 370 }, "snippet": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/nav[2]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": -4, "top": 88, "height": 0, "width": 800 }, "snippet": "<nav style=\"top: 35px; width: 800px; left: -613.656px;\" aria-hidden=\"true\" class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/button[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 515, "top": 2478, "height": 46, "width": 162 }, "snippet": "<a role=\"button\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" target=\"_blank\" href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/a[1]", "aria": "/document[1]/link[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 646, "top": 2396, "height": 62, "width": 62 }, "snippet": "<a target=\"_blank\" href=\"https://www.instagram.com/drakilahweber/\" class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow elementor-repeater-item-ffcc070\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 564, "top": 2396, "height": 62, "width": 62 }, "snippet": "<a target=\"_blank\" href=\"https://twitter.com/drakilahweber\" class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-914746e\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 482, "top": 2396, "height": 62, "width": 62 }, "snippet": "<a target=\"_blank\" href=\"https://www.facebook.com/drakilahweber\" class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-grow elementor-repeater-item-2d0da0c\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[1]", "aria": "/document[1]/paragraph[13]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 20, "top": 2770, "height": 22, "width": 148 }, "snippet": "<a data-sk=\"tooltip_parent\" data-stringify-link=\"tel:6192794363\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"tel:6192794363\" class=\"c-link\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[6]/a[1]", "aria": "/document[1]/paragraph[11]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 20, "top": 2672, "height": 22, "width": 231 }, "snippet": "<a href=\"mailto:Jeremy@digitalimpactand.com\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]", "aria": "/document[1]/paragraph[9]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 163, "top": 2575, "height": 22, "width": 209 }, "snippet": "<a href=\"mailto:aweber@drakilahweber.com\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]", "aria": "/document[1]/paragraph[9]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 20, "top": 2575, "height": 22, "width": 124 }, "snippet": "<a data-sk=\"tooltip_parent\" data-stringify-link=\"tel:(619)514-1279\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"tel:(619)514-1279\" class=\"c-link\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]", "aria": "/document[1]/paragraph[7]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 20, "top": 2477, "height": 22, "width": 116 }, "snippet": "<a data-sk=\"tooltip_parent\" data-stringify-link=\"tel:6195317913\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"tel:6195317913\" class=\"c-link\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 20, "top": 2396, "height": 58, "width": 370 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/a[1]", "aria": "/document[1]/paragraph[16]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 413, "top": 3092, "height": 18, "width": 88 }, "snippet": "<a href=\"https://digitalimpactand.com/\" style=\"color: #ffffff;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[14]" }, "message": "Content is not within a landmark element", "bounds": { "left": 10, "top": 2987, "height": 33, "width": 780 }, "snippet": "<p data-pm-slice=\"1 1 []\" style=\"text-align: center;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]", "aria": "/document[1]/heading[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 10, "top": 2338, "height": 28, "width": 780 }, "snippet": "<h4 class=\"elementor-heading-title elementor-size-default\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]", "aria": "/document[1]/heading[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 47, "top": 2156, "height": 30, "width": 706 }, "snippet": "<h4 class=\"elementor-heading-title elementor-size-default\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/button[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 290, "top": 2046, "height": 39, "width": 222 }, "snippet": "<a role=\"button\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-grow\" href=\"http://drakilahweber.com/about/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]", "aria": "/document[1]/list[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 24, "top": 1743, "height": 256, "width": 766 }, "snippet": "<ul>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]", "aria": "/document[1]/blockquote[1]/paragraph[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 10, "top": 1548, "height": 48, "width": 780 }, "snippet": "<p class=\"elementor-blockquote__content\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 36, "top": 1045, "height": 260, "width": 463 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 38, "top": 995, "height": 30, "width": 461 }, "snippet": "<h2 class=\"elementor-heading-title elementor-size-default\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 59, "top": 699, "height": 32, "width": 682 }, "snippet": "<h2 class=\"elementor-heading-title elementor-size-default\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 57, "top": 565, "height": 36, "width": 686 }, "snippet": "<h2 class=\"elementor-heading-title elementor-size-default\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/button[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 62, "top": 369, "height": 58, "width": 296 }, "snippet": "<a role=\"button\" class=\"elementor-button-link elementor-button elementor-size-lg\" target=\"_blank\" href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 22, "top": 204, "height": 138, "width": 374 }, "snippet": "<p class=\"elementor-heading-title elementor-size-default\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/banner[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 8, "top": 34, "height": 39, "width": 167 }, "snippet": "<a href=\"https://drakilahweber.com\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/form[2]" }, "message": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 410, "top": 2796, "height": 78, "width": 304 }, "snippet": "<iframe sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\" scrolling=\"no\" frameborder=\"0\" name=\"a-3nyk3b1j1avj\" role=\"presentation\" height=\"78\" width=\"304\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_checkbox&v=SglpK98hSCn2CroR0bKRSJl5&theme=light&size=normal&cb=g3rsw4ddu3h7\" title=\"reCAPTCHA\">", "level": "recommendation" }, { "ruleId": "aria_attribute_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/input[1]", "aria": "/document[1]/form[2]/textbox[2]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 410, "top": 2608, "height": 42, "width": 370 }, "snippet": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">", "level": "recommendation" }, { "ruleId": "aria_attribute_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[3]/input[1]", "aria": "/document[1]/form[1]/textbox[3]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 406, "top": 2221, "height": 47, "width": 169 }, "snippet": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-md elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 3, 0, 33 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 600", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[5]/button[1]/span[1]/span[2]" }, "excerpt": "<span class=\"elementor-button-text\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 500", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]" }, "excerpt": "<span class=\"elementor-button-text\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 500", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]" }, "excerpt": "<span class=\"elementor-button-text\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 20px and weight of 400", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]" }, "excerpt": "<p class=\"elementor-blockquote__content\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 4.34 with its background is less than the WCAG AA minimum requirements for text of size 14px and weight of 600", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/span[1]/span[1]" }, "excerpt": "<span class=\"elementor-button-text\">" }, { "ruleID": "form_label_unique", "what": "Form control has more than one label", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/label[1]" }, "excerpt": "<label class=\"elementor-field-label elementor-screen-only\" for=\"form-field-email\">" }, { "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": "element_id_unique", "what": "The <input> element has the id \"form-field-email\" that is already in use", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/input[1]" }, "excerpt": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/nav[2]" }, "excerpt": "<nav style=\"top: 35px; width: 800px; left: -613.656px;\" aria-hidden=\"true\" class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a role=\"button\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" target=\"_blank\" href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://www.instagram.com/drakilahweber/\" class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow elementor-repeater-item-ffcc070\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[2]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://twitter.com/drakilahweber\" class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-914746e\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://www.facebook.com/drakilahweber\" class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-grow elementor-repeater-item-2d0da0c\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[8]/a[1]" }, "excerpt": "<a data-sk=\"tooltip_parent\" data-stringify-link=\"tel:6192794363\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"tel:6192794363\" class=\"c-link\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[6]/a[1]" }, "excerpt": "<a href=\"mailto:Jeremy@digitalimpactand.com\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/span[1]/a[1]" }, "excerpt": "<a href=\"mailto:aweber@drakilahweber.com\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]" }, "excerpt": "<a data-sk=\"tooltip_parent\" data-stringify-link=\"tel:(619)514-1279\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"tel:(619)514-1279\" class=\"c-link\">" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]" }, "excerpt": "<a data-sk=\"tooltip_parent\" data-stringify-link=\"tel:6195317913\" rel=\"noopener noreferrer\" target=\"_blank\" href=\"tel:6195317913\" class=\"c-link\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p>" }, { "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]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[3]/span[1]/a[1]" }, "excerpt": "<a href=\"https://digitalimpactand.com/\" style=\"color: #ffffff;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p data-pm-slice=\"1 1 []\" style=\"text-align: center;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h4[1]" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">" }, { "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]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a role=\"button\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-grow\" href=\"http://drakilahweber.com/about/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[8]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[7]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/p[1]" }, "excerpt": "<p class=\"elementor-blockquote__content\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[6]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">" }, { "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]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a role=\"button\" class=\"elementor-button-link elementor-button elementor-size-lg\" target=\"_blank\" href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://drakilahweber.com\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder, scrolling\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\" scrolling=\"no\" frameborder=\"0\" name=\"a-3nyk3b1j1avj\" role=\"p ... r=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_checkbox&v=SglpK98hSCn2CroR0bKRSJl5&theme=light&size=normal&cb=g3rsw4ddu3h7\" title=\"reCAPTCHA\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/section[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[4]/div[1]/form[1]/div[1]/div[2]/input[1]" }, "excerpt": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/section[9]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/form[1]/div[1]/div[3]/input[1]" }, "excerpt": "<input aria-required=\"true\" required=\"required\" placeholder=\"Email\" class=\"elementor-field elementor-size-md elementor-field-textual\" id=\"form-field-email\" name=\"form_fields[email]\" type=\"email\" size=\"1\">" } ] }, "endTime": 1687104266924 }, { "type": "launch", "which": "chromium", "startTime": 1687104266924, "endTime": 1687104267476 }, { "type": "url", "which": "https://drakilahweber.com/", "what": "Candidate Akilah Weber, M.D. (D)", "startTime": 1687104267477, "result": { "url": "https://drakilahweber.com/" }, "endTime": 1687104268210 }, { "type": "test", "which": "nuVal", "startTime": 1687104268210, "url": "https://drakilahweber.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 23, "lastColumn": 93, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "inutes\">\n\t<script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.js\"></scri", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 23, "lastColumn": 230, "firstColumn": 103, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-3VWQR7M6FY&l=dataLayer&cx=c\"></scri", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 23, "lastColumn": 478, "firstColumn": 240, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.gstatic.com/recaptcha/releases/SglpK98hSCn2CroR0bKRSJl5/recaptcha__en.js\" crossorigin=\"anonymous\" integrity=\"sha384-jsz71vr28WOZtIr+0bD+k3A9A6dAPoM8Dlv5v9+9/zyWS2vUOFGPeZnFt9FCJ2Cg\"></scri", "hiliteStart": 10, "hiliteLength": 239 }, { "type": "info", "lastLine": 23, "lastColumn": 1120, "firstColumn": 882, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.gstatic.com/recaptcha/releases/SglpK98hSCn2CroR0bKRSJl5/recaptcha__en.js\" crossorigin=\"anonymous\" integrity=\"sha384-jsz71vr28WOZtIr+0bD+k3A9A6dAPoM8Dlv5v9+9/zyWS2vUOFGPeZnFt9FCJ2Cg\"></scri", "hiliteStart": 10, "hiliteLength": 239 }, { "type": "info", "lastLine": 32, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "s/feed/\">\n<script type=\"text/javascript\">\nwindo", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 37, "lastColumn": 23, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</script>\n<style type=\"text/css\">\nimg.w", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 60, "lastColumn": 62, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ia=\"all\">\n<style id=\"wp-block-library-theme-inline-css\" type=\"text/css\">\n.wp-b", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 64, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ia=\"all\">\n<style id=\"global-styles-inline-css\" type=\"text/css\">\nbody{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 86, "lastColumn": 150, "firstColumn": 73, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "origin=\"\"><script type=\"text/javascript\" id=\"advanced-google-recaptcha-custom-js-extra\">\n/* <!", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "info", "lastLine": 91, "lastColumn": 185, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://drakilahweber.com/wp-content/plugins/advanced-google-recaptcha/assets/js/captcha.min.js?ver=1.0.15\" id=\"advanced-google-recaptcha-custom-js\"></scri", "hiliteStart": 10, "hiliteLength": 185 }, { "type": "info", "lastLine": 92, "lastColumn": 178, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.google.com/recaptcha/api.js?hl=en_US&onload=agrLoad&render=explicit&ver=1.0.15\" id=\"advanced-google-recaptcha-api-js\"></scri", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 93, "lastColumn": 129, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://drakilahweber.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4\" id=\"jquery-core-js\"></s", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 94, "lastColumn": 140, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://drakilahweber.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0\" id=\"jquery-migrate-js\"></scri", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "info", "lastLine": 97, "lastColumn": 127, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "e Kit -->\n<script type=\"text/javascript\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-187953296-1\" id=\"google_gtagjs-js\" async=\"\"></scri", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 98, "lastColumn": 59, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" id=\"google_gtagjs-js-after\">\nwindo", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 115, "lastColumn": 196, "firstColumn": 1, "message": "A document must not include more than one meta element with its name attribute set to the value description.", "extract": "er.com/\">\n<meta name=\"description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\">\n<scri", "hiliteStart": 10, "hiliteLength": 196 }, { "type": "error", "lastLine": 129, "lastColumn": 15564, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-two ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 15609, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-thre", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 15705, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-one ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 19544, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-one ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 19786, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-two ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 19843, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}@media only ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 19942, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}}.header-thr", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 20002, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-one ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 24595, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}/* Site Titl", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 24714, "message": "CSS: color: Parse Error.", "extract": "e-title {color: ;}/* Tagline *", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 24836, "message": "CSS: color: Parse Error.", "extract": "ription {color: ;}/* Top Heade", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 25153, "message": "CSS: color: Parse Error.", "extract": "ch-icon {color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 26150, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 27128, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}/* Header Me", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 27243, "message": "CSS: color: Parse Error.", "extract": " li > a {color: ;}@media only ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 27360, "message": "CSS: color: Parse Error.", "extract": "r-label {color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 27714, "message": "CSS: color: Parse Error.", "extract": "menutxt {color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 28152, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}}/* Transpar", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 31047, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;color: ;}.tra", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 31055, "message": "CSS: color: Parse Error.", "extract": "-color: ;color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 31159, "message": "CSS: color: Parse Error.", "extract": "outline {color: ;border-color:", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 31174, "message": "CSS: border-color: Parse Error.", "extract": " ;border-color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 31275, "message": "CSS: color: Parse Error.", "extract": "on-text {color: ;padding: 0;}.", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 34705, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.section-ban", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 37570, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.site-footer", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 38943, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.bottom-foot", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 129, "lastColumn": 41335, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;color: #33333", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 132, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " Code -->\n<script type=\"text/javascript\">\n!func", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 141, "lastColumn": 37, "firstColumn": 7, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "->\n\n <script type=\"text/javascript\">\n ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 145, "lastColumn": 35, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ript>\n <script type=\"text/javascript\">fbq('i", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 147, "lastColumn": 42, "firstColumn": 12, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ")</script><script type=\"text/javascript\">\n f", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 153, "firstLine": 152, "lastColumn": 79, "firstColumn": 1, "message": "Bad start tag in img in noscript in head.", "extract": "noscript>\n<img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\"\nsrc=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" />\n</nos", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "info", "lastLine": 153, "firstLine": 152, "lastColumn": 79, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "noscript>\n<img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\"\nsrc=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" />\n</nos", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "error", "lastLine": 154, "lastColumn": 11, "firstColumn": 1, "message": "Stray end tag noscript.", "extract": "ipt=1\" />\n</noscript>\n<!-- ", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "error", "lastLine": 156, "lastColumn": 46, "firstColumn": 4, "message": "Attribute name not allowed on element meta at this point.", "extract": "de -->\n\t\t\t<meta name=\"theme-color\" content=\"#FFFFFF\">\n\t\t\t<l", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 156, "lastColumn": 46, "firstColumn": 4, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "de -->\n\t\t\t<meta name=\"theme-color\" content=\"#FFFFFF\">\n\t\t\t<l", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 157, "lastColumn": 124, "firstColumn": 4, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "FFFF\">\n\t\t\t<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-32x32.png\" sizes=\"32x32\">\n<link", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 158, "lastColumn": 125, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "=\"32x32\">\n<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-192x192.png\" sizes=\"192x192\">\n<link", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "error", "lastLine": 159, "lastColumn": 121, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "192x192\">\n<link rel=\"apple-touch-icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-180x180.png\">\n<meta", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 160, "lastColumn": 132, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "180.png\">\n<meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\">\n<styl", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 160, "lastColumn": 132, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "180.png\">\n<meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\">\n<styl", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 161, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "270.png\">\n<style>/* Pri", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 161, "lastColumn": 5029, "firstColumn": 4982, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": ";}</style><style id=\"theia-sticky-sidebar-stylesheet-TSS\">.theia", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 161, "lastColumn": 5113, "firstColumn": 5107, "message": "Stray end tag head.", "extract": ";}</style></head>\n<body", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 162, "lastColumn": 317, "firstColumn": 1, "message": "Start tag body seen but an element of the same type was already open.", "extract": "e></head>\n<body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"desktop\">\n<svg ", "hiliteStart": 10, "hiliteLength": 317 }, { "type": "error", "lastLine": 162, "lastColumn": 317, "firstColumn": 1, "subType": "fatal", "message": "Cannot recover after last error. Any further errors will be ignored.", "extract": "e></head>\n<body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"desktop\">\n<svg ", "hiliteStart": 10, "hiliteLength": 317 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 5, "lastColumn": 93, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"UTF-8\">\n\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\" />\t\t<met", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 5, "lastColumn": 204, "firstColumn": 96, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "over\" />\t\t<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />\n\n\t<!-", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 9, "lastColumn": 131, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</title>\n\t<meta name=\"description\" content=\"Dr. Akilah Weber is running for State Assembly District 79th in a special election for 2021.\" />\n\t<lin", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 10, "lastColumn": 59, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "021.\" />\n\t<link rel=\"canonical\" href=\"https://drakilahweber.com/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 11, "lastColumn": 46, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "com/\" />\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 12, "lastColumn": 46, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n_US\" />\n\t<meta property=\"og:type\" content=\"website\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 13, "lastColumn": 82, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\" />\n\t<meta property=\"og:title\" content=\"HOME - Dr. Akilah Weber for State Assembly\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 81 }, { "type": "info", "lastLine": 14, "lastColumn": 138, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\" />\n\t<meta property=\"og:description\" content=\"Dr. Akilah Weber is running for State Assembly District 79th in a special election for 2021.\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "info", "lastLine": 15, "lastColumn": 64, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "021.\" />\n\t<meta property=\"og:url\" content=\"https://drakilahweber.com/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "info", "lastLine": 16, "lastColumn": 79, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "com/\" />\n\t<meta property=\"og:site_name\" content=\"Dr. Akilah Weber for State Assembly\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "info", "lastLine": 17, "lastColumn": 78, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\" />\n\t<meta property=\"article:modified_time\" content=\"2023-05-12T01:06:50+00:00\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 18, "lastColumn": 143, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0:00\" />\n\t<meta property=\"og:image\" content=\"https://drakilahweber.com/wp-content/uploads/2021/01/35486546_144711289737295_8895992376670027776_o.jpg\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "info", "lastLine": 19, "lastColumn": 50, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".jpg\" />\n\t<meta property=\"og:image:width\" content=\"2048\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 20, "lastColumn": 51, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2048\" />\n\t<meta property=\"og:image:height\" content=\"1365\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 50 }, { "type": "info", "lastLine": 21, "lastColumn": 55, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1365\" />\n\t<meta property=\"og:image:type\" content=\"image/jpeg\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 22, "lastColumn": 59, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "jpeg\" />\n\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 23, "lastColumn": 59, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mage\" />\n\t<meta name=\"twitter:label1\" content=\"Est. reading time\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 24, "lastColumn": 50, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "time\" />\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" />\n\t<scr", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 29, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "in. -->\n\n\n<link rel='dns-prefetch' href='//www.google.com' />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 30, "lastColumn": 61, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "e.com' />\n<link rel='dns-prefetch' href='//www.googletagmanager.com' />\n<link", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 31, "lastColumn": 57, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r.com' />\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 32, "lastColumn": 147, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dr. Akilah Weber for State Assembly » Feed\" href=\"https://drakilahweber.com/feed/\" />\n<link", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 33, "lastColumn": 165, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dr. Akilah Weber for State Assembly » Comments Feed\" href=\"https://drakilahweber.com/comments/feed/\" />\n<scri", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "info", "lastLine": 34, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "feed/\" />\n<script type=\"text/javascript\">\nwindo", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 39, "lastColumn": 23, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</script>\n<style type=\"text/css\">\nimg.w", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 53, "lastColumn": 181, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</style>\n\t<link rel='stylesheet' id='bootstrap-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/bootstrap/css/bootstrap.min.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 180 }, { "type": "info", "lastLine": 54, "lastColumn": 160, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='slick-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/slick/slick.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 55, "lastColumn": 168, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='slicknav-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/css/slicknav.min.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 168 }, { "type": "info", "lastLine": 56, "lastColumn": 172, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='slick-theme-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/slick/slick-theme.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "info", "lastLine": 57, "lastColumn": 179, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='fontawesome-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/font-awesome/css/all.min.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "info", "lastLine": 58, "lastColumn": 172, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='gutener-blocks-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/css/blocks.min.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "info", "lastLine": 59, "lastColumn": 268, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='gutener-google-font-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C400i%2C600%2C700%2C800%7CPoppins%3A300%2C400%2C400i%2C500%2C600%2C700%2C800%2C900&display=swap&ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 268 }, { "type": "info", "lastLine": 60, "lastColumn": 172, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='gutener-corporate-style-parent-css' href='https://drakilahweber.com/wp-content/themes/gutener/style.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "info", "lastLine": 61, "lastColumn": 171, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='wp-block-library-css' href='https://drakilahweber.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "info", "lastLine": 62, "lastColumn": 62, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "='all' />\n<style id='wp-block-library-theme-inline-css' type='text/css'>\n.wp-b", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 65, "lastColumn": 165, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='classic-theme-styles-css' href='https://drakilahweber.com/wp-includes/css/classic-themes.min.css?ver=6.2.2' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "info", "lastLine": 66, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "='all' />\n<style id='global-styles-inline-css' type='text/css'>\nbody{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 72, "lastColumn": 210, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='advanced-google-recaptcha-style-css' href='https://drakilahweber.com/wp-content/plugins/advanced-google-recaptcha/assets/css/captcha.min.css?ver=1.0.15' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 210 }, { "type": "info", "lastLine": 73, "lastColumn": 165, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='gutener-style-css' href='https://drakilahweber.com/wp-content/themes/gutener-corporate/style.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "info", "lastLine": 74, "lastColumn": 197, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.20.0' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "info", "lastLine": 75, "lastColumn": 196, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.13.4' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 196 }, { "type": "info", "lastLine": 76, "lastColumn": 182, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-frontend-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.13.4' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "info", "lastLine": 77, "lastColumn": 178, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='swiper-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 78, "lastColumn": 173, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-post-10-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-10.css?ver=1686691625' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 173 }, { "type": "info", "lastLine": 79, "lastColumn": 181, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-pro-css' href='https://drakilahweber.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.13.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 181 }, { "type": "info", "lastLine": 80, "lastColumn": 171, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-global-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/global.css?ver=1686691625' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "info", "lastLine": 81, "lastColumn": 173, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-post-12-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-12.css?ver=1686691625' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 173 }, { "type": "info", "lastLine": 82, "lastColumn": 173, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-post-95-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-95.css?ver=1686691625' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 173 }, { "type": "info", "lastLine": 83, "lastColumn": 175, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-post-268-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-268.css?ver=1686691625' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "info", "lastLine": 84, "lastColumn": 496, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Alata%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 496 }, { "type": "info", "lastLine": 85, "lastColumn": 208, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 208 }, { "type": "info", "lastLine": 86, "lastColumn": 202, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 202 }, { "type": "info", "lastLine": 87, "lastColumn": 204, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 204 }, { "type": "info", "lastLine": 88, "lastColumn": 147, "firstColumn": 70, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ossorigin><script type='text/javascript' id='advanced-google-recaptcha-custom-js-extra'>\n/* <!", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "info", "lastLine": 93, "lastColumn": 185, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://drakilahweber.com/wp-content/plugins/advanced-google-recaptcha/assets/js/captcha.min.js?ver=1.0.15' id='advanced-google-recaptcha-custom-js'></scri", "hiliteStart": 10, "hiliteLength": 185 }, { "type": "info", "lastLine": 94, "lastColumn": 181, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.google.com/recaptcha/api.js?hl=en_US&onload=agrLoad&render=explicit&ver=1.0.15' id='advanced-google-recaptcha-api-js'></scri", "hiliteStart": 10, "hiliteLength": 181 }, { "type": "info", "lastLine": 95, "lastColumn": 129, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://drakilahweber.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></scri", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 96, "lastColumn": 140, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://drakilahweber.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></scri", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "info", "lastLine": 99, "lastColumn": 124, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "e Kit -->\n<script type='text/javascript' src='https://www.googletagmanager.com/gtag/js?id=UA-187953296-1' id='google_gtagjs-js' async></scri", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "info", "lastLine": 100, "lastColumn": 59, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' id='google_gtagjs-js-after'>\nwindo", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 109, "lastColumn": 75, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "e Kit -->\n<link rel=\"https://api.w.org/\" href=\"https://drakilahweber.com/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 75 }, { "type": "info", "lastLine": 109, "lastColumn": 179, "firstColumn": 76, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://drakilahweber.com/wp-json/wp/v2/pages/12\" /><link ", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 109, "lastColumn": 288, "firstColumn": 180, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ges/12\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://drakilahweber.com/xmlrpc.php?rsd\" />\n<link", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 110, "lastColumn": 122, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://drakilahweber.com/wp-includes/wlwmanifest.xml\" />\n<meta", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 111, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t.xml\" />\n<meta name=\"generator\" content=\"WordPress 6.2.2\" />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 112, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.2.2\" />\n<link rel='shortlink' href='https://drakilahweber.com/' />\n<link", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 113, "lastColumn": 152, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://drakilahweber.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdrakilahweber.com%2F\" />\n<link", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 114, "lastColumn": 160, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://drakilahweber.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdrakilahweber.com%2F&format=xml\" />\n<meta", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 115, "lastColumn": 62, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t=xml\" />\n<meta name=\"generator\" content=\"Site Kit by Google 1.102.0\" /><!-- S", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 116, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-seo/ -->\n<link rel=\"canonical\" href=\"https://drakilahweber.com/\" />\n<meta", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "error", "lastLine": 117, "lastColumn": 198, "firstColumn": 1, "message": "A document must not include more than one meta element with its name attribute set to the value description.", "extract": ".com/\" />\n<meta name=\"description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" />\n<scri", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "info", "lastLine": 117, "lastColumn": 198, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/\" />\n<meta name=\"description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" />\n<scri", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "info", "lastLine": 119, "lastColumn": 45, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</script>\n<meta property=\"og:type\" content=\"website\" />\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 120, "lastColumn": 63, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "bsite\" />\n<meta property=\"og:url\" content=\"https://drakilahweber.com/\" />\n<meta", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "info", "lastLine": 121, "lastColumn": 81, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/\" />\n<meta property=\"og:title\" content=\"HOME | Dr. Akilah Weber for State Assembly\" />\n<meta", "hiliteStart": 10, "hiliteLength": 81 }, { "type": "info", "lastLine": 122, "lastColumn": 204, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "embly\" />\n<meta property=\"og:description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" />\n<meta", "hiliteStart": 10, "hiliteLength": 204 }, { "type": "info", "lastLine": 123, "lastColumn": 142, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "I ...\" />\n<meta property=\"og:image\" content=\"https://drakilahweber.com/wp-content/uploads/2021/01/35486546_144711289737295_8895992376670027776_o.jpg\" />\n<meta", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "info", "lastLine": 124, "lastColumn": 49, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "o.jpg\" />\n<meta property=\"og:image:width\" content=\"2048\" />\n<meta", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 125, "lastColumn": 50, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"2048\" />\n<meta property=\"og:image:height\" content=\"1365\" />\n<meta", "hiliteStart": 10, "hiliteLength": 50 }, { "type": "info", "lastLine": 126, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"1365\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 127, "lastColumn": 82, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "image\" />\n<meta name=\"twitter:title\" content=\"HOME | Dr. Akilah Weber for State Assembly\" />\n<meta", "hiliteStart": 10, "hiliteLength": 82 }, { "type": "info", "lastLine": 128, "lastColumn": 205, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "embly\" />\n<meta name=\"twitter:description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" />\n<meta", "hiliteStart": 10, "hiliteLength": 205 }, { "type": "info", "lastLine": 129, "lastColumn": 143, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "I ...\" />\n<meta name=\"twitter:image\" content=\"https://drakilahweber.com/wp-content/uploads/2021/01/35486546_144711289737295_8895992376670027776_o.jpg\" />\n<!-- ", "hiliteStart": 10, "hiliteLength": 143 }, { "type": "error", "lastLine": 131, "lastColumn": 15564, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-two ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 15609, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-thre", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 15705, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-one ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 19544, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-one ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 19786, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-two ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 19843, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}@media only ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 19942, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}}.header-thr", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 20002, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.header-one ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 24595, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}/* Site Titl", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 24714, "message": "CSS: color: Parse Error.", "extract": "e-title {color: ;}/* Tagline *", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 24836, "message": "CSS: color: Parse Error.", "extract": "ription {color: ;}/* Top Heade", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 25153, "message": "CSS: color: Parse Error.", "extract": "ch-icon {color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 26150, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 27128, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}/* Header Me", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 27243, "message": "CSS: color: Parse Error.", "extract": " li > a {color: ;}@media only ", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 27360, "message": "CSS: color: Parse Error.", "extract": "r-label {color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 27714, "message": "CSS: color: Parse Error.", "extract": "menutxt {color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 28152, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}}/* Transpar", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 31047, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;color: ;}.tra", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 31055, "message": "CSS: color: Parse Error.", "extract": "-color: ;color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 31159, "message": "CSS: color: Parse Error.", "extract": "outline {color: ;border-color:", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 31174, "message": "CSS: border-color: Parse Error.", "extract": " ;border-color: ;}.transparent", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 31275, "message": "CSS: color: Parse Error.", "extract": "on-text {color: ;padding: 0;}.", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 34705, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.section-ban", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 37570, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.site-footer", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 38943, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;}.bottom-foot", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 131, "lastColumn": 41335, "message": "CSS: background-color: Parse Error.", "extract": "ckground-color: ;color: #33333", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 134, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " Code -->\n<script type='text/javascript'>\n!func", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 143, "lastColumn": 37, "firstColumn": 7, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "->\n\n <script type='text/javascript'>\n ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 147, "lastColumn": 35, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ript>\n <script type='text/javascript'>fbq('i", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 149, "lastColumn": 42, "firstColumn": 12, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": ")</script><script type='text/javascript'>\n f", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 155, "firstLine": 154, "lastColumn": 79, "firstColumn": 1, "message": "Bad start tag in img in noscript in head.", "extract": "noscript>\n<img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\"\nsrc=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" />\n</nos", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "info", "lastLine": 155, "firstLine": 154, "lastColumn": 79, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "noscript>\n<img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\"\nsrc=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" />\n</nos", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "error", "lastLine": 156, "lastColumn": 11, "firstColumn": 1, "message": "Stray end tag noscript.", "extract": "ipt=1\" />\n</noscript>\n<!-- ", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "error", "lastLine": 158, "lastColumn": 46, "firstColumn": 4, "message": "Attribute name not allowed on element meta at this point.", "extract": "de -->\n\t\t\t<meta name=\"theme-color\" content=\"#FFFFFF\">\n\t\t\t<l", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 158, "lastColumn": 46, "firstColumn": 4, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "de -->\n\t\t\t<meta name=\"theme-color\" content=\"#FFFFFF\">\n\t\t\t<l", "hiliteStart": 10, "hiliteLength": 43 }, { "type": "error", "lastLine": 159, "lastColumn": 126, "firstColumn": 4, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "FFFF\">\n\t\t\t<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-32x32.png\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 159, "lastColumn": 126, "firstColumn": 4, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "FFFF\">\n\t\t\t<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-32x32.png\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 160, "lastColumn": 127, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-192x192.png\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 160, "lastColumn": 127, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-192x192.png\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "lastLine": 161, "lastColumn": 123, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-180x180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 161, "lastColumn": 123, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-180x180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 162, "lastColumn": 134, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\" />\n<styl", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "error", "lastLine": 162, "lastColumn": 134, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\" />\n<styl", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "info", "lastLine": 162, "lastColumn": 134, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\" />\n<styl", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "error", "lastLine": 163, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "0.png\" />\n<style>/* Pri", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 163, "lastColumn": 4988, "firstColumn": 4982, "message": "Stray end tag head.", "extract": ";}</style></head>\n<body", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 164, "lastColumn": 245, "firstColumn": 1, "message": "Start tag body seen but an element of the same type was already open.", "extract": "e></head>\n<body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12\">\n<svg ", "hiliteStart": 10, "hiliteLength": 245 }, { "type": "error", "lastLine": 164, "lastColumn": 245, "firstColumn": 1, "subType": "fatal", "message": "Cannot recover after last error. Any further errors will be ignored.", "extract": "e></head>\n<body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12\">\n<svg ", "hiliteStart": 10, "hiliteLength": 245 } ] }, "success": true }, "standardResult": { "totals": [ 34, 0, 81, 2 ], "instances": [ { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "23" }, "excerpt": "inutes\"> <script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "23" }, "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-3VWQR7M6FY&l=dataLayer&cx=c\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "23" }, "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.gstatic.com/recaptcha/releases/SglpK98hSCn2CroR0bKRSJl5/recaptcha__en.js\" crossorigin=\"anonymous\" integrity=\"sha384-jsz71vr28WOZtIr+0bD+k3A9A6dAPoM8Dlv5v9+9/zyWS2vUOFGPeZnFt9FCJ2Cg\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "23" }, "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.gstatic.com/recaptcha/releases/SglpK98hSCn2CroR0bKRSJl5/recaptcha__en.js\" crossorigin=\"anonymous\" integrity=\"sha384-jsz71vr28WOZtIr+0bD+k3A9A6dAPoM8Dlv5v9+9/zyWS2vUOFGPeZnFt9FCJ2Cg\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "32" }, "excerpt": "s/feed/\"> <script type=\"text/javascript\"> windo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "37" }, "excerpt": "</script> <style type=\"text/css\"> img.w" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "wp-block-library-theme-inline-css", "location": { "doc": "dom", "type": "line", "spec": "60" }, "excerpt": "ia=\"all\"> <style id=\"wp-block-library-theme-inline-css\" type=\"text/css\"> .wp-b" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "global-styles-inline-css", "location": { "doc": "dom", "type": "line", "spec": "64" }, "excerpt": "ia=\"all\"> <style id=\"global-styles-inline-css\" type=\"text/css\"> body{" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "advanced-google-recaptcha-custom-js-extra", "location": { "doc": "dom", "type": "line", "spec": "86" }, "excerpt": "origin=\"\"><script type=\"text/javascript\" id=\"advanced-google-recaptcha-custom-js-extra\"> /* <!" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "advanced-google-recaptcha-custom-js", "location": { "doc": "dom", "type": "line", "spec": "91" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://drakilahweber.com/wp-content/plugins/advanced-google-recaptcha/assets/js/captcha.min.js?ver=1.0.15\" id=\"advanced-google-recaptcha-custom-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "advanced-google-recaptcha-api-js", "location": { "doc": "dom", "type": "line", "spec": "92" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.google.com/recaptcha/api.js?hl=en_US&onload=agrLoad&render=explicit&ver=1.0.15\" id=\"advanced-google-recaptcha-api-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-core-js", "location": { "doc": "dom", "type": "line", "spec": "93" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://drakilahweber.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4\" id=\"jquery-core-js\"></s" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-migrate-js", "location": { "doc": "dom", "type": "line", "spec": "94" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://drakilahweber.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0\" id=\"jquery-migrate-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "google_gtagjs-js", "location": { "doc": "dom", "type": "line", "spec": "97" }, "excerpt": "e Kit --> <script type=\"text/javascript\" src=\"https://www.googletagmanager.com/gtag/js?id=UA-187953296-1\" id=\"google_gtagjs-js\" async=\"\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "google_gtagjs-js-after", "location": { "doc": "dom", "type": "line", "spec": "98" }, "excerpt": "</script> <script type=\"text/javascript\" id=\"google_gtagjs-js-after\"> windo" }, { "ruleID": "A document must not include more than one meta element with its name attribute set to the value description.", "what": "A document must not include more than one meta element with its name attribute set to the value description.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "115" }, "excerpt": "er.com/\"> <meta name=\"description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\"> <scri" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.header-two " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.header-thre" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.header-one " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.header-one " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.header-two " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}@media only " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}}.header-thr" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.header-one " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}/* Site Titl" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "e-title {color: ;}/* Tagline *" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ription {color: ;}/* Top Heade" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ch-icon {color: ;}.transparent" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.transparent" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}/* Header Me" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": " li > a {color: ;}@media only " }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "r-label {color: ;}.transparent" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "menutxt {color: ;}.transparent" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}}/* Transpar" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;color: ;}.tra" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "-color: ;color: ;}.transparent" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "outline {color: ;border-color:" }, { "ruleID": "CSS: border-color: Parse Error.", "what": "CSS: border-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": " ;border-color: ;}.transparent" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "on-text {color: ;padding: 0;}." }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.section-ban" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.site-footer" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;}.bottom-foot" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "129" }, "excerpt": "ckground-color: ;color: #33333" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "132" }, "excerpt": " Code --> <script type=\"text/javascript\"> !func" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "141" }, "excerpt": "-> <script type=\"text/javascript\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "145" }, "excerpt": "ript> <script type=\"text/javascript\">fbq('i" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "147" }, "excerpt": ")</script><script type=\"text/javascript\"> f" }, { "ruleID": "Bad start tag in img in noscript in head.", "what": "Bad start tag in img in noscript in head.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "153" }, "excerpt": "noscript> <img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\" src=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" /> </nos" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "153" }, "excerpt": "noscript> <img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\" src=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" /> </nos" }, { "ruleID": "Stray end tag noscript.", "what": "Stray end tag noscript.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "154" }, "excerpt": "ipt=1\" /> </noscript> <!-- " }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "156" }, "excerpt": "de --> <meta name=\"theme-color\" content=\"#FFFFFF\"> <l" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "156" }, "excerpt": "de --> <meta name=\"theme-color\" content=\"#FFFFFF\"> <l" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "157" }, "excerpt": "FFFF\"> <link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-32x32.png\" sizes=\"32x32\"> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "158" }, "excerpt": "=\"32x32\"> <link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-192x192.png\" sizes=\"192x192\"> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "159" }, "excerpt": "192x192\"> <link rel=\"apple-touch-icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-180x180.png\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "160" }, "excerpt": "180.png\"> <meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\"> <styl" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "160" }, "excerpt": "180.png\"> <meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\"> <styl" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "161" }, "excerpt": "270.png\"> <style>/* Pri" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "theia-sticky-sidebar-stylesheet-TSS", "location": { "doc": "dom", "type": "line", "spec": "161" }, "excerpt": ";}</style><style id=\"theia-sticky-sidebar-stylesheet-TSS\">.theia" }, { "ruleID": "Stray end tag head.", "what": "Stray end tag head.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "161" }, "excerpt": ";}</style></head> <body" }, { "ruleID": "Start tag body seen but an element of the same type was already open.", "what": "Start tag body seen but an element of the same type was already open.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "162" }, "excerpt": "e></head> <body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"desktop\"> <svg " }, { "ruleID": "Cannot recover after last error. Any further errors will be ignored.", "what": "Cannot recover after last error. Any further errors will be ignored.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "162" }, "excerpt": "e></head> <body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"desktop\"> <svg " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "5" }, "excerpt": "\"UTF-8\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "5" }, "excerpt": "over\" /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "9" }, "excerpt": "</title> <meta name=\"description\" content=\"Dr. Akilah Weber is running for State Assembly District 79th in a special election for 2021.\" /> <lin" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "021.\" /> <link rel=\"canonical\" href=\"https://drakilahweber.com/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "com/\" /> <meta property=\"og:locale\" content=\"en_US\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "12" }, "excerpt": "n_US\" /> <meta property=\"og:type\" content=\"website\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "13" }, "excerpt": "site\" /> <meta property=\"og:title\" content=\"HOME - Dr. Akilah Weber for State Assembly\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "14" }, "excerpt": "mbly\" /> <meta property=\"og:description\" content=\"Dr. Akilah Weber is running for State Assembly District 79th in a special election for 2021.\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "15" }, "excerpt": "021.\" /> <meta property=\"og:url\" content=\"https://drakilahweber.com/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "16" }, "excerpt": "com/\" /> <meta property=\"og:site_name\" content=\"Dr. Akilah Weber for State Assembly\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "17" }, "excerpt": "mbly\" /> <meta property=\"article:modified_time\" content=\"2023-05-12T01:06:50+00:00\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "18" }, "excerpt": "0:00\" /> <meta property=\"og:image\" content=\"https://drakilahweber.com/wp-content/uploads/2021/01/35486546_144711289737295_8895992376670027776_o.jpg\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": ".jpg\" /> <meta property=\"og:image:width\" content=\"2048\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "2048\" /> <meta property=\"og:image:height\" content=\"1365\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "1365\" /> <meta property=\"og:image:type\" content=\"image/jpeg\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "22" }, "excerpt": "jpeg\" /> <meta name=\"twitter:card\" content=\"summary_large_image\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "mage\" /> <meta name=\"twitter:label1\" content=\"Est. reading time\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "24" }, "excerpt": "time\" /> <meta name=\"twitter:data1\" content=\"3 minutes\" /> <scr" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "29" }, "excerpt": "in. --> <link rel='dns-prefetch' href='//www.google.com' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "30" }, "excerpt": "e.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "31" }, "excerpt": "r.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "32" }, "excerpt": "s.com' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dr. Akilah Weber for State Assembly » Feed\" href=\"https://drakilahweber.com/feed/\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "33" }, "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Dr. Akilah Weber for State Assembly » Comments Feed\" href=\"https://drakilahweber.com/comments/feed/\" /> <scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "34" }, "excerpt": "feed/\" /> <script type=\"text/javascript\"> windo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "39" }, "excerpt": "</script> <style type=\"text/css\"> img.w" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "53" }, "excerpt": "</style> <link rel='stylesheet' id='bootstrap-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/bootstrap/css/bootstrap.min.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "54" }, "excerpt": "='all' /> <link rel='stylesheet' id='slick-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/slick/slick.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "55" }, "excerpt": "='all' /> <link rel='stylesheet' id='slicknav-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/css/slicknav.min.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "56" }, "excerpt": "='all' /> <link rel='stylesheet' id='slick-theme-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/slick/slick-theme.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "57" }, "excerpt": "='all' /> <link rel='stylesheet' id='fontawesome-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/font-awesome/css/all.min.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "58" }, "excerpt": "='all' /> <link rel='stylesheet' id='gutener-blocks-css' href='https://drakilahweber.com/wp-content/themes/gutener/assets/css/blocks.min.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "59" }, "excerpt": "='all' /> <link rel='stylesheet' id='gutener-google-font-css' href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C400i%2C600%2C700%2C800%7CPoppins%3A300%2C400%2C400i%2C500%2C600%2C700%2C800%2C900&display=swap&ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "60" }, "excerpt": "='all' /> <link rel='stylesheet' id='gutener-corporate-style-parent-css' href='https://drakilahweber.com/wp-content/themes/gutener/style.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "61" }, "excerpt": "='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://drakilahweber.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' type='text/css' media='all' /> <styl" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "62" }, "excerpt": "='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-b" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "65" }, "excerpt": " </style> <link rel='stylesheet' id='classic-theme-styles-css' href='https://drakilahweber.com/wp-includes/css/classic-themes.min.css?ver=6.2.2' type='text/css' media='all' /> <styl" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "66" }, "excerpt": "='all' /> <style id='global-styles-inline-css' type='text/css'> body{" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "72" }, "excerpt": " </style> <link rel='stylesheet' id='advanced-google-recaptcha-style-css' href='https://drakilahweber.com/wp-content/plugins/advanced-google-recaptcha/assets/css/captcha.min.css?ver=1.0.15' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "73" }, "excerpt": "='all' /> <link rel='stylesheet' id='gutener-style-css' href='https://drakilahweber.com/wp-content/themes/gutener-corporate/style.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "74" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.20.0' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "75" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-frontend-legacy-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.13.4' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "76" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.13.4' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "77" }, "excerpt": "='all' /> <link rel='stylesheet' id='swiper-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "78" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-post-10-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-10.css?ver=1686691625' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "79" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://drakilahweber.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.13.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "80" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/global.css?ver=1686691625' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "81" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-post-12-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-12.css?ver=1686691625' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "82" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-post-95-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-95.css?ver=1686691625' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "83" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-post-268-css' href='https://drakilahweber.com/wp-content/uploads/elementor/css/post-268.css?ver=1686691625' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "84" }, "excerpt": "='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Alata%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2 ... lic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "85" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "86" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "87" }, "excerpt": "='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' /> <link" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "88" }, "excerpt": "ossorigin><script type='text/javascript' id='advanced-google-recaptcha-custom-js-extra'> /* <!" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "93" }, "excerpt": "</script> <script type='text/javascript' src='https://drakilahweber.com/wp-content/plugins/advanced-google-recaptcha/assets/js/captcha.min.js?ver=1.0.15' id='advanced-google-recaptcha-custom-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "94" }, "excerpt": "</script> <script type='text/javascript' src='https://www.google.com/recaptcha/api.js?hl=en_US&onload=agrLoad&render=explicit&ver=1.0.15' id='advanced-google-recaptcha-api-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "95" }, "excerpt": "</script> <script type='text/javascript' src='https://drakilahweber.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "96" }, "excerpt": "</script> <script type='text/javascript' src='https://drakilahweber.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "99" }, "excerpt": "e Kit --> <script type='text/javascript' src='https://www.googletagmanager.com/gtag/js?id=UA-187953296-1' id='google_gtagjs-js' async></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "100" }, "excerpt": "</script> <script type='text/javascript' id='google_gtagjs-js-after'> windo" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "109" }, "excerpt": "e Kit --> <link rel=\"https://api.w.org/\" href=\"https://drakilahweber.com/wp-json/\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "109" }, "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://drakilahweber.com/wp-json/wp/v2/pages/12\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "109" }, "excerpt": "ges/12\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://drakilahweber.com/xmlrpc.php?rsd\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "110" }, "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://drakilahweber.com/wp-includes/wlwmanifest.xml\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "111" }, "excerpt": "t.xml\" /> <meta name=\"generator\" content=\"WordPress 6.2.2\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "112" }, "excerpt": "6.2.2\" /> <link rel='shortlink' href='https://drakilahweber.com/' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "113" }, "excerpt": ".com/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://drakilahweber.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdrakilahweber.com%2F\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "114" }, "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://drakilahweber.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdrakilahweber.com%2F&format=xml\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "115" }, "excerpt": "t=xml\" /> <meta name=\"generator\" content=\"Site Kit by Google 1.102.0\" /><!-- S" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "116" }, "excerpt": "-seo/ --> <link rel=\"canonical\" href=\"https://drakilahweber.com/\" /> <meta" }, { "ruleID": "A document must not include more than one meta element with its name attribute set to the value description.", "what": "A document must not include more than one meta element with its name attribute set to the value description.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "117" }, "excerpt": ".com/\" /> <meta name=\"description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" /> <scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "117" }, "excerpt": ".com/\" /> <meta name=\"description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" /> <scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "119" }, "excerpt": "</script> <meta property=\"og:type\" content=\"website\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "120" }, "excerpt": "bsite\" /> <meta property=\"og:url\" content=\"https://drakilahweber.com/\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "121" }, "excerpt": ".com/\" /> <meta property=\"og:title\" content=\"HOME | Dr. Akilah Weber for State Assembly\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "122" }, "excerpt": "embly\" /> <meta property=\"og:description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "123" }, "excerpt": "I ...\" /> <meta property=\"og:image\" content=\"https://drakilahweber.com/wp-content/uploads/2021/01/35486546_144711289737295_8895992376670027776_o.jpg\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "124" }, "excerpt": "o.jpg\" /> <meta property=\"og:image:width\" content=\"2048\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "125" }, "excerpt": "\"2048\" /> <meta property=\"og:image:height\" content=\"1365\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "126" }, "excerpt": "\"1365\" /> <meta name=\"twitter:card\" content=\"summary_large_image\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "127" }, "excerpt": "image\" /> <meta name=\"twitter:title\" content=\"HOME | Dr. Akilah Weber for State Assembly\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "128" }, "excerpt": "embly\" /> <meta name=\"twitter:description\" content=\"Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego. SUPPORT OUR CAMPAIGN DR. AKILAH WEBER FOR STATE SENATE WHY I ...\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "129" }, "excerpt": "I ...\" /> <meta name=\"twitter:image\" content=\"https://drakilahweber.com/wp-content/uploads/2021/01/35486546_144711289737295_8895992376670027776_o.jpg\" /> <!-- " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.header-two " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.header-thre" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.header-one " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.header-one " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.header-two " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}@media only " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}}.header-thr" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.header-one " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}/* Site Titl" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "e-title {color: ;}/* Tagline *" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ription {color: ;}/* Top Heade" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ch-icon {color: ;}.transparent" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.transparent" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}/* Header Me" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": " li > a {color: ;}@media only " }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "r-label {color: ;}.transparent" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "menutxt {color: ;}.transparent" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}}/* Transpar" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;color: ;}.tra" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "-color: ;color: ;}.transparent" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "outline {color: ;border-color:" }, { "ruleID": "CSS: border-color: Parse Error.", "what": "CSS: border-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": " ;border-color: ;}.transparent" }, { "ruleID": "CSS: color: Parse Error.", "what": "CSS: color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "on-text {color: ;padding: 0;}." }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.section-ban" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.site-footer" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;}.bottom-foot" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "131" }, "excerpt": "ckground-color: ;color: #33333" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "134" }, "excerpt": " Code --> <script type='text/javascript'> !func" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "143" }, "excerpt": "-> <script type='text/javascript'> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "147" }, "excerpt": "ript> <script type='text/javascript'>fbq('i" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "149" }, "excerpt": ")</script><script type='text/javascript'> f" }, { "ruleID": "Bad start tag in img in noscript in head.", "what": "Bad start tag in img in noscript in head.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "155" }, "excerpt": "noscript> <img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\" src=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" /> </nos" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "155" }, "excerpt": "noscript> <img height=\"1\" width=\"1\" style=\"display:none\" alt=\"fbpx\" src=\"https://www.facebook.com/tr?id=1396075320509174&ev=PageView&noscript=1\" /> </nos" }, { "ruleID": "Stray end tag noscript.", "what": "Stray end tag noscript.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "156" }, "excerpt": "ipt=1\" /> </noscript> <!-- " }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "158" }, "excerpt": "de --> <meta name=\"theme-color\" content=\"#FFFFFF\"> <l" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "158" }, "excerpt": "de --> <meta name=\"theme-color\" content=\"#FFFFFF\"> <l" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "159" }, "excerpt": "FFFF\"> <link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-32x32.png\" sizes=\"32x32\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "159" }, "excerpt": "FFFF\"> <link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-32x32.png\" sizes=\"32x32\" /> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "160" }, "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-192x192.png\" sizes=\"192x192\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "160" }, "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-192x192.png\" sizes=\"192x192\" /> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "161" }, "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-180x180.png\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "161" }, "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-180x180.png\" /> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "162" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\" /> <styl" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "162" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\" /> <styl" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "162" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-270x270.png\" /> <styl" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "163" }, "excerpt": "0.png\" /> <style>/* Pri" }, { "ruleID": "Stray end tag head.", "what": "Stray end tag head.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "163" }, "excerpt": ";}</style></head> <body" }, { "ruleID": "Start tag body seen but an element of the same type was already open.", "what": "Start tag body seen but an element of the same type was already open.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "164" }, "excerpt": "e></head> <body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12\"> <svg " }, { "ruleID": "Cannot recover after last error. Any further errors will be ignored.", "what": "Cannot recover after last error. Any further errors will be ignored.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "164" }, "excerpt": "e></head> <body class=\"home page-template page-template-elementor_header_footer page page-id-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12\"> <svg " } ] }, "endTime": 1687104269955 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687104269955, "url": "https://drakilahweber.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 16:04:32", "hash": "c95884085eca0016a9c1f97fce813f423a8be374467ee457c5b1c471cadb1cbad736519ef839357bcd7763baac17a2a155e9b1c19665c5e8c2d2d3e80f4dc91c", "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": 31, "warning": 12, "failed": 12, "inapplicable": 70 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 15, "warning": 8, "failed": 4, "inapplicable": 40 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 1, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 1, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 1, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "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 lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R12": { "name": "Link has accessible name", "code": "QW-ACT-R12", "mapping": "c487ae", "description": "This rule checks that each link has an accessible name.", "metadata": { "target": { "element": [ "a[href]", "area[href]" ], "attributes": [ "role='link'" ] }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G91" ], "url": "https://act-rules.github.io/rules/c487ae", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 17, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > 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)", "accessibleName": "" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 101, "warning": 0, "failed": 2, "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": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > input:nth-child(2)" }, { "htmlCode": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "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(47)" }, { "htmlCode": "<span id=\"elementor-device-mode\" class=\"elementor-screen-only\"></span>", "pointer": "html > body:nth-child(2) > span:nth-child(48)" } ], "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": 34, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > 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://drakilahweber.com/about/\" class=\"elementor-item\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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://drakilahweber.com/issues/\" class=\"elementor-item\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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 href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" id=\"sm-16871042683687407-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683687407-2\" aria-expanded=\"false\">Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\tDONATE\n\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\tSUPPORT OUR CAMPAIGN\n\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(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": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div: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(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"http://drakilahweber.com/about/\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\tMORE ABOUT DR. WEBER\n\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[field_d01b0d3]\" id=\"form-field-field_d01b0d3\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[field_cef5da8]\" id=\"form-field-field_cef5da8\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Last Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button type=\"submit\" class=\"elementor-button elementor-size-md elementor-animation-grow\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSubscribe\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t</button>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">(619) 531-7913</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">(619) 514-1279 </a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"mailto:aweber@drakilahweber.com\">aweber@drakilahweber.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > 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 href=\"mailto:Jeremy@digitalimpactand.com\">Jeremy@digitalimpactand.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">(619) 279-4363 or </a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">Diane@digitalimpactand.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > a:nth-child(2)" } ], "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-f elementor-animation-grow elementor-repeater-item-2d0da0c\" href=\"https://www.facebook.com/drakilahweber\" target=\"_blank\">\n\t\t\t\t\t\tFacebook-f\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-914746e\" href=\"https://twitter.com/drakilahweber\" 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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > 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-instagram elementor-animation-grow elementor-repeater-item-ffcc070\" href=\"https://www.instagram.com/drakilahweber/\" target=\"_blank\">\n\t\t\t\t\t\tInstagram\n\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > 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 href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\">\n\t\t\t\t\t\t\n\t\t\t\t\t\tDONATE NOW\n\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > textarea:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_checkbox&v=SglpK98hSCn2CroR0bKRSJl5&theme=light&size=normal&cb=h0dw8aak60l\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-f7oh27c7414w\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button type=\"submit\" class=\"elementor-button elementor-size-sm elementor-animation-grow\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSend Message\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t</button>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\">Digital Impact </a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R10": { "name": "`iframe` elements with identical accessible names have equivalent purpose", "code": "QW-ACT-R10", "mapping": "4b1c6c", "description": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.", "metadata": { "target": { "element": "iframe", "attributes": [ "src" ] }, "success-criteria": [ { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [], "url": "https://act-rules.github.io/rules/4b1c6c", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `iframes` with the same accessible name have different content." }, "results": [ { "verdict": "warning", "description": "The `iframes` with the same accessible name have different content.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, { "htmlCode": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, { "htmlCode": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div: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(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 7, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[field_d01b0d3]\" id=\"form-field-field_d01b0d3\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[field_cef5da8]\" id=\"form-field-field_cef5da8\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Last Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > textarea:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\"></textarea>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > textarea:nth-child(2)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 28, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">DONATE NOW</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">Send Message</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1) > span:nth-child(1) > span:nth-child(2)" } ], "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": 23, "warning": 0, "failed": 9, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "Element has an gradient that we can't verify.", "resultCode": "W3", "elements": [ { "htmlCode": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"elementor-blockquote__content\">\n\t\t\t\t\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"\t\t\t</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<cite class=\"elementor-blockquote__author\">Dr. Akilah Weber</cite>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > div:nth-child(2) > cite:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">DONATE NOW</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">Send Message</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1) > span:nth-child(1) > span:nth-child(2)" } ], "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": 46, "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 href=\"https://drakilahweber.com/about/\" class=\"elementor-item\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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://drakilahweber.com/issues/\" class=\"elementor-item\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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=\"#contact\" class=\"elementor-item elementor-item-anchor\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" id=\"sm-16871042683687407-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683687407-2\" aria-expanded=\"false\">Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span: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": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">SUPPORT OUR CAMPAIGN</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span: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": "<h2 class=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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(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": "<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT DR. WEBER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"color: #fff;\">Dr. Akilah Weber was very fortunate that her parents, Dr. Shirley Weber and the late Hon. Daniel Weber, instilled in her the values of service, community, and advocacy. Growing up in the 39th Senate District, helped her intimately understand the continuing challenges of people of color and underserved communities in California. Being an African American woman in a non-minority, male dominated field made her an advocate for the elimination of inequities before she ever entered the political arena. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > 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) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-weight: 400; color: #ffffff;\">Through Dr. Weber’s leadership, Rady’s Children Hospital became a site where adolescent females could get free, confidential care. In fact, Dr. Weber founded the Pediatric & Adolescent Gynecology Division at Rady Children’s Hospital and is an Assistant Clinical Professor of OB/GYN at UCSD.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > 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) > p: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": "<p class=\"elementor-blockquote__content\">\n\t\t\t\t\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"\t\t\t</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote: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": "<cite class=\"elementor-blockquote__author\">Dr. Akilah Weber</cite>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > div:nth-child(2) > cite:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<li>As Assemblymember, Dr. Weber has authored 12 bills that have been signed into law, including important legislation to protect the health of K-12 students, expand access to contraceptive care, keep customer service jobs in California, and improve medical practices for victims of domestic violence.</li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<strong> keep customer service jobs in California</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<li>Dr. Weber is the Co-Chair of the Assembly Ethics Committee. </li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<strong>Assembly Ethics Committee.</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<li>Dr. Weber became the first African American elected City Councilmember for the city of La Mesa.</li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<b>first African American elected City Councilmember for the city of La Mesa.</b>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > b:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<li>Prior to her election to the Assembly, Dr. Weber served on the La Mesa City Council, where she worked to implement the city’s Climate Action Plan and championed the creation of both a Community Police Oversight Board and the La Mesa homelessness task force</li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<strong>Community Police Oversight Board and the La Mesa homelessness task force</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > strong: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=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1) > span: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": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">Subscribe</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > button:nth-child(1) > span: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": "<h4 class=\"elementor-heading-title elementor-size-default\">CONTACT</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>FOR ALL OFFICIAL 79th DISTRICT INQUIRIES AND PRESS:</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">(619) 531-7913</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > 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>FOR ALL CAMPAIGN RELATED INFORMATION CALL:</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">(619) 514-1279 </a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );\">or aweber@drakilahweber.com</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > 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": "<a href=\"mailto:aweber@drakilahweber.com\">aweber@drakilahweber.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span: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": "<p>FOR ALL ENDORSEMENT INFORMATION:</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"mailto:Jeremy@digitalimpactand.com\">Jeremy@digitalimpactand.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );\">CAMPAIGN PRESS: DIANE CASTAÑEDA</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">(619) 279-4363 or </a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > 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 class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">Diane@digitalimpactand.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > 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": "<span class=\"elementor-button-text\">DONATE NOW</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span: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=\"elementor-button-text\">Send Message</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1) > span: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": "<span style=\"color: #ffffff;\">Dr. Akilah Weber for State Senate 2024 ID #1459901</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"color: #ffffff;\">6353 El Cajon Blvd. Suite 124#121 San Diego CA 92115</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p: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": "<span style=\"color: #ffffff;\">Design & Hosting by Digital Impact &</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"s1\">Digital Impact </span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 2, "failed": 6, "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": 2, "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-12 wp-custom-logo default-skin no-sidebar site-layout-standard elementor-default elementor-template-full-width elementor-kit-10 elementor-page elementor-page-12 e--ua-blink e--ua-mac e--ua-webkit\" data-elementor-device-mode=\"desktop\">\n\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\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\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\tAbout\nIssues\nEndorsements\nContact\nPhotos\nVolunteer\nEspañol\n\n\t(Home) Español\n\tSobre Dra. Weber\n\n\n\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\tMenu\n\t\t\n\t\t\t\t\t\n\t\t\t\tAbout\nIssues\nEndorsements\nContact\nPhotos\nVolunteer\nEspañol\n\n\t(Home) …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page does not links to local content." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page does not links to local content.", "resultCode": "F3", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > 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": [] } ] }, "QW-WCAG-T21": { "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link", "code": "QW-WCAG-T21", "mapping": "F89", "description": "This technique checks the text alternative of images which are the only content of a link", "metadata": { "target": { "parent": "a", "element": "img" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "H2", "H30", "ARIA7", "ARIA8" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The image doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > 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": [] } ] }, "QW-WCAG-T15": { "name": "Using the link element and navigation tools", "code": "QW-WCAG-T15", "mapping": "H59", "description": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "metadata": { "target": { "element": "link" }, "success-criteria": [ { "name": "2.4.5", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/multiple-ways" }, { "name": "2.4.8", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/location" } ], "related": [ "G1", "G63", "G64", "G123" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H59", "passed": 7, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>" }, "results": [ { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//www.google.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(35)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//www.googletagmanager.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(36)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(37)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"bootstrap-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener/assets/bootstrap/css/bootstrap.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(42)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"slick-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener/assets/slick/slick.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(43)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"slicknav-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener/assets/css/slicknav.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(44)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"slick-theme-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener/assets/slick/slick-theme.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(45)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"fontawesome-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener/assets/font-awesome/css/all.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(46)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"gutener-blocks-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener/assets/css/blocks.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(47)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"gutener-google-font-css\" href=\"https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C400i%2C600%2C700%2C800%7CPoppins%3A300%2C400%2C400i%2C500%2C600%2C700%2C800%2C900&display=swap&ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(48)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"gutener-corporate-style-parent-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener/style.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(49)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://drakilahweber.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(50)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"classic-theme-styles-css\" href=\"https://drakilahweber.com/wp-includes/css/classic-themes.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(52)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"advanced-google-recaptcha-style-css\" href=\"https://drakilahweber.com/wp-content/plugins/advanced-google-recaptcha/assets/css/captcha.min.css?ver=1.0.15\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(54)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"gutener-style-css\" href=\"https://drakilahweber.com/wp-content/themes/gutener-corporate/style.css?ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(55)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-icons-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.20.0\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(56)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-frontend-legacy-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.13.4\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(57)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-frontend-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.13.4\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(58)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"swiper-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(59)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-post-10-css\" href=\"https://drakilahweber.com/wp-content/uploads/elementor/css/post-10.css?ver=1686691625\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(60)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-pro-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.13.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(61)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-global-css\" href=\"https://drakilahweber.com/wp-content/uploads/elementor/css/global.css?ver=1686691625\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(62)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-post-12-css\" href=\"https://drakilahweber.com/wp-content/uploads/elementor/css/post-12.css?ver=1686691625\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(63)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-post-95-css\" href=\"https://drakilahweber.com/wp-content/uploads/elementor/css/post-95.css?ver=1686691625\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(64)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-post-268-css\" href=\"https://drakilahweber.com/wp-content/uploads/elementor/css/post-268.css?ver=1686691625\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(65)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"google-fonts-1-css\" href=\"https://fonts.googleapis.com/css?family=Alata%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.2.2\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(66)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-icons-shared-0-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(67)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-icons-fa-solid-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(68)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"elementor-icons-fa-brands-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(69)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com/\" crossorigin=\"\">", "pointer": "html > head:nth-child(1) > link:nth-child(70)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"https://api.w.org/\" href=\"https://drakilahweber.com/wp-json/\">", "pointer": "html > head:nth-child(1) > link:nth-child(78)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://drakilahweber.com/xmlrpc.php?rsd\">", "pointer": "html > head:nth-child(1) > link:nth-child(80)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://drakilahweber.com/wp-includes/wlwmanifest.xml\">", "pointer": "html > head:nth-child(1) > link:nth-child(81)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"shortlink\" href=\"https://drakilahweber.com/\">", "pointer": "html > head:nth-child(1) > link:nth-child(83)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-32x32.png\" sizes=\"32x32\">", "pointer": "html > head:nth-child(1) > link:nth-child(109)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-192x192.png\" sizes=\"192x192\">", "pointer": "html > head:nth-child(1) > link:nth-child(110)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"apple-touch-icon\" href=\"https://drakilahweber.com/wp-content/uploads/2021/03/cropped-45265-200-1-180x180.png\">", "pointer": "html > head:nth-child(1) > link:nth-child(111)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"e-animations-css\" href=\"https://drakilahweber.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.13.4\" type=\"text/css\" media=\"all\">", "pointer": "html > body:nth-child(2) > link:nth-child(14)" } ], "attributes": [] } ] }, "QW-WCAG-T17": { "name": "Positioning labels to maximize predictability of relationships", "code": "QW-WCAG-T17", "mapping": "G162", "description": "This technique checks the correct position of labels in forms", "metadata": { "target": { "element": "form" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "3.3.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions" } ], "related": [ "H44", "H71", "H65", "G131", "G167" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html", "passed": 0, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "The form field label is not visible." }, "results": [ { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[field_d01b0d3]\" id=\"form-field-field_d01b0d3\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[field_cef5da8]\" id=\"form-field-field_cef5da8\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Last Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Name\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input: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": 9, "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-1-10037ccc\" class=\"elementor-nav-menu\" data-smartmenus-id=\"1687104271387686\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1145\"><a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">About</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1693\"><a href=\"https://drakilahweber.com/issues/ …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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 elementor-nav-menu--dropdown\" id=\"sm-16871042683687407-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042683687407-1\" aria-expanded=\"false\">\n\t<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\"><a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">(Home) Espa …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > 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-2-10037ccc\" class=\"elementor-nav-menu\" data-smartmenus-id=\"16871042713903625\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1145\"><a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">About</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1693\"><a href=\"https://drakilahwe …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > 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 elementor-nav-menu--dropdown\" id=\"sm-16871042683712454-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042683712454-1\" aria-expanded=\"false\">\n\t<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\"><a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"tru …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(7) > 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-1-b0ddf09\" class=\"elementor-nav-menu\" data-smartmenus-id=\"1687104271411785\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1145\"><a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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)\" _cssrules=\"true\">About</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1693\"><a href=\"https://drakilahweber.com/issues/ …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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 elementor-nav-menu--dropdown\" id=\"sm-16871042683837322-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042683837322-1\" aria-expanded=\"false\">\n\t<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\"><a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">(Home) Esp …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(7) > 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-2-b0ddf09\" class=\"elementor-nav-menu\" data-smartmenus-id=\"16871042714139739\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1145\"><a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">About</a></li>\n<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1693\"><a href=\"https://drakilahwe …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > 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 elementor-nav-menu--dropdown\" id=\"sm-16871042683845361-2\" role=\"group\" aria-hidden=\"true\" aria-labelledby=\"sm-16871042683845361-1\" aria-expanded=\"false\">\n\t<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\"><a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"tr …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(7) > 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><li>As Assemblymember, Dr. Weber has authored 12 bills that have been signed into law, including important legislation to protect the health of K-12 students, expand access to contraceptive care,<strong _selector=\"html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > strong:nth-child(1)\"> keep customer service jobs in California</strong>, and improve medical practices for victims of domestic violence.</li><li>Dr. Weber is the Co-Chair of the <strong …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 1, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"p1\" style=\"margin-bottom: 0px; font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 13px; line-height: normal; font-family: 'Helvetica Neue'; color: #000000; text-align: center;\">Design & Hosting by Digital Impact &</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [ "13px" ] } ] }, "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": 2, "warning": 0, "failed": 98, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined color css property but not a background css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/issues/\" class=\"elementor-item\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" id=\"sm-16871042683687407-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683687407-2\" aria-expanded=\"false\">Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\">(Home) Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/sobredraweber/\" class=\"elementor-sub-item\">Sobre Dra. Weber</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Menu</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > div:nth-child(2) > span:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\" tabindex=\"-1\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/issues/\" class=\"elementor-item\" tabindex=\"-1\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\" tabindex=\"-1\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\" tabindex=\"-1\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\" tabindex=\"-1\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" tabindex=\"-1\" id=\"sm-16871042683712454-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683712454-2\" aria-expanded=\"false\">Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\" tabindex=\"-1\">(Home) Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/sobredraweber/\" class=\"elementor-sub-item\" tabindex=\"-1\">Sobre Dra. Weber</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/issues/\" class=\"elementor-item\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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 color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" id=\"sm-16871042683837322-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683837322-2\" aria-expanded=\"false\">Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\">(Home) Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/sobredraweber/\" class=\"elementor-sub-item\">Sobre Dra. Weber</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(7) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Menu</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(2) > span:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\" tabindex=\"-1\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/issues/\" class=\"elementor-item\" tabindex=\"-1\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\" tabindex=\"-1\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\" tabindex=\"-1\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\" tabindex=\"-1\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" tabindex=\"-1\" id=\"sm-16871042683845361-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683845361-2\" aria-expanded=\"false\">Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-sub-item\" tabindex=\"-1\">(Home) Español</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/sobredraweber/\" class=\"elementor-sub-item\" tabindex=\"-1\">Sobre Dra. Weber</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">SUPPORT OUR CAMPAIGN</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY I AM RUNNING FOR STATE SENATE</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>I am profoundly aware of how social factors impact one’s health and the health of a community. The reality is their are many the disparities that exist in our society, including access to good healthcare, equal educational opportunities, continuing racial injustices and economic disparities. I am running to continue the fight to truly eliminate these disparities and improve the health of our families, the health of our community, and the health of our democracy. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>I ran for State Assembly and La Mesa City Council because we needed a leader who would serve the residents, advocate on their behalf, and bring transparency to City government. I was honored that the residents of the 79th Assembly District and La Mesa believed I would be that leader, and together we have worked to make San Diego better for all residents. I am ready to do this with all of the residents of the 39th Senate District. </p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT DR. WEBER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"color: #fff;\">Dr. Akilah Weber was very fortunate that her parents, Dr. Shirley Weber and the late Hon. Daniel Weber, instilled in her the values of service, community, and advocacy. Growing up in the 39th Senate District, helped her intimately understand the continuing challenges of people of color and underserved communities in California. Being an African American woman in a non-minority, male dominated field made her an advocate for the elimination of inequities before she ever entered the political arena. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > 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) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-weight: 400; color: #ffffff;\">Through Dr. Weber’s leadership, Rady’s Children Hospital became a site where adolescent females could get free, confidential care. In fact, Dr. Weber founded the Pediatric & Adolescent Gynecology Division at Rady Children’s Hospital and is an Assistant Clinical Professor of OB/GYN at UCSD.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > 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) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"elementor-blockquote__content\">\n\t\t\t\t\"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\"\t\t\t</p>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<cite class=\"elementor-blockquote__author\">Dr. Akilah Weber</cite>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > div:nth-child(2) > cite:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<li>As Assemblymember, Dr. Weber has authored 12 bills that have been signed into law, including important legislation to protect the health of K-12 students, expand access to contraceptive care, keep customer service jobs in California, and improve medical practices for victims of domestic violence.</li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong> keep customer service jobs in California</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<li>Dr. Weber is the Co-Chair of the Assembly Ethics Committee. </li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Assembly Ethics Committee.</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<li>Dr. Weber became the first African American elected City Councilmember for the city of La Mesa.</li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<b>first African American elected City Councilmember for the city of La Mesa.</b>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > b:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<li>Prior to her election to the Assembly, Dr. Weber served on the La Mesa City Council, where she worked to implement the city’s Climate Action Plan and championed the creation of both a Community Police Oversight Board and the La Mesa homelessness task force</li>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<strong>Community Police Oversight Board and the La Mesa homelessness task force</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > strong:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<label for=\"form-field-field_d01b0d3\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t</label>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > label:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<label for=\"form-field-field_cef5da8\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tLast Name\t\t\t\t\t\t\t</label>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > label:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t</label>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > label:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">Subscribe</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > button:nth-child(1) > span:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"elementor-heading-title elementor-size-default\">Recent News</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/2021/04/07/dr-akilah-weber-places-first-in-assembly-special-election/\">\n\t\t\t\tDR. AKILAH WEBER PLACES FIRST IN ASSEMBLY SPECIAL ELECTION\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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) > article:nth-child(1) > div:nth-child(1) > h3:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/2021/02/15/dr-martin-luther-king-jr-democratic-club-endorses-dr-akilah-weber-for-state-assembly/\">\n\t\t\t\tDr. Martin Luther King Jr. Democratic Club Endorses Dr. Akilah Weber for State Assembly\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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) > article:nth-child(2) > div:nth-child(1) > h3:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/2021/02/12/carpenters-endorse-dr-akilah-weber-for-state-assembly/\">\n\t\t\t\tCarpenters Endorse Dr. Akilah Weber for State Assembly\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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) > article:nth-child(3) > div:nth-child(1) > h3:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://drakilahweber.com/2021/02/12/endorsement-quotes/\">\n\t\t\t\tEndorsement Quotes\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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) > article:nth-child(4) > div:nth-child(1) > h3:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"page-numbers\" href=\"https://drakilahweber.com/page/2/\">Page2</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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(3) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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(3) > a:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"page-numbers\" href=\"https://drakilahweber.com/page/3/\">Page3</a>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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(3) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(10) > 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(3) > a:nth-child(3) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<h4 class=\"elementor-heading-title elementor-size-default\">CONTACT</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>FOR ALL OFFICIAL 79th DISTRICT INQUIRIES AND PRESS:</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">(619) 531-7913</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>FOR ALL CAMPAIGN RELATED INFORMATION CALL:</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">(619) 514-1279 </a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );\">or aweber@drakilahweber.com</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"mailto:aweber@drakilahweber.com\">aweber@drakilahweber.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>FOR ALL ENDORSEMENT INFORMATION:</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"mailto:Jeremy@digitalimpactand.com\">Jeremy@digitalimpactand.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );\">CAMPAIGN PRESS: DIANE CASTAÑEDA</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">(619) 279-4363 or </a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">Diane@digitalimpactand.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Facebook-f</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Twitter</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > span:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-screen-only\">Instagram</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > span:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">DONATE NOW</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t</label>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > label:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t</label>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > label:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t</label>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > label:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"elementor-button-text\">Send Message</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1) > span:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"color: #ffffff;\">Dr. Akilah Weber for State Senate 2024 ID #1459901</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"color: #ffffff;\">6353 El Cajon Blvd. Suite 124#121 San Diego CA 92115</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"color: #ffffff;\">Design & Hosting by Digital Impact &</span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"s1\">Digital Impact </span>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 11, "warning": 2, "failed": 2, "inapplicable": 9 }, "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": 5, "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=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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(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": "<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT DR. WEBER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 class=\"elementor-heading-title elementor-size-default\">CONTACT</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 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": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_checkbox&v=SglpK98hSCn2CroR0bKRSJl5&theme=light&size=normal&cb=h0dw8aak60l\" width=\"304\" height=\"78\" role=\"presentation\" name=\"a-f7oh27c7414w\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe: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": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor elementor-item-active\" aria-current=\"location\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, { "htmlCode": "<div id=\"contact\" class=\"elementor-menu-anchor\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, { "htmlCode": "<div id=\"contact\" class=\"elementor-menu-anchor\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor elementor-item-active\" aria-current=\"location\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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)" }, { "htmlCode": "<div id=\"contact\" class=\"elementor-menu-anchor\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, { "htmlCode": "<div id=\"contact\" class=\"elementor-menu-anchor\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP23": { "name": "Listitems are used semantically", "code": "QW-BP23", "description": "Ensures <li> elements are used semantically", "metadata": { "target": { "element": "li" }, "passed": 32, "warning": 0, "failed": 8, "inapplicable": 0, "outcome": "failed", "description": "Listitem is not used semantically not used semantically" }, "results": [ { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\">(Home) Español</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1144\">Sobre Dra. Weber</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\">(Home) Español</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1144\">Sobre Dra. Weber</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\">(Home) Español</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(7) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1144\">Sobre Dra. Weber</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(7) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-468\">(Home) Español</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-1144\">Sobre Dra. Weber</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > section:nth-child(2) > 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(3) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 99, "document": 2, "none": 8, "presentation": 8, "navigation": 5, "list": 5, "listitem": 40, "group": 4, "button": 8, "region": 14, "graphics-document": 6, "heading": 11, "form": 2, "textbox": 7, "article": 4 }, "tags": { "html": 2, "head": 2, "meta": 35, "title": 1, "link": 45, "script": 69, "style": 7, "noscript": 1, "body": 2, "svg": 14, "defs": 8, "filter": 8, "fecolormatrix": 8, "fecomponenttransfer": 8, "fefuncr": 8, "fefuncg": 8, "fefuncb": 8, "fefunca": 8, "fecomposite": 8, "div": 222, "header": 1, "a": 58, "img": 3, "nav": 5, "ul": 9, "li": 40, "span": 44, "i": 15, "section": 14, "p": 17, "br": 1, "path": 2, "h2": 5, "iframe": 6, "blockquote": 1, "cite": 1, "strong": 4, "b": 1, "h4": 2, "form": 2, "input": 13, "label": 6, "button": 2, "article": 4, "h3": 4, "textarea": 2 } } } }, "success": true }, "standardResult": { "totals": [ 23, 103, 108, 18 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > 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://drakilahweber.com\"> </a>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "elementor-device-mode", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > span:nth-child(47)" }, "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(48)" }, "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) > div:nth-child(9) > div:nth-child(1) > 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://drakilahweber.com\"> </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(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\">About</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/issues/\" class=\"elementor-item\">Issues</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\">Endorsements</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\">Contact</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\">Photos</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(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\">Volunteer</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": "sm-16871042683687407-1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" id=\"sm-16871042683687407-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683687407-2\" aria-expanded=\"false\">Español</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(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\"> DONATE </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg\" role=\"button\"> SUPPORT OUR CAMPAIGN </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div: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(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "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) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1)" }, "excerpt": "<a href=\"http://drakilahweber.com/about/\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-grow\" role=\"button\"> MORE ABOUT DR. WEBER </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-field_d01b0d3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"text\" name=\"form_fields[field_d01b0d3]\" id=\"form-field-field_d01b0d3\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Name\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-field_cef5da8", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"text\" name=\"form_fields[field_cef5da8]\" id=\"form-field-field_cef5da8\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Last Name\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > button:nth-child(1)" }, "excerpt": "<button type=\"submit\" class=\"elementor-button elementor-size-md elementor-animation-grow\"> Subscribe </button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">(619) 531-7913</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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">(619) 514-1279 </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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"mailto:aweber@drakilahweber.com\">aweber@drakilahweber.com</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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"mailto:Jeremy@digitalimpactand.com\">Jeremy@digitalimpactand.com</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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a class=\"c-link\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">(619) 279-4363 or </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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > a:nth-child(2)" }, "excerpt": "<a class=\"c-link\" style=\"font-size: 1rem;\" href=\"tel:6192794363\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6192794363\" data-sk=\"tooltip_parent\">Diane@digitalimpactand.com</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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-grow elementor-repeater-item-2d0da0c\" href=\"https://www.facebook.com/drakilahweber\" target=\"_blank\"> Facebook-f </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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > span:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-914746e\" href=\"https://twitter.com/drakilahweber\" 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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > 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(1) > div:nth-child(1) > span:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow elementor-repeater-item-ffcc070\" href=\"https://www.instagram.com/drakilahweber/\" target=\"_blank\"> Instagram </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/dr--akilah-weber-for-state-senate-2024-1\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-md elementor-animation-grow\" role=\"button\"> DONATE NOW </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-name", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Name\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "form-field-message", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > textarea:nth-child(2)" }, "excerpt": "<textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe title=\"reCAPTCHA\" src=\"https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Lc-vRUmAAAAAFL3tkhOhSwxMcSsKPnpSGzPc2Ja&co=aHR0cHM6Ly9kcmFraWxhaHdlYmVyLmNvbTo0NDM.&hl=en&type=v2_ch ... tion\" name=\"a-f7oh27c7414w\" frameborder=\"0\" scrolling=\"no\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1)" }, "excerpt": "<button type=\"submit\" class=\"elementor-button elementor-size-sm elementor-animation-grow\"> Send Message </button>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a style=\"color: #ffffff;\" href=\"https://digitalimpactand.com/\">Digital Impact </a>" }, { "ruleID": "QW-ACT-R10", "what": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815388181?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1&h=8802cd57dd#t=\"></iframe>" }, { "ruleID": "QW-ACT-R10", "what": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389202?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "ruleID": "QW-ACT-R10", "what": "This rule checks that `iframe` elements with identical accessible names embed the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div: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(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"elementor-video-iframe\" allowfullscreen=\"\" title=\"vimeo Video Player\" src=\"https://player.vimeo.com/video/815389938?color&autopause=0&loop=0&muted=0&title=1&portrait=1&byline=1#t=\"></iframe>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-field_d01b0d3", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"text\" name=\"form_fields[field_d01b0d3]\" id=\"form-field-field_d01b0d3\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Name\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-field_cef5da8", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"text\" name=\"form_fields[field_cef5da8]\" id=\"form-field-field_cef5da8\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Last Name\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-name", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Name\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "form-field-email", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm elementor-field-textual\" placeholder=\"Email\" required=\"required\" aria-required=\"true\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "form-field-message", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(3) > textarea:nth-child(2)" }, "excerpt": "<textarea class=\"elementor-field-textual elementor-field elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Message\"></textarea>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "g-recaptcha-response", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > textarea:nth-child(2)" }, "excerpt": "<textarea id=\"g-recaptcha-response\" name=\"g-recaptcha-response\" class=\"g-recaptcha-response\" style=\"width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;\"></textarea>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">DONATE</span>" }, { "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.", "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego.</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">DONATE NOW</span>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"elementor-button-text\">Send Message</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">DONATE</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.", "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego.</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": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</h2>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > 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(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</h2>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"elementor-blockquote__content\"> \"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\" </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": "CITE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > div:nth-child(2) > cite:nth-child(1)" }, "excerpt": "<cite class=\"elementor-blockquote__author\">Dr. Akilah Weber</cite>" }, { "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) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</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": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">DONATE NOW</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > form:nth-child(1) > div:nth-child(5) > div:nth-child(5) > button:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"elementor-button-text\">Send Message</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/about/\" class=\"elementor-item\">About</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(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/issues/\" class=\"elementor-item\">Issues</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(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/endorsements/\" class=\"elementor-item\">Endorsements</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"#contact\" class=\"elementor-item elementor-item-anchor\">Contact</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(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://flic.kr/s/aHsmTShUKw\" class=\"elementor-item\">Photos</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(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/volunteer/\" class=\"elementor-item\">Volunteer</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": "sm-16871042683687407-1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(1) > header: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(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://drakilahweber.com/homeespanol/\" class=\"elementor-item has-submenu\" id=\"sm-16871042683687407-1\" aria-haspopup=\"true\" aria-controls=\"sm-16871042683687407-2\" aria-expanded=\"false\">Español</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(9) > div:nth-child(1) > header: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(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">DONATE</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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"elementor-heading-title elementor-size-default\">Dr. Akilah Weber holds a deep commitment and track record of improving lives across San Diego.</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) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">SUPPORT OUR CAMPAIGN</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) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">DR. AKILAH WEBER FOR STATE SENATE</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) > div:nth-child(1) > 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(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">WHY WE ARE SUPPORTING DR. WEBER</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) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"elementor-heading-title elementor-size-default\">ABOUT DR. WEBER</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > 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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"color: #fff;\">Dr. Akilah Weber was very fortunate that her parents, Dr. Shirley Weber and the late Hon. Daniel Weber, instilled in her the values of service, community, and advocacy. Grow ... in California. Being an African American woman in a non-minority, male dominated field made her an advocate for the elimination of inequities before she ever entered the political arena. </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) > div:nth-child(1) > div:nth-child(1) > section:nth-child(6) > 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) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span style=\"font-weight: 400; color: #ffffff;\">Through Dr. Weber’s leadership, Rady’s Children Hospital became a site where adolescent females could get free, confidential care. In fact, Dr. Weber founded the Pediatric & Adolescent Gynecology Division at Rady Children’s Hospital and is an Assistant Clinical Professor of OB/GYN at UCSD.</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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"elementor-blockquote__content\"> \"It is an honor to fight for the residents of the district where I was born, raised, educated, and now live with my family.\" </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": "CITE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section: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(1) > blockquote:nth-child(1) > div:nth-child(2) > cite:nth-child(1)" }, "excerpt": "<cite class=\"elementor-blockquote__author\">Dr. Akilah Weber</cite>" }, { "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": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li>As Assemblymember, Dr. Weber has authored 12 bills that have been signed into law, including important legislation to protect the health of K-12 students, expand access to contraceptive care, keep customer service jobs in California, and improve medical practices for victims of domestic violence.</li>" }, { "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": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > strong:nth-child(1)" }, "excerpt": "<strong> keep customer service jobs in California</strong>" }, { "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": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li>Dr. Weber is the Co-Chair of the Assembly Ethics Committee. </li>" }, { "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": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > strong:nth-child(1)" }, "excerpt": "<strong>Assembly Ethics Committee.</strong>" }, { "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": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li>Dr. Weber became the first African American elected City Councilmember for the city of La Mesa.</li>" }, { "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": "B", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > b:nth-child(1)" }, "excerpt": "<b>first African American elected City Councilmember for the city of La Mesa.</b>" }, { "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": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li>Prior to her election to the Assembly, Dr. Weber served on the La Mesa City Council, where she worked to implement the city’s Climate Action Plan and championed the creation of both a Community Police Oversight Board and the La Mesa homelessness task force</li>" }, { "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": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > strong:nth-child(1)" }, "excerpt": "<strong>Community Police Oversight Board and the La Mesa homelessness task force</strong>" }, { "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) > div:nth-child(1) > div:nth-child(1) > section:nth-child(8) > 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) > a:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"elementor-button-text\">MORE ABOUT DR. WEBER</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">Stay Up-To-Date on our campaign</h4>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > div:nth-child(1) > div:nth-child(1) > section:nth-child(9) > 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) > form:nth-child(1) > div:nth-child(5) > div:nth-child(4) > button:nth-child(1) > span:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"elementor-button-text\">Subscribe</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 class=\"elementor-heading-title elementor-size-default\">CONTACT</h4>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p>FOR ALL OFFICIAL 79th DISTRICT INQUIRIES AND PRESS:</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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a class=\"c-link\" href=\"tel:6195317913\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:6195317913\" data-sk=\"tooltip_parent\">(619) 531-7913</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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p>FOR ALL CAMPAIGN RELATED INFORMATION CALL:</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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a class=\"c-link\" href=\"tel:(619)514-1279\" target=\"_blank\" rel=\"noopener noreferrer\" data-stringify-link=\"tel:(619)514-1279\" data-sk=\"tooltip_parent\">(619) 514-1279 </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(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(2)" }, "excerpt": "<span style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight );\">or aweber@drakilahweber.com</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"mailto:aweber@drakilahweber.com\">aweber@drakilahweber.com</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(11) > div:nth-child(1) > section:nth-child(1) > div: