Accessibility digest
Page | Candidate Jasmeet Bains (D) |
---|---|
URL | https://www.drjasmeetbains.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1647 |
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 Jasmeet Bains (D) at https://www.drjasmeetbains.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 1647, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1647 | Sum of the component scores |
issue | 1433 | Severity and number of reported defects |
tool | 213 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 1 | 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 |
---|---|
cssInvalid | 246 |
focusIndication | 128 |
fontSizeAbsolute | 122 |
textContrastAA | 108 |
attributeBad | 80 |
imageNoSource | 64 |
linkNoText | 60 |
focusableOperable | 48 |
parentBad | 40 |
slashParseRisk | 39 |
linkForcesNewWindow | 39 |
linkIndication | 36 |
colorMissing | 28 |
contrastAAA | 27 |
metaBad | 24 |
overflowHiddenRisk | 24 |
noHeading | 24 |
textAlternativeRisk | 18 |
hiddenContentRisk | 16 |
linkElementBad | 16 |
allCaps | 16 |
obsolete | 15 |
leadingInsufficient | 14 |
pseudoNavList | 14 |
elementClosure | 12 |
fontSmall | 12 |
hoverSurprise | 12 |
linkWindowSurpriseRisk | 9 |
boxSizeAbsolute | 9 |
targetSize | 9 |
ariaBadAttribute | 8 |
leadingAbsolute | 8 |
tabFocusability | 8 |
contrastRisk | 7 |
focusableRole | 6 |
roleBad | 6 |
sectionHeadingless | 6 |
refresh | 6 |
skipRepeatedContent | 6 |
pseudoLinkRisk | 6 |
inconsistentStyles | 6 |
linkPair | 6 |
pseudoHeadingRisk | 5 |
headingOfNothing | 4 |
headingStructure | 4 |
errorReferenceBad | 4 |
linkTextsSame | 4 |
leadingClipsText | 4 |
h1Missing | 3 |
repeatedContentRisk | 3 |
submitButton | 3 |
scrollRisk | 2 |
typeRedundant | 2 |
mainNone | 2 |
zIndexNotZero | 2 |
ariaRedundant | 1 |
autocompleteNone | 1 |
visibleBulk | 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 cssInvalid
WCAG: 4.1
Score: 246
Complaints by nuVal
Rule CSS: Parse Error.
CSS: Parse Error.
Description: Invalid CSS
Count of instances: 18
Complaint specifics
- CSS: Parse Error.
Rule ^CSS: .+: The types are incompatible.*$
Description: Incompatible types of CSS values
Count of instances: 4
Complaint specifics
- CSS: --divider-pin-height__: The types are incompatible.
- CSS: --divider-pin-border__: The types are incompatible.
Rule ^CSS: .+: Parse Error.*$
Description: Invalid CSS
Count of instances: 18
Complaint specifics
- CSS: opacity: Parse Error.
- CSS: left: Parse Error.
- CSS: top: Parse Error.
- CSS: --alpha: Parse Error.
- CSS: --boxShadowToggleOn: Parse Error.
Rule ^CSS: .+: Property .+ doesn't exist.*$
Description: Invalid property in CSS
Count of instances: 4
Complaint specifics
- CSS: view-transition-name: Property view-transition-name doesn't exist.
- CSS: vector-effect: Property vector-effect doesn't exist.
Rule ^CSS: .+: .+ is not a valid color 3 or 6 hexadecimals numbers.*$
Description: Invalid hexadecimal color in CSS
Count of instances: 2
Complaint specifics
- CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.
Rule ^CSS: .+: Too many values or values are not recognized.+$
Description: Invalid CSS value or too many values
Count of instances: 30
Complaint specifics
- CSS: height: Too many values or values are not recognized.
Rule ^CSS: .+: .+ is not a .+ value.*$
Description: Invalid value in CSS
Count of instances: 4
Complaint specifics
- CSS: visibility: undefined is not a visibility value.
Rule ^CSS: .+: Unknown dimension.*$
Description: Unknown CSS dimension
Count of instances: 2
Complaint specifics
- CSS: --theme-spx-ratio: Unknown dimension.
Issue focusIndication
WCAG: 2.4.7
Score: 128
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 31
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 32
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: 31
Complaint specifics
- INPUT element has a non-outline focus indicator
- A element has no focus indicator
- DIV element has no focus indicator
- BUTTON element has no focus indicator
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 122
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 18
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: 61
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue textContrastAA
WCAG: 1.4.3
Score: 108
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 27
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 has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 2
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 22
Complaint specifics
- Very low contrast
Issue attributeBad
WCAG: 1.3.1
Score: 80
Complaints by nuVal
Rule ^Attribute .+ not allowed on element .+ at this point.*$
^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 8
Complaint specifics
- Attribute position not allowed on element link at this point.
Rule ^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 12
Complaint specifics
- Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.
Issue imageNoSource
WCAG: 1.3.1
Score: 64
Complaints by nuVal
Rule Element img is missing required attribute src.
Element img is missing required attribute src.
Description: img element has no src attribute
Count of instances: 16
Complaint specifics
- Element img is missing required attribute src.
Issue linkNoText
WCAG: 2.4.4
Score: 60
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 9
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 9
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: 9
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.NoContent
AAA.4_1_2.H91.A.NoContent
Description: Link has an href attribute but no text
Count of instances: 3
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
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: 9
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: 9
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: 6
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: 3
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: 6
Complaint specifics
- Linked image missing alternative text
Rule link_empty
Description: Link contains no text
Count of instances: 3
Complaint specifics
- Empty link
Issue focusableOperable
WCAG: 2.1.1
Score: 48
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 16
Complaint specifics
Issue parentBad
WCAG: 1.3.1
Score: 40
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: 10
Complaint specifics
- Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)
- Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
- Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
Issue slashParseRisk
WCAG: 4.1
Score: 39
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: 39
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 39
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 13
Complaint specifics
- This link opens in a new window without user control.
Issue linkIndication
WCAG: 1.3.3
Score: 36
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 18
Complaint specifics
- Link is inline but has no underline
Issue colorMissing
WCAG: 1.4.3
Score: 28
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 7
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 contrastAAA
WCAG: 1.4.6
Score: 27
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 27
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 2
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 2.28:1. Recommendation: change background to #874900.
- 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 2.79:1. Recommendation: change background to #005f84.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 2
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue metaBad
WCAG: 1.3.1
Score: 24
Complaints by nuVal
Rule ^Bad value .+ for attribute .+ on element meta.*$
^Bad value .+ for attribute .+ on element meta.*$
Description: Attribute of a meta element has an invalid value
Count of instances: 8
Complaint specifics
- Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Published-Version for attribute http-equiv on element meta.
- Bad value etag for attribute http-equiv on element meta.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 24
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: 24
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 noHeading
WCAG: 1.3.1
Score: 24
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 8
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue textAlternativeRisk
WCAG: 1
Score: 18
Complaints by continuum
Rule 234
234
Description: img element has a suspicious calculated accessible name
Count of instances: 8
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: bains for assembly logo blue horz.png
- This IMG has a suspicious calculated accessible name value of: jasmeet_bains_header_retouched.jpg
- This IMG has a suspicious calculated accessible name value of: volunteer hand white.png
- This IMG has a suspicious calculated accessible name value of: stay in touch icon.png
- This IMG has a suspicious calculated accessible name value of: donate icon white.png
- This IMG has a suspicious calculated accessible name value of: bains icon.png
- This IMG has a suspicious calculated accessible name value of: shutterstock_2024020883.jpg
- This IMG has a suspicious calculated accessible name value of: bains for assembly logo rev.png
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 18
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Complaints by wave
Rule alt_suspicious
alt_suspicious
Description: Image text alternative is suspicious
Count of instances: 8
Complaint specifics
- Suspicious alternative text
Issue hiddenContentRisk
WCAG: 4.1
Score: 16
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 16
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 linkElementBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Description: link element with an as attribute has no rel attribute with preload or modulepreload as its value
Count of instances: 4
Complaint specifics
- A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Issue allCaps
WCAG: 3.1.5
Score: 16
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 16
Complaint specifics
- This long string of text is in all caps.
Issue obsolete
WCAG: 4.1
Score: 15
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 5
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Issue leadingInsufficient
WCAG: 1.4.8
Score: 14
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 7
Complaint specifics
- Paragraphs of text have sufficient line height
Issue pseudoNavList
WCAG: 1.3.1
Score: 14
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 7
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue elementClosure
WCAG: 4.1.1
Score: 12
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Description: Invalid closing tag
Count of instances: 4
Complaint specifics
- Stray end tag link.
Issue fontSmall
WCAG: 1.4
Score: 12
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 1
Complaint specifics
- Very small text found.
Complaints by wave
Rule text_small
text_small
Description: Text is very small
Count of instances: 4
Complaint specifics
- Very small text
Issue hoverSurprise
WCAG: 1.4.13
Score: 12
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 6
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
- Link or button makes the hovering mouse cursor nonstandard
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 boxSizeAbsolute
WCAG: 1.4.4
Score: 9
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 3
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue targetSize
WCAG: 2.5.5
Score: 9
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 3
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue ariaBadAttribute
WCAG: 4.1.2
Score: 8
Complaints by alfa
Rule r18
r18
Description: ARIA state or property is not allowed for the element on which it is specified
Count of instances: 2
Complaint specifics
- aria-* states and properties are allowed
Issue leadingAbsolute
WCAG: 1.4.12
Score: 8
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 4
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue tabFocusability
WCAG: 2.1.1
Score: 8
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 4
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue contrastRisk
WCAG: 1.4.3
Score: 7
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: 2
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.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 5
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Issue focusableRole
WCAG: 4.1.2
Score: 6
Complaints by axe
Rule focus-order-semantics
focus-order-semantics
Description: Focusable element has no active role
Count of instances: 2
Complaint specifics
- Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.
Issue roleBad
WCAG: 4.1.2
Score: 6
Complaints by ibm
Rule element_tabbable_role_valid
element_tabbable_role_valid
Description: Tabbable element has a non-widget role
Count of instances: 2
Complaint specifics
- The tabbable element's role 'generic' is not a widget role
Issue sectionHeadingless
WCAG: 1.3.1
Score: 6
Complaints by nuVal
Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Description: section has no heading
Count of instances: 6
Complaint specifics
- Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue refresh
WCAG: 2.2.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R4
QW-ACT-R4
Description: meta element refreshes or redirects with delay
Count of instances: 1
Complaint specifics
- This rule checks that the meta element is not used for delayed redirecting or refreshing.
Rule QW-ACT-R71
Description: meta element has a refresh delay (no exception)
Count of instances: 1
Complaint specifics
- This rule checks that the `meta` element is not used for delayed redirecting or refreshing.
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue pseudoLinkRisk
WCAG: 1.3.1
Score: 6
Complaints by tenon
Rule 129
129
Description: CSS underline on text that is not a link
Count of instances: 2
Complaint specifics
- CSS underline on text has been detected that is not a link.
Complaints by wave
Rule underline
underline
Description: CSS underline on text that is not a link
Count of instances: 6
Complaint specifics
- Underlined text
Issue inconsistentStyles
WCAG: 3.2.4
Score: 6
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 6
Complaint specifics
- In-line links have 2 different styles
- Links in columns have 2 different styles
- Level-2 headings have 5 different styles
Issue linkPair
WCAG: 2.4.4
Score: 6
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 3
Complaint specifics
- Redundant link
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 5
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 5
Complaint specifics
- Possible heading
Issue headingOfNothing
WCAG: 1.3.1
Score: 4
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 2
Complaint specifics
- Headings of same level have text content between them
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This 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.
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 errorReferenceBad
WCAG: 3.3.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 1
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue linkTextsSame
WCAG: 2.4.4
Score: 4
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 2
Complaint specifics
- These links have the same text but different destinations.
Issue leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue submitButton
WCAG: 2.5.6
Score: 3
Complaints by qualWeb
Rule QW-WCAG-T19
QW-WCAG-T19
Description: Submit button not provided
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.
Issue scrollRisk
WCAG: 1.4.10
Score: 2
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 2
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue typeRedundant
WCAG: 1.3.1
Score: 2
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: 2
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue zIndexNotZero
WCAG: 1.4
Score: 2
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 2
Complaint specifics
- DIV element has a non-default Z index
Issue ariaRedundant
WCAG: 4.1.2
Score: 1
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: 1
Complaint specifics
- The ARIA attribute "aria-required" is redundant with the HTML attribute "required"
Issue autocompleteNone
WCAG: 1.3.5
Score: 1
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 1
Complaint specifics
- Input is missing the required autocomplete attribute with value email
Issue 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
Complete report
{ "id": "18ixx-ts27-caAD35-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687108350131, "endTime": 1687108350719 }, { "type": "url", "which": "https://www.drjasmeetbains.com/", "what": "Candidate Jasmeet Bains (D)", "startTime": 1687108350720, "result": { "url": "https://www.drjasmeetbains.com/" }, "endTime": 1687108351627 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687108351627, "url": "https://www.drjasmeetbains.com/", "endTime": 1687108353605 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687108353605, "url": "https://www.drjasmeetbains.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 712051, 712051, 712051, 712051, 712051 ], "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": 1687108366961 }, { "type": "launch", "which": "chromium", "startTime": 1687108366962, "endTime": 1687108367580 }, { "type": "url", "which": "https://www.drjasmeetbains.com/", "what": "Candidate Jasmeet Bains (D)", "startTime": 1687108367580, "result": { "url": "https://www.drjasmeetbains.com/" }, "endTime": 1687108368232 }, { "type": "test", "which": "alfa", "startTime": 1687108368232, "url": "https://www.drjasmeetbains.com/", "what": "alfa", "result": { "totals": { "failures": 48, "warnings": 81 }, "items": [ { "index": 11, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\">", " <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 13, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">", " <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 15, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">", " <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 17, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jrexzk781-comp-jrexzk6a","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d...", " <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 18, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jrexzk79-comp-jrexzk6a","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736...", " <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 19, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jrexzk7a-comp-jrexzk6a","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7...", " <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 25, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jqxjocm2-comp-jqxjncei","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d3...", " <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 26, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jqxjocm3-comp-jqxjncei","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736...", " <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 27, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jr60et5r-comp-jqxjncei","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7...", " <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 52, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"false\"" ] } }, { "index": 54, "verdict": "failed", "rule": { "ruleID": "r18", "ruleSummary": "aria-* states and properties are allowed", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r18", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/aria/ARIA5", "name": "ARIA5", "title": "Using WAI-ARIA state and property attributes to expose the state of a user interface" } ] }, "target": { "type": "attribute", "tagName": "aria-haspopup", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"false\"" ] } }, { "index": 430, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 442, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kwcfxsyf\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kwcfxsyf","displayMode":"fill","targetWidth":397,"targetHeight":62,"isLQIP":false,"imageData":{"width":1515,"...", " <img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcs...", " </wow-image>", "</a>" ] } }, { "index": 443, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]", "codeLines": [ "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">", " About", " </p>", " </div>", " </div>", "</div>" ] } }, { "index": 444, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]", "codeLines": [ "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">", " Media", " </p>", " </div>", " </div>", "</div>" ] } }, { "index": 445, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">", " Volunteer", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 446, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">", " Contact", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 447, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">", " <div class=\"StylableButton2545352419__container\">", " <span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">", " DONATE", " </span>", " <span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">", " <div>", " <svg data-bbox=\"13.05 2.55 33.878 54.8\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 60\">", " <g>", " <path d=\"M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path>", " </g>", " </svg>", " </div>", " </span>", " </div>", "</a>" ] } }, { "index": 448, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">", " <div class=\"StylableButton2545352419__container\">", " <span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">", " SUBSCRIBE", " </span>", " <span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">", " <div>", " <svg data-bbox=\"13.05 2.55 33.878 54.8\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 60\">", " <g>", " <path d=\"M46.5 28.9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path>", " </g>", " </svg>", " </div>", " </span>", " </div>", "</a>" ] } }, { "index": 449, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-kwdst1x81-comp-kwdst1wa","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d...", " <img alt=\"Facebook\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 450, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-kwdst1xb-comp-kwdst1wa","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736...", " <img alt=\"Twitter\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 451, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-kwdst1xb2-comp-kwdst1wa","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d...", " <img alt=\"Instagram\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391d7d37fce12a.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/81af6121f84c41a5b4391d7d37fce12a.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 452, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_3_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-l12a8v4r-comp-kwdst1wa","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"10f375d9ba7f49d99fb9036...", " <img alt=\"Flickr\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/10f375d9ba7f49d99fb90368342dc54e.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/10f375d9ba7f49d99fb90368342dc54e.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 453, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\">", " <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 454, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kwdr84lc\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kwdr84lc","displayMode":"fill","targetWidth":60,"targetHeight":77,"isLQIP":false,"imageData":{"width":2099,"h...", " <img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcset=\"https://static.wixstatic.com/m...", " </wow-image>", "</a>" ] } }, { "index": 455, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">", " <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 456, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kwdrtkbr\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kwdrtkbr","displayMode":"fill","targetWidth":69,"targetHeight":67,"isLQIP":false,"imageData":{"width":340,"he...", " <img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcset=\"https://static.wixstatic.com/med...", " </wow-image>", "</a>" ] } }, { "index": 457, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">", " <div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">", " <svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">", " <g>", " <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path>", " </g>", " </svg>", " </div>", "</a>" ] } }, { "index": 458, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-kwdrfu2c\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-kwdrfu2c","displayMode":"fill","targetWidth":55,"targetHeight":90,"isLQIP":false,"imageData":{"width":195,"he...", " <img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e...", " </wow-image>", "</a>" ] } }, { "index": 459, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jrexzk781-comp-jrexzk6a","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d...", " <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 460, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jrexzk79-comp-jrexzk6a","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736...", " <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 461, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jrexzk7a-comp-jrexzk6a","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7...", " <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 462, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]", "codeLines": [ "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">" ] } }, { "index": 463, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "button", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/button[1]", "codeLines": [ "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">", " <span class=\"M3I7Z2 wixui-button__label\">", " SUBSCRIBE", " </span>", "</button>" ] } }, { "index": 464, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " Home", " </span>", " </span>", " </span>", "</a>" ] } }, { "index": 465, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]", "codeLines": [ "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">", " News", "</a>" ] } }, { "index": 466, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]", "codeLines": [ "<a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " About Jasmeet", " </span>", " </span>", " </span>", "</a>" ] } }, { "index": 467, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]", "codeLines": [ "<a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " Volunteer", " </span>", " </span>", " </span>", "</a>" ] } }, { "index": 468, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]", "codeLines": [ "<a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " Contact", " </span>", " </span>", " </span>", "</a>" ] } }, { "index": 469, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jqxjocm2-comp-jqxjncei","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d3...", " <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 470, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jqxjocm3-comp-jqxjncei","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736...", " <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 471, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jr60et5r-comp-jqxjncei","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7...", " <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 472, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]", "codeLines": [ "<a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">", " info@drjasmeetbains.com", "</a>" ] } }, { "index": 473, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 474, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 475, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Volunteer" ] } }, { "index": 476, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 477, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 478, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]", "codeLines": [ "SUBSCRIBE" ] } }, { "index": 479, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dr. Jasmeet" ] } }, { "index": 480, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "FOR ASSEMBLY" ] } }, { "index": 481, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "BAINS" ] } }, { "index": 482, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "There are many ways" ] } }, { "index": 483, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "to get involved." ] } }, { "index": 484, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Sign up for the latest news from the campaign." ] } }, { "index": 485, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Your support means a lot!" ] } }, { "index": 486, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Please consider donating." ] } }, { "index": 487, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..." ] } }, { "index": 488, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 489, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "News" ] } }, { "index": 490, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "About Jasmeet" ] } }, { "index": 491, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Volunteer" ] } }, { "index": 492, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 493, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Dr. Jasmeet Bains for Assembly 2024" ] } }, { "index": 494, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC ID #1456690" ] } }, { "index": 495, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "8200 Stockdale HWY" ] } }, { "index": 496, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "STE M-10 #252" ] } }, { "index": 497, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]", "codeLines": [ "Bakersfield, CA 93311" ] } }, { "index": 498, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 499, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "info@drjasmeetbains.com" ] } }, { "index": 507, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 508, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 509, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Volunteer" ] } }, { "index": 510, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 511, "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 512, "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]", "codeLines": [ "SUBSCRIBE" ] } }, { "index": 513, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dr. Jasmeet" ] } }, { "index": 514, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "FOR ASSEMBLY" ] } }, { "index": 515, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "BAINS" ] } }, { "index": 516, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "There are many ways" ] } }, { "index": 517, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "to get involved." ] } }, { "index": 518, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Sign up for the latest news from the campaign." ] } }, { "index": 519, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Your support means a lot!" ] } }, { "index": 520, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Please consider donating." ] } }, { "index": 521, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..." ] } }, { "index": 522, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 523, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "News" ] } }, { "index": 524, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "About Jasmeet" ] } }, { "index": 525, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Volunteer" ] } }, { "index": 526, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 527, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Dr. Jasmeet Bains for Assembly 2024" ] } }, { "index": 528, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC ID #1456690" ] } }, { "index": 529, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "8200 Stockdale HWY" ] } }, { "index": 530, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "STE M-10 #252" ] } }, { "index": 531, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]", "codeLines": [ "Bakersfield, CA 93311" ] } }, { "index": 532, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 533, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "info@drjasmeetbains.com" ] } }, { "index": 584, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " There are many ways", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 585, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " to get involved.", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 586, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">", " Sign up for the latest news from the campaign.", " </span>", " </span>", "</p>" ] } }, { "index": 587, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " Your support means a lot!", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 588, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " Please consider donating.", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 595, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " Paid for by Dr. Jasmeet Bains for Assembly 2024", " </span>", " </span>", "</p>" ] } }, { "index": 596, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " FPPC ID #1456690", " </span>", " </span>", "</p>" ] } }, { "index": 602, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " There are many ways", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 603, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " to get involved.", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 604, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">", " Sign up for the latest news from the campaign.", " </span>", " </span>", "</p>" ] } }, { "index": 605, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " Your support means a lot!", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 606, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">", " <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">", " Please consider donating.", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 607, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:2em; font-size:15px;\">", " <span style=\"font-style:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:roboto-thin,roboto,sans-serif;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:bold;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\">", " <span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">", " Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for St...", " </span>", " </span>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 608, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">", " <a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " Home", " </span>", " </span>", " </span>", " </a>", "</p>" ] } }, { "index": 609, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">", " News", " </a>", " </span>", " </span>", " </span>", "</p>" ] } }, { "index": 610, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">", " <a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " About Jasmeet", " </span>", " </span>", " </span>", " </a>", "</p>" ] } }, { "index": 611, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">", " <a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " Volunteer", " </span>", " </span>", " </span>", " </a>", "</p>" ] } }, { "index": 612, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">", " <a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\">", " Contact", " </span>", " </span>", " </span>", " </a>", "</p>" ] } }, { "index": 613, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " Paid for by Dr. Jasmeet Bains for Assembly 2024", " </span>", " </span>", "</p>" ] } }, { "index": 614, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " FPPC ID #1456690", " </span>", " </span>", "</p>" ] } }, { "index": 615, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " 8200 Stockdale HWY", " </span>", "</p>" ] } }, { "index": 616, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " STE M-10 #252", " </span>", "</p>" ] } }, { "index": 617, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " Bakersfield, CA 93311", " </span>", "</p>" ] } }, { "index": 618, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 619, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">", " <a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">", " info@drjasmeetbains.com", " </a>", " </span>", " </span>", "</p>" ] } }, { "index": 655, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]", "codeLines": [ "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">", " <span style=\"font-size:83px;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:futura-lt-w01-book,futura-lt-w05-book,sans-serif;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:normal;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " Dr. Jasmeet", " </span>", " </span>", " </span>", " </span>", " </span>", "</h2>" ] } }, { "index": 656, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]", "codeLines": [ "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">", " <span style=\"font-size:41px;\" class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:0.35em;\" class=\"wixui-rich-text__text\">", " <span style=\"font-weight:normal;\" class=\"wixui-rich-text__text\">", " <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">", " <span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">", " FOR ASSEMBLY", " </span>", " </span>", " </span>", " </span>", " </span>", "</h2>" ] } }, { "index": 665, "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[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">", " About", "</p>" ] } }, { "index": 666, "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[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">", " Media", "</p>" ] } }, { "index": 667, "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[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">", " Volunteer", "</p>" ] } }, { "index": 668, "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[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">", " Contact", "</p>" ] } }, { "index": 725, "verdict": "failed", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 81, 0, 0, 48 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"> <svg preserveA ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwd ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr9 ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-in ... ageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d... <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-imag ... ageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-im ... eData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-in ... geData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d3... <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-inf ... ageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-i ... eData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"false\"" }, { "ruleID": "r18", "what": "aria-* states and properties are allowed", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"false\"" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwcfxsyf\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":&quo ... q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcs... </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\"> About </p> </div> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\"> Media </p> </div> </div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\"> Volunteer </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\"> Contact </p> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__ ... .9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path> </g> </svg> </div> </span> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton ... .9L20.6 3c-.6-.6-1.6-.6-2.2 0l-4.8 4.8c-.6.6-.6 1.6 0 2.2l19.8 20-19.9 19.9c-.6.6-.6 1.6 0 2.2l4.8 4.8c.6.6 1.6.6 2.2 0l21-21 4.8-4.8c.8-.6.8-1.6.2-2.2z\"></path> </g> </svg> </div> </span> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-in ... d2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-imag ... b6619093f45388d66736ec22e5885.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-im ... f6121f84c41a5b4391d7d37fce12a.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/81af6121f84c41a5b4391d7d37fce12a.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" dat ... 375d9ba7f49d99fb90368342dc54e.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/10f375d9ba7f49d99fb90368342dc54e.png\" style=\"width: 50px; height: 50px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"> <svg preserveA ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwdr84lc\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId& ... _85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcset=\"https://static.wixstatic.com/m... </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwd ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwdrtkbr\" ... _85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcset=\"https://static.wixstatic.com/med... </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> <div data-testid=\"svgRoot-comp-kwdr9 ... 200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> <g> <path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path> </g> </svg> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"> <wow-image id=\"img_comp-kwdrfu2c\" cl ... _85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e... </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-in ... ageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d... <img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-imag ... ageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-im ... eData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/button[1]" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\"> <span class=\"M3I7Z2 wixui-button__label\"> SUBSCRIBE </span> </button>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> Home </span> </span> </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\"> News </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> About Jasmeet </span> </span> </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Volunteer </span> </span> </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Contact </span> </span> </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-in ... geData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d3... <img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-inf ... ageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736... <img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-i ... eData":{"width":200,"height":200,"uri":"81af6121f84c41a5b4391d7... <img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]" }, "excerpt": "<a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> info@drjasmeetbains.com </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Volunteer" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dr. Jasmeet" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "FOR ASSEMBLY" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "BAINS" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "There are many ways" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "to get involved." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Sign up for the latest news from the campaign." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Your support means a lot!" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Please consider donating." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "News" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "About Jasmeet" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Volunteer" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Dr. Jasmeet Bains for Assembly 2024" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC ID #1456690" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "8200 Stockdale HWY" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "STE M-10 #252" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]" }, "excerpt": "Bakersfield, CA 93311" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "info@drjasmeetbains.com" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Volunteer" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Contact" }, { "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/div[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "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]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[3]/a[1]/div[1]/span[1]/text()[1]" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dr. Jasmeet" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "FOR ASSEMBLY" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[3]/h2[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "BAINS" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "There are many ways" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "to get involved." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Sign up for the latest news from the campaign." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Your support means a lot!" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Please consider donating." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]/span[1]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "News" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "About Jasmeet" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Volunteer" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]/a[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Contact" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Dr. Jasmeet Bains for Assembly 2024" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC ID #1456690" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "8200 Stockdale HWY" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "STE M-10 #252" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]/span[1]/text()[1]" }, "excerpt": "Bakersfield, CA 93311" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "info@drjasmeetbains.com" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> There are many ways </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> to get involved. </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\"> Sign up for the latest news from the campaign. </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Your support means a lot! </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Please consider donating. </span> </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Paid for by Dr. Jasmeet Bains for Assembly 2024 </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FPPC ID #1456690 </span> </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[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> There are many ways </span> </span> </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[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[4]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> to get involved. </span> </span> </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[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\"> Sign up for the latest news from the campaign. </span> </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[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Your support means a lot! </span> </span> </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[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[4]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\"> <span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\"> Please consider donating. </span> </span> </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[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:2em; font-size:15px;\"> <span style=\"font-style:normal;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:roboto-thin,roboto,sans-serif ... g to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for St... </span> </span> </span> </span> </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> <span styl ... ing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> Home </span> </span> </span> </a> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-r ... pan style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\"> News </a> </span> </span> </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text ... m;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> About Jasmeet </span> </span> </span> </a> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\"> ... ich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Volunteer </span> </span> </span> </a> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\"> <a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\"> <s ... -rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.04em;\" class=\"wixui-rich-text__text\"> Contact </span> </span> </span> </a> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Paid for by Dr. Jasmeet Bains for Assembly 2024 </span> </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[3]/p[2]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:0.05em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FPPC ID #1456690 </span> </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> 8200 Stockdale HWY </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> STE M-10 #252 </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> Bakersfield, CA 93311 </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[4]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </span> </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[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\"> <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\"> <a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\"> info@drjasmeetbains.com </a> </span> </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[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\"> <span style=\"font-size:83px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.05em; ... class=\"wixui-rich-text__text\"> <span style=\"font-weight:normal;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Dr. Jasmeet </span> </span> </span> </span> </span> </h2>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\"> <span style=\"font-size:41px;\" class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:0.35em;\" class=\"wixui-rich ... <span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\"> <span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"> FOR ASSEMBLY </span> </span> </span> </span> </span> </h2>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jqxh4scl0label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\"> About </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jqxh4scl1label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\"> Media </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jqxh4scl2label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[3]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\"> Volunteer </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jqxh4scl3label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\"> Contact </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687108374100 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687108374100, "url": "https://www.drjasmeetbains.com/", "what": "Axe", "result": { "totals": { "rulesNA": 49, "rulesPassed": 48, "rulesWarned": 2, "rulesViolated": 3, "warnings": { "minor": 16, "moderate": 0, "serious": 3, "critical": 0 }, "violations": { "minor": 2, "moderate": 0, "serious": 15, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T17:12:54.767Z", "url": "https://www.drjasmeetbains.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": "62.3pt (83px)", "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": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</span>", "target": [ "span > span > span > span > .color_11" ], "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": "30.8pt (41px)", "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": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>", "target": [ "#comp-kwdoy499 > .font_2 > span > span > span > span > span" ], "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": "120.0pt (160px)", "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": "<span class=\"color_11 wixui-rich-text__text\">BAINS</span>", "target": [ "#comp-kwdsisnw > .font_2 > span > span > span > .color_11" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"mHZSwn\">top of page</span>", "target": [ "#SCROLL_TO_TOP > .mHZSwn" ], "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 aria-hidden=\"true\" style=\"display:none\">", "target": [ "#comp-jqxh4scl0 > ul" ], "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 aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\">Photos and Video</a></li></ul>", "target": [ "#comp-jqxh4scl1 > ul" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"comp-jqxh4scl__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-jqxh4scl__more__" ], "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=\"display:none\" id=\"comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">", "target": [ ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">", "target": [ ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">", "target": [ "#img_0_comp-jrexzk6a > img[alt=\"Facebook\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">", "target": [ "#img_1_comp-jrexzk6a > img[alt=\"Twitter\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">", "target": [ "#img_2_comp-jrexzk6a > img[alt=\"Instagram\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"mHZSwn\">Subscribe</span>", "target": [ "#comp-jzb2fphd > .mHZSwn" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"comp-jzb7i9v5\" class=\"BaOVQ8 tz5f0K comp-jzb7i9v5 wixui-rich-text\" data-testid=\"richTextElement\"><p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"><span class=\"color_11 wixui-rich-text__text\">Thanks for submitting!</span></p></div>", "target": [ "#comp-jzb7i9v5" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">", "target": [ "#img_0_comp-jqxjncei > img[alt=\"Facebook\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">", "target": [ "#img_1_comp-jqxjncei > img[alt=\"Twitter\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">", "target": [ "#img_2_comp-jqxjncei > img[alt=\"Instagram\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"mHZSwn\">bottom of page</span>", "target": [ "#SCROLL_TO_BOTTOM > .mHZSwn" ], "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", "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": "#f7941d", "contrastRatio": 2.28, "fontSize": "9.0pt (12px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">", "target": [ ".style-kwdui1k6__root" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>", "target": [ ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#00a5e5", "contrastRatio": 2.79, "fontSize": "9.0pt (12px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">", "target": [ ".style-kwduigfe__root" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>", "target": [ ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#f7941d", "contrastRatio": 2.28, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kwcg5y69 > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </span>", "target": [ ".font_8:nth-child(1) > span > .color_11 > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#f7941d", "contrastRatio": 2.28, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kwcg5y69 > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</span>", "target": [ "#comp-kwcg5y6m > .font_8:nth-child(2) > span > .color_11 > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#00a5e5", "contrastRatio": 2.79, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kwcg5y7i > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>", "target": [ "#comp-kwcg5y7l1 > .font_8:nth-child(1) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#00a5e5", "contrastRatio": 2.79, "fontSize": "13.5pt (18px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div data-testid=\"colorUnderlay\" class=\"LWbAav Kv1aVt\"></div>", "target": [ "#bgLayers_comp-kwcg5y7i > .LWbAav.Kv1aVt[data-testid=\"colorUnderlay\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</span>", "target": [ "#comp-kwcg5y7l1 > .font_8:nth-child(2) > span > span > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" } ] }, { "id": "focus-order-semantics", "impact": "minor", "tags": [ "cat.keyboard", "best-practice", "experimental" ], "description": "Ensures elements in the focus order have a role appropriate for interactive content", "help": "Elements in the focus order should have an appropriate role", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/focus-order-semantics?application=axeAPI", "nodes": [ { "any": [ { "id": "has-widget-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have a widget role." }, { "id": "valid-scrollable-semantics", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element has invalid semantics for an element in the focus order." } ], "all": [], "none": [], "impact": "minor", "html": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">About</p></div></div></div>", "target": [ "#comp-jqxh4scl0 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have a widget role.\n Element has invalid semantics for an element in the focus order." }, { "any": [ { "id": "has-widget-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have a widget role." }, { "id": "valid-scrollable-semantics", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element has invalid semantics for an element in the focus order." } ], "all": [], "none": [], "impact": "minor", "html": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">Media</p></div></div></div>", "target": [ "#comp-jqxh4scl1 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" ], "failureSummary": "Fix any of the following:\n Element does not have a widget role.\n Element has invalid semantics for an element in the focus order." } ] }, { "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 data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">", "target": [ "#comp-kwdr6fz2 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" ], "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" }, { "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 data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">", "target": [ ".u9k3ts[data-anchor-comp-id=\"comp-jzb2fphd\"][data-anchor=\"dataItem-jzb2fphz\"]" ], "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" }, { "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 data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">", "target": [ ".u9k3ts[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" }, { "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 data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-jrexzk781-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" }, { "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 data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-jrexzk79-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" }, { "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 data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-jrexzk7a-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" }, { "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 data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-jqxjocm2-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" }, { "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 data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-jqxjocm3-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" }, { "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 data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">", "target": [ "#dataItem-jr60et5r-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" ], "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" } ] } ] }, "success": true }, "standardResult": { "totals": [ 16, 3, 2, 15 ], "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "span > span > span > span > .color_11" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kwdoy499 > .font_2 > span > span > span > span > span" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kwdsisnw > .font_2 > span > span > span > .color_11" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">BAINS</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#SCROLL_TO_TOP > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">top of page</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jqxh4scl0 > ul" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jqxh4scl1 > ul" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\">Photos and Video</a></li></ul>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "LI", "id": "comp-jqxh4scl__more__", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jqxh4scl__more__" }, "excerpt": "<li id=\"comp-jqxh4scl__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"iryznZ vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]" }, "excerpt": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__icon.wixui-button__icon[data-testid=\"stylablebutton-icon\"]" }, "excerpt": "<span class=\"StylableButton2545352419__icon wixui-button__icon\" aria-hidden=\"true\" data-testid=\"stylablebutton-icon\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_0_comp-jrexzk6a > img[alt=\"Facebook\"]" }, "excerpt": "<img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_1_comp-jrexzk6a > img[alt=\"Twitter\"]" }, "excerpt": "<img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_2_comp-jrexzk6a > img[alt=\"Instagram\"]" }, "excerpt": "<img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jzb2fphd > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">Subscribe</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jzb7i9v5", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jzb7i9v5" }, "excerpt": "<div id=\"comp-jzb7i9v5\" class=\"BaOVQ8 tz5f0K comp-jzb7i9v5 wixui-rich-text\" data-testid=\"richTextElement\"><p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\"><span class=\"color_11 wixui-rich-text__text\">Thanks for submitting!</span></p></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_0_comp-jqxjncei > img[alt=\"Facebook\"]" }, "excerpt": "<img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_1_comp-jqxjncei > img[alt=\"Twitter\"]" }, "excerpt": "<img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_2_comp-jqxjncei > img[alt=\"Instagram\"]" }, "excerpt": "<img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#SCROLL_TO_BOTTOM > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">bottom of page</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".style-kwdui1k6__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".style-kwduigfe__root > .StylableButton2545352419__container > .StylableButton2545352419__label.wixui-button__label[data-testid=\"stylablebutton-label\"]" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".font_8:nth-child(1) > span > .color_11 > span" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kwcg5y6m > .font_8:nth-child(2) > span > .color_11 > span" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kwcg5y7l1 > .font_8:nth-child(1) > span > span > span" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-kwcg5y7l1 > .font_8:nth-child(2) > span > span > span" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</span>" }, { "ruleID": "focus-order-semantics", "what": "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jqxh4scl0 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">About</p></div></div></div>" }, { "ruleID": "focus-order-semantics", "what": "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jqxh4scl1 > .lY3Nwh[aria-haspopup=\"false\"][data-testid=\"linkElement\"]" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">Media</p></div></div></div>" }, { "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": "#comp-kwdr6fz2 > .u9k3ts[target=\"_self\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">" }, { "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": ".u9k3ts[data-anchor-comp-id=\"comp-jzb2fphd\"][data-anchor=\"dataItem-jzb2fphz\"]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">" }, { "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": ".u9k3ts[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">" }, { "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": "#dataItem-jrexzk781-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" }, { "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": "#dataItem-jrexzk79-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" }, { "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": "#dataItem-jrexzk7a-comp-jrexzk6a > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" }, { "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": "#dataItem-jqxjocm2-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" }, { "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": "#dataItem-jqxjocm3-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" }, { "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": "#dataItem-jr60et5r-comp-jqxjncei > .oRtuWN[target=\"_blank\"][rel=\"noreferrer noopener\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">" } ] }, "endTime": 1687108374806 }, { "type": "launch", "which": "chromium", "startTime": 1687108374806, "endTime": 1687108375365 }, { "type": "url", "which": "https://www.drjasmeetbains.com/", "what": "Candidate Jasmeet Bains (D)", "startTime": 1687108375366, "result": { "url": "https://www.drjasmeetbains.com/" }, "endTime": 1687108375867 }, { "type": "test", "which": "continuum", "startTime": 1687108375867, "url": "https://www.drjasmeetbains.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo blue horz.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20L ... .png\" src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\"][alt=\"Bains for Assembly Logo Blue Horz.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 1x, https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: jasmeet_bains_header_retouched.jpg", "element": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 750px; object-fit: cover; object-position: 50% 50%;\" alt=\"Jasmeet_Bains_header_retouched.jpg\" src=\"https://static.wixstatic.com/media/e3a503_10a ... pg\" src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1280,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1280,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\"][alt=\"Jasmeet_Bains_header_retouched.jpg\"][fetchpriority=\"high\"]", "attNo": 4 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: volunteer hand white.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.pn ... volunteer hand white.png\" src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\"][alt=\"volunteer hand white.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 1x, https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: stay in touch icon.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.pn ... =\"stay in touch icon.png\" src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\"][alt=\"stay in touch icon.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 1x, https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: donate icon white.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1 ... alt=\"donate icon white.png\" src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\"][alt=\"donate icon white.png\"][srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1x, https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: bains icon.png", "element": "<img style=\"width: 144px; height: 81px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fi ... 0% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\"][alt=\"Bains ICON.png\"]", "attNo": 3 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: shutterstock_2024020883.jpg", "element": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 1034px; object-fit: cover; object-position: 50% 50%;\" alt=\"shutterstock_2024020883.jpg\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240f ... g\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1280,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1280,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\"][alt=\"shutterstock_2024020883.jpg\"][fetchpriority=\"high\"]", "attNo": 4 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo rev.png", "element": "<img style=\"width: 226px; height: 112px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains for Assembly Logo REV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be43029 ... EV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\"][alt=\"Bains for Assembly Logo REV.png\"]", "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr6fz2\" data-testid=\"svgRoot-comp-kwdr6fz2\"><svg aria-hidden ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.drjasmeetbains.com/volunteer\"][target=\"_self\"][class=\"u9k3ts\"]", "attNo": 4 } }, { "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 class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][data-anchor=\"dataItem-jzb2fphz\"][data-anchor-comp-id=\"comp-jzb2fphd\"][href=\"https://www.drjasmeetbains.com\"][target=\"_self\"][class=\"u9k3ts\"]", "attNo": 6 } }, { "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 class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr9w ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"u9k3ts\"]", "attNo": 5 } }, { "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 class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Facebook\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"http://Facebook.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } }, { "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 class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d ... t;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Twitter\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.twitter.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } }, { "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 class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5 ... name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Instagram\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.instagram.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } }, { "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 class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Facebook\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"http://Facebook.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } }, { "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 class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736 ... t;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Twitter\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"http://Twitter.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } }, { "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 class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391 ... name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Instagram\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"http://Instagram.com/drjasmeetbains\"][target=\"_blank\"][rel=\"noreferrer noopener\"][class=\"oRtuWN\"]", "attNo": 5 } } ], "standardResult": { "totals": [ 0, 0, 0, 17 ], "instances": [ { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo blue horz.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20L ... .png\" src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: jasmeet_bains_header_retouched.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 750px; object-fit: cover; object-position: 50% 50%;\" alt=\"Jasmeet_Bains_header_retouched.jpg\" src=\"https://static.wixstatic.com/media/e3a503_10a ... pg\" src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1280,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: volunteer hand white.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.pn ... volunteer hand white.png\" src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: stay in touch icon.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.pn ... =\"stay in touch icon.png\" src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: donate icon white.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1 ... alt=\"donate icon white.png\" src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: bains icon.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 144px; height: 81px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fi ... 0% 50%;\" alt=\"Bains ICON.png\" src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: shutterstock_2024020883.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img fetchpriority=\"high\" style=\"width: 1280px; height: 1034px; object-fit: cover; object-position: 50% 50%;\" alt=\"shutterstock_2024020883.jpg\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240f ... g\" src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1280,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\">" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: bains for assembly logo rev.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img style=\"width: 226px; height: 112px; object-fit: cover; object-position: 50% 50%;\" alt=\"Bains for Assembly Logo REV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be43029 ... EV.png\" src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\">" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr6fz2\" data-testid=\"svgRoot-comp-kwdr6fz2\"><svg aria-hidden ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\"><div class=\"aizuI7 TcoJIb comp-kwdr9w ... www.w3.org/2000/svg\" data-bbox=\"0 0 200 200\" preserveaspectratio=\"none\"><g><path d=\"M200 100c0 55.228-44.772 100-100 100S0 155.228 0 100 44.772 0 100 0s100 44.772 100 100z\"></path></g></svg></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Facebook\"></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d ... t;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Twitter\"></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5 ... name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jrexzk6a\"><img style=\"width: 28px; height: 28px; object-fit: cover;\" alt=\"Instagram\"></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d ... ;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Facebook\"></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736 ... t;name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Twitter\"></div></a>" }, { "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(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391 ... name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jqxjncei\"><img style=\"width: 22px; height: 22px; object-fit: cover;\" alt=\"Instagram\"></div></a>" } ] }, "endTime": 1687108376149 }, { "type": "launch", "which": "chromium", "startTime": 1687108376149, "endTime": 1687108376634 }, { "type": "url", "which": "https://www.drjasmeetbains.com/", "what": "Candidate Jasmeet Bains (D)", "startTime": 1687108376634, "result": { "url": "https://www.drjasmeetbains.com/" }, "endTime": 1687108377175 }, { "type": "test", "which": "htmlcs", "startTime": 1687108377175, "url": "https://www.drjasmeetbains.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</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=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</h2>" } ] }, "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 2.28:1. Recommendation: change background to #874900.": [ { "tagName": "span", "id": "", "code": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>" } ], "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 2.79:1. Recommendation: change background to #005f84.": [ { "tagName": "span", "id": "", "code": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>" } ] }, "AAA.4_1_2.H91.A.NoContent": { "Anchor element found with a valid href attribute, but no link content has been supplied.": [ { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">...</a>" } ] } }, "Warning": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#SITE_HEADER", "code": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>" }, { "tagName": "wix-bg-media", "id": "#bgMedia_comp-kwcg7b27", "code": "<wix-bg-media id=\"bgMedia_comp-kwcg7b27\" class=\"SUz0WK\" data-container-id=\"comp-kwcg7b27\" data-container-size=\"0, 0\" data-page-id=\"c1dmp\" data-bg-effect-name=\"BgParallax\" style=\"width: 1280px; height: 1034px; left: 0px; top: 0px;\">...</wix-bg-media>" } ] }, "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": "span", "id": "", "code": "<span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">...</span>" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "p", "id": "#comp-jqxh4scl0label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">...</p>" }, { "tagName": "p", "id": "#comp-jqxh4scl1label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">...</p>" }, { "tagName": "p", "id": "#comp-jqxh4scl2label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">...</p>" }, { "tagName": "p", "id": "#comp-jqxh4scl3label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">...</p>" }, { "tagName": "span", "id": "", "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" } ] }, "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 data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 18, 0, 0, 7 ], "instances": [ { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "WIX-BG-MEDIA", "id": "bgMedia_comp-kwcg7b27", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<wix-bg-media id=\"bgMedia_comp-kwcg7b27\" class=\"SUz0WK\" data-container-id=\"comp-kwcg7b27\" data-container-size=\"0, 0\" data-page-id=\"c1dmp\" data-bg-effect-name=\"BgParallax\" style=\"width: 1280px; height: 1034px; left: 0px; top: 0px;\">...</wix-bg-media>" }, { "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:#0F5583;\" class=\"wixui-rich-text__text\">...</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;\" class=\"wixui-rich-text__text\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "comp-jqxh4scl0label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl0label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "comp-jqxh4scl1label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl1label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "comp-jqxh4scl2label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl2label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "P", "id": "comp-jqxh4scl3label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 35px;\" id=\"comp-jqxh4scl3label\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" }, { "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 data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\">...</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 data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</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 data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">...</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 data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</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 data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</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=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">...</h2>" }, { "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 2.28:1. Recommendation: change background to #874900.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>" }, { "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 2.79:1. Recommendation: change background to #005f84.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">...</span>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">...</a>" } ] }, "endTime": 1687108377334 }, { "type": "launch", "which": "chromium", "startTime": 1687108377334, "endTime": 1687108377841 }, { "type": "url", "which": "https://www.drjasmeetbains.com/", "what": "Candidate Jasmeet Bains (D)", "startTime": 1687108377841, "result": { "url": "https://www.drjasmeetbains.com/" }, "endTime": 1687108378398 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687108378398, "url": "https://www.drjasmeetbains.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 11, "recommendation": 6, "ignored": 0 }, "items": [ { "ruleId": "element_tabbable_role_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]", "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[2]/generic[1]" }, "message": "The tabbable element's role 'generic' is not a widget role", "bounds": { "left": 684, "top": 62, "height": 35, "width": 72 }, "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "element_tabbable_role_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]", "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[1]/generic[1]" }, "message": "The tabbable element's role 'generic' is not a widget role", "bounds": { "left": 614, "top": 62, "height": 35, "width": 70 }, "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "aria": "/document[1]/main[1]/list[2]/listitem[3]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 511, "top": 2932, "height": 28, "width": 28 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "aria": "/document[1]/main[1]/list[2]/listitem[2]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 477, "top": 2932, "height": 28, "width": 28 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "aria": "/document[1]/main[1]/list[2]/listitem[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 443, "top": 2932, "height": 28, "width": 28 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[5]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 764, "top": 1013, "height": 105, "width": 105 }, "snippet": "<a class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 435, "top": 1013, "height": 105, "width": 105 }, "snippet": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/main[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 112, "top": 1013, "height": 105, "width": 104 }, "snippet": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[3]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 506, "top": 3625, "height": 22, "width": 22 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[2]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 479, "top": 3625, "height": 22, "width": 22 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[1]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 452, "top": 3625, "height": 22, "width": 22 }, "snippet": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[9]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\" http-equiv=\"X-Wix-Application-Instance-Id\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[8]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\" http-equiv=\"X-Wix-Meta-Site-Id\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[3]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[11]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"bug\" http-equiv=\"etag\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[10]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"170\" http-equiv=\"X-Wix-Published-Version\">", "level": "recommendation" }, { "ruleId": "aria_attribute_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]", "aria": "/document[1]/contentinfo[1]/form[1]/textbox[1]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 244, "top": 3209, "height": 70, "width": 484 }, "snippet": "<input aria-label=\"Enter your email here*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Enter your email here*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jzb7i8y7\" name=\"email\" type=\"email\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 6, 0, 11 ], "instances": [ { "ruleID": "element_tabbable_role_valid", "what": "The tabbable element's role 'generic' is not a widget role", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[2]/div[1]" }, "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">" }, { "ruleID": "element_tabbable_role_valid", "what": "The tabbable element's role 'generic' is not a widget role", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/div[1]" }, "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.instagram.com/drjasmeetbains\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://www.twitter.com/drjasmeetbains\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"u9k3ts\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com\" data-anchor-comp-id=\"comp-jzb2fphd\" data-anchor=\"dataItem-jzb2fphz\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"u9k3ts\" target=\"_self\" href=\"https://www.drjasmeetbains.com/volunteer\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Instagram.com/drjasmeetbains\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Twitter.com/drjasmeetbains\" data-testid=\"linkElement\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" rel=\"noreferrer noopener\" target=\"_blank\" href=\"http://Facebook.com/drjasmeetbains\" data-testid=\"linkElement\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[9]" }, "excerpt": "<meta content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\" http-equiv=\"X-Wix-Application-Instance-Id\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[8]" }, "excerpt": "<meta content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\" http-equiv=\"X-Wix-Meta-Site-Id\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[3]" }, "excerpt": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[11]" }, "excerpt": "<meta content=\"bug\" http-equiv=\"etag\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[10]" }, "excerpt": "<meta content=\"170\" http-equiv=\"X-Wix-Published-Version\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Enter your email here*\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Enter your email here*\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-jzb7i8y7\" name=\"email\" type=\"email\">" } ] }, "endTime": 1687108393648 }, { "type": "launch", "which": "chromium", "startTime": 1687108393648, "endTime": 1687108394221 }, { "type": "url", "which": "https://www.drjasmeetbains.com/", "what": "Candidate Jasmeet Bains (D)", "startTime": 1687108394221, "result": { "url": "https://www.drjasmeetbains.com/" }, "endTime": 1687108394775 }, { "type": "test", "which": "nuVal", "startTime": 1687108394775, "url": "https://www.drjasmeetbains.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 185, "lastColumn": 2945, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2937 }, { "type": "error", "lastLine": 185, "lastColumn": 2945, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2937 }, { "type": "error", "lastLine": 190, "lastColumn": 2940, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2932 }, { "type": "error", "lastLine": 190, "lastColumn": 2940, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2932 }, { "type": "error", "lastLine": 195, "lastColumn": 3191, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-features&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3183 }, { "type": "error", "lastLine": 200, "lastColumn": 3186, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-features&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false&registryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3178 }, { "type": "error", "lastLine": 205, "lastColumn": 2483, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 2657, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 2830, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3000, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3163, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3296, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3428, "message": "CSS: Parse Error.", "extract": "nsition-group(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3453, "message": "CSS: Parse Error.", "extract": "ransition-new(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 205, "lastColumn": 3478, "message": "CSS: Parse Error.", "extract": "ransition-old(*){animation:non", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 218, "lastColumn": 67, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "extract": "-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "error", "lastLine": 220, "lastColumn": 65, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "extract": " \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 233, "lastColumn": 85, "firstColumn": 1, "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 234, "lastColumn": 96, "firstColumn": 1, "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "extract": "c841105\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 236, "lastColumn": 61, "firstColumn": 5, "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "extract": "ca\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 240, "lastColumn": 42, "firstColumn": 5, "message": "Bad value etag for attribute http-equiv on element meta.", "extract": "\">\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "error", "lastLine": 244, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 244, "lastColumn": 3998, "message": "CSS: --divider-pin-border__: The types are incompatible.", "extract": "or__) / -1 + 1));height:calc(v", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 244, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 246, "lastColumn": 5580, "firstColumn": 5571, "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "extract": "tion-name:page-group}.fcNE", "hiliteStart": 10, "hiliteLength": 10 }, { "type": "error", "lastLine": 246, "lastColumn": 6335, "firstColumn": 6318, "message": "CSS: vector-effect: Property vector-effect doesn't exist.", "extract": "or-effect:non-scaling-stroke}.R8rh", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "error", "lastLine": 248, "lastColumn": 6146, "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "extract": "tColor,#ff4040));display:flex;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 251, "lastColumn": 562, "message": "CSS: left: Parse Error.", "extract": "th,var(--brw,0));position:abso", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 251, "lastColumn": 625, "message": "CSS: top: Parse Error.", "extract": "th,var(--brw,0));width:100%}</", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 274, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "class=\"\">\n<script type=\"text/javascript\">\n v", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 293, "lastColumn": 70, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 295, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 320, "lastColumn": 53, "firstColumn": 27, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "ages-css\"><style id=\"css_masterPage\">#maste", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 320, "lastColumn": 984, "firstColumn": 976, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 1787, "firstColumn": 1779, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 1868, "firstColumn": 1860, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 1913, "firstColumn": 1905, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 2058, "firstColumn": 2050, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 2243, "firstColumn": 2235, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 4208, "firstColumn": 4200, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 4253, "firstColumn": 4245, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 4338, "firstColumn": 4330, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 4621, "firstColumn": 4613, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 5064, "firstColumn": 5056, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 5768, "firstColumn": 5760, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 5846, "firstColumn": 5838, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#CON", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 5890, "message": "CSS: --alpha: Parse Error.", "extract": "{--alpha - brd:1;--alpha - brd", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 320, "lastColumn": 5907, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - brdh:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 320, "lastColumn": 5923, "message": "CSS: --alpha: Parse Error.", "extract": ";--alpha - txt:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 320, "lastColumn": 5940, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - txth:1;--alpha -bgh:", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 320, "lastColumn": 5955, "message": "CSS: --alpha: Parse Error.", "extract": "1;--alpha -bgh:1;--alpha-bg:1;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 320, "lastColumn": 6045, "firstColumn": 6042, "message": "CSS: --boxShadowToggleOn: Parse Error.", "extract": "leOn -shd:none;--brd", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 320, "lastColumn": 6489, "firstColumn": 6481, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;visib", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 6510, "firstColumn": 6502, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;}[dat", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 6576, "firstColumn": 6568, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 320, "lastColumn": 6593, "firstColumn": 6585, "message": "CSS: height: Too many values or values are not recognized.", "extract": "ed;height:undefined;width", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 321, "lastColumn": 1909, "firstColumn": 1904, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 1049, "lastColumn": 22, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_c1dmp\">#c1dmp", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "error", "lastLine": 1531, "lastColumn": 56, "firstColumn": 26, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 1531, "lastColumn": 8470, "firstColumn": 8466, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "ton-icon\"><div><svg d", "hiliteStart": 10, "hiliteLength": 5 }, { "type": "error", "lastLine": 1536, "lastColumn": 604, "firstColumn": 600, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "ton-icon\"><div><svg d", "hiliteStart": 10, "hiliteLength": 5 }, { "type": "info", "lastLine": 1557, "lastColumn": 3906, "firstColumn": 3831, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1577, "lastColumn": 3048, "firstColumn": 2975, "message": "Element img is missing required attribute src.", "extract": "01fa.png\"><img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "error", "lastLine": 1577, "lastColumn": 3986, "firstColumn": 3914, "message": "Element img is missing required attribute src.", "extract": "5885.png\"><img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 73 }, { "type": "error", "lastLine": 1577, "lastColumn": 4928, "firstColumn": 4854, "message": "Element img is missing required attribute src.", "extract": "e12a.png\"><img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 75 }, { "type": "info", "lastLine": 1577, "lastColumn": 912, "firstColumn": 837, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1585, "lastColumn": 3083, "firstColumn": 3010, "message": "Element img is missing required attribute src.", "extract": "01fa.png\"><img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "error", "lastLine": 1585, "lastColumn": 4016, "firstColumn": 3944, "message": "Element img is missing required attribute src.", "extract": "5885.png\"><img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 73 }, { "type": "error", "lastLine": 1585, "lastColumn": 4953, "firstColumn": 4879, "message": "Element img is missing required attribute src.", "extract": "e12a.png\"><img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-", "hiliteStart": 10, "hiliteLength": 75 }, { "type": "info", "lastLine": 1577, "lastColumn": 9015, "firstColumn": 8940, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1653, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 1655, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 6, "lastColumn": 96, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "utf-8'>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" />\n <me", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 8, "lastColumn": 60, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=edge\">\n <meta name=\"generator\" content=\"Wix.com Website Builder\"/>\n\n <l", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 11, "lastColumn": 106, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "o.ico\">\n <link rel=\"shortcut icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/>\n <li", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 12, "lastColumn": 109, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "icon\"/>\n <link rel=\"apple-touch-icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/>\n <!-", "hiliteStart": 10, "hiliteLength": 107 }, { "type": "error", "lastLine": 187, "lastColumn": 2841, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2833 }, { "type": "error", "lastLine": 187, "lastColumn": 2841, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2833 }, { "type": "error", "lastLine": 187, "lastColumn": 2848, "firstColumn": 2842, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 192, "lastColumn": 2836, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2828 }, { "type": "error", "lastLine": 192, "lastColumn": 2836, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&dfCk=6&dfVersion=1.2428.0&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-platform&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2828 }, { "type": "error", "lastLine": 192, "lastColumn": 2843, "firstColumn": 2837, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 197, "lastColumn": 3063, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-features&originalLanguage=en&pageId=e3a503_cce2e616da6ae2f385c6fc9e03f80060_170.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 3055 }, { "type": "error", "lastLine": 197, "lastColumn": 3070, "firstColumn": 3064, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 202, "lastColumn": 3058, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_transformations_style%3Atrue%2Cspecs.thunderbolt.edixIsInFirstFold%3Atrue%2Cspecs.thunderbolt.catharsis_theme%3Atrue%2Cspecs.thunderbolt.DatePickerPortal%3Atrue%2Cspecs.thunderbolt.ooi_css_vars%3Atrue%2Cspecs.thunderbolt.shapeDividersDropShadowFix%3Atrue%2Cspecs.thunderbolt.ExpandableMenuFixDirection%3Atrue%2Cspecs.thunderbolt.PayPalApiv2%3Atrue%2Cspecs.thunderbolt.comps_to_hide_effectsis%3Atrue%2Cspecs.thunderbolt.new_responsive_layout_render_all_breakpoints%3Atrue%2Cspecs.thunderbolt.DDMenuMigrateCssCarmiMapper%3Atrue%2Cspecs.thunderbolt.responsiveShapeDividersPublic%3Atrue%2Cspecs.thunderbolt.fontAntiAliased%3Atrue%2Cspecs.thunderbolt.compsMeasuresCss_catharsis%3Atrue%2Cspecs.thunderbolt.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.PayPalButton.apiv2%3Atrue%2Cspecs.thunderbolt.useMergedCssSelectors%3Atrue%2Cspecs.thunderbolt.displayRefComponentsAsBlock%3Atrue%2Cspecs.thunderbolt.native_css_mappers%3Atrue%2Cspecs.thunderbolt.pinned_layout_css_catharsis%3Atrue%2Cspecs.thunderbolt.OOICssForWidgetsWithAppSettings%3Atrue%2Cspecs.thunderbolt.catharsis_transitions_style%3Atrue&contentType=application%2Fjson&deviceType=Desktop&dfCk=6&dfVersion=1.2428.0&disableStaticPagesUrlHierarchy=false&experiments=bv_remove_add_chat_viewer_fixer%2Cdm_linkTargetDefaults%2Cdm_migrateToTextTheme&externalBaseUrl=https%3A%2F%2Fwww.drjasmeetbains.com&fileId=3b0fc6f0.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&languageResolutionMethod=QueryParam&metaSiteId=57b5f9b0-7ef0-45a1-8f58-c0182c841105&module=thunderbolt-features&originalLanguage=en&pageId=e3a503_6253368882456c45feba31ff89cfab46_170.json&quickActionsMenuEnabled=false®istryLibrariesTopology=%5B%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22wixui%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%2C%7B%22artifactId%22%3A%22editor-elements%22%2C%22namespace%22%3A%22dsgnsys%22%2C%22url%22%3A%22https%3A%2F%2Fstatic.parastorage.com%2Fservices%2Feditor-elements%2F1.10889.0%22%7D%5D&remoteWidgetStructureBuilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&staticHTMLComponentUrl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 3050 }, { "type": "error", "lastLine": 202, "lastColumn": 3065, "firstColumn": 3059, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 207, "lastColumn": 2483, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 2657, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 2830, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3000, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3163, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3296, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3428, "message": "CSS: Parse Error.", "extract": "nsition-group(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3453, "message": "CSS: Parse Error.", "extract": "ransition-new(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 207, "lastColumn": 3478, "message": "CSS: Parse Error.", "extract": "ransition-old(*){animation:non", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 220, "lastColumn": 67, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "extract": "-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "error", "lastLine": 222, "lastColumn": 65, "firstColumn": 7, "message": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "extract": " \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 235, "lastColumn": 85, "firstColumn": 1, "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 236, "lastColumn": 96, "firstColumn": 1, "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "extract": "c841105\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 238, "lastColumn": 62, "firstColumn": 5, "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "extract": "ca\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 238, "lastColumn": 62, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ca\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "error", "lastLine": 242, "lastColumn": 43, "firstColumn": 5, "message": "Bad value etag for attribute http-equiv on element meta.", "extract": "/>\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "info", "lastLine": 242, "lastColumn": 43, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/>\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "error", "lastLine": 246, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 246, "lastColumn": 3998, "message": "CSS: --divider-pin-border__: The types are incompatible.", "extract": "or__) / -1 + 1));height:calc(v", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 246, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 248, "lastColumn": 5580, "firstColumn": 5571, "message": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "extract": "tion-name:page-group}.fcNE", "hiliteStart": 10, "hiliteLength": 10 }, { "type": "error", "lastLine": 248, "lastColumn": 6335, "firstColumn": 6318, "message": "CSS: vector-effect: Property vector-effect doesn't exist.", "extract": "or-effect:non-scaling-stroke}.R8rh", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "error", "lastLine": 250, "lastColumn": 6146, "message": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "extract": "tColor,#ff4040));display:flex;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 253, "lastColumn": 562, "message": "CSS: left: Parse Error.", "extract": "th,var(--brw,0));position:abso", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 253, "lastColumn": 625, "message": "CSS: top: Parse Error.", "extract": "th,var(--brw,0));width:100%}</", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 258, "lastColumn": 116, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/title>\n <meta name=\"description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/>\n <li", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "info", "lastLine": 259, "lastColumn": 63, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "bly.\"/>\n <link rel=\"canonical\" href=\"https://www.drjasmeetbains.com\"/>\n <me", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 260, "lastColumn": 87, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com\"/>\n <meta property=\"og:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 261, "lastColumn": 123, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\"/>\n <meta property=\"og:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/>\n <me", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "info", "lastLine": 262, "lastColumn": 68, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "bly.\"/>\n <meta property=\"og:url\" content=\"https://www.drjasmeetbains.com\"/>\n <me", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "info", "lastLine": 263, "lastColumn": 61, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com\"/>\n <meta property=\"og:site_name\" content=\"Dr. Jasmeet Bains\"/>\n <me", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 264, "lastColumn": 46, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ains\"/>\n <meta property=\"og:type\" content=\"website\"/>\n <me", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 265, "lastColumn": 60, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\"/>\n <meta name=\"fb_admins_meta_tag\" content=\"drjasmeetbains\"/>\n <me", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 266, "lastColumn": 95, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ains\"/>\n <meta name=\"google-site-verification\" content=\"qndcpzS1Vt32HllKAWVZ-1vwLViQoryGRswh-ZCYScs\"/>\n <me", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 267, "lastColumn": 55, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "YScs\"/>\n <meta property=\"fb:admins\" content=\"drjasmeetbains\"/>\n <li", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 268, "lastColumn": 136, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ains\"/>\n <link rel=\"alternate\" href=\"https://www.drjasmeetbains.com/blog-feed.xml\" type=\"application/rss+xml\" title=\"Dr. Jasmeet Bains - RSS\"/>\n <me", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "info", "lastLine": 269, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " RSS\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 270, "lastColumn": 88, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mage\"/>\n <meta name=\"twitter:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 271, "lastColumn": 124, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\"/>\n <meta name=\"twitter:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "info", "lastLine": 276, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "lass='' >\n<script type=\"text/javascript\">\n v", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 295, "lastColumn": 70, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 297, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 322, "lastColumn": 53, "firstColumn": 27, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "ages-css\"><style id=\"css_masterPage\">#maste", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 322, "lastColumn": 984, "firstColumn": 976, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 1787, "firstColumn": 1779, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 1868, "firstColumn": 1860, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 1913, "firstColumn": 1905, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 2058, "firstColumn": 2050, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 2243, "firstColumn": 2235, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 4208, "firstColumn": 4200, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 4253, "firstColumn": 4245, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 4338, "firstColumn": 4330, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 4621, "firstColumn": 4613, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#com", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 5064, "firstColumn": 5056, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 5768, "firstColumn": 5760, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#SIT", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 5846, "firstColumn": 5838, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;}#CON", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 5890, "message": "CSS: --alpha: Parse Error.", "extract": "{--alpha - brd:1;--alpha - brd", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 322, "lastColumn": 5907, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - brdh:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 322, "lastColumn": 5923, "message": "CSS: --alpha: Parse Error.", "extract": ";--alpha - txt:1;--alpha - txt", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 322, "lastColumn": 5940, "message": "CSS: --alpha: Parse Error.", "extract": "--alpha - txth:1;--alpha -bgh:", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 322, "lastColumn": 5955, "message": "CSS: --alpha: Parse Error.", "extract": "1;--alpha -bgh:1;--alpha-bg:1;", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 322, "lastColumn": 6045, "firstColumn": 6042, "message": "CSS: --boxShadowToggleOn: Parse Error.", "extract": "leOn -shd:none;--brd", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 322, "lastColumn": 6489, "firstColumn": 6481, "message": "CSS: height: Too many values or values are not recognized.", "extract": "px;height:undefined;visib", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 6510, "firstColumn": 6502, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;}[dat", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 6576, "firstColumn": 6568, "message": "CSS: visibility: undefined is not a visibility value.", "extract": "isibility:undefined;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 322, "lastColumn": 6593, "firstColumn": 6585, "message": "CSS: height: Too many values or values are not recognized.", "extract": "ed;height:undefined;width", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "error", "lastLine": 323, "lastColumn": 1909, "firstColumn": 1904, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 1051, "lastColumn": 22, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_c1dmp\">#c1dmp", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "error", "lastLine": 1533, "lastColumn": 56, "firstColumn": 26, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 1533, "lastColumn": 2886, "firstColumn": 2180, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 1x, https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 707 }, { "type": "error", "lastLine": 1533, "lastColumn": 7225, "firstColumn": 7221, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "ton-icon\"><div><svg d", "hiliteStart": 10, "hiliteLength": 5 }, { "type": "error", "lastLine": 1538, "lastColumn": 604, "firstColumn": 600, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": "ton-icon\"><div><svg d", "hiliteStart": 10, "hiliteLength": 5 }, { "type": "info", "lastLine": 1543, "lastColumn": 2164, "firstColumn": 1845, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_147,h_59,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\" alt=\"Jasmeet_Bains_header_retouched.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 320 }, { "type": "error", "lastLine": 1543, "lastColumn": 4850, "firstColumn": 4830, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "info", "lastLine": 1543, "lastColumn": 4850, "firstColumn": 4830, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "error", "lastLine": 1543, "lastColumn": 5559, "firstColumn": 5540, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-", "hiliteStart": 10, "hiliteLength": 20 }, { "type": "info", "lastLine": 1543, "lastColumn": 5559, "firstColumn": 5540, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-", "hiliteStart": 10, "hiliteLength": 20 }, { "type": "error", "lastLine": 1543, "lastColumn": 6274, "firstColumn": 6253, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 1543, "lastColumn": 6274, "firstColumn": 6253, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "error", "lastLine": 1543, "lastColumn": 6988, "firstColumn": 6970, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Flickr\"/></wow-", "hiliteStart": 10, "hiliteLength": 19 }, { "type": "info", "lastLine": 1543, "lastColumn": 6988, "firstColumn": 6970, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Flickr\"/></wow-", "hiliteStart": 10, "hiliteLength": 19 }, { "type": "info", "lastLine": 1547, "lastColumn": 1367, "firstColumn": 734, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 1x, https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 634 }, { "type": "info", "lastLine": 1553, "lastColumn": 1419, "firstColumn": 788, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 1x, https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 632 }, { "type": "info", "lastLine": 1557, "lastColumn": 1406, "firstColumn": 785, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1x, https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 622 }, { "type": "info", "lastLine": 1559, "lastColumn": 2095, "firstColumn": 1827, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\" alt=\"Bains ICON.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 269 }, { "type": "info", "lastLine": 1559, "lastColumn": 5253, "firstColumn": 4941, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_147,h_83,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\" alt=\"shutterstock_2024020883.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 313 }, { "type": "info", "lastLine": 1559, "lastColumn": 3734, "firstColumn": 3659, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1579, "lastColumn": 2819, "firstColumn": 2799, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "info", "lastLine": 1579, "lastColumn": 2819, "firstColumn": 2799, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "error", "lastLine": 1579, "lastColumn": 3528, "firstColumn": 3509, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-", "hiliteStart": 10, "hiliteLength": 20 }, { "type": "info", "lastLine": 1579, "lastColumn": 3528, "firstColumn": 3509, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-", "hiliteStart": 10, "hiliteLength": 20 }, { "type": "error", "lastLine": 1579, "lastColumn": 4241, "firstColumn": 4220, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 1579, "lastColumn": 4241, "firstColumn": 4220, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 1579, "lastColumn": 912, "firstColumn": 837, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 1579, "lastColumn": 7676, "firstColumn": 7397, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Enter your email here*\"/></div>", "hiliteStart": 10, "hiliteLength": 280 }, { "type": "info", "lastLine": 1587, "lastColumn": 1852, "firstColumn": 1545, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\" alt=\"Bains for Assembly Logo REV.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 308 }, { "type": "error", "lastLine": 1587, "lastColumn": 2657, "firstColumn": 2637, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "info", "lastLine": 1587, "lastColumn": 2657, "firstColumn": 2637, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Facebook\"/></wow-", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "error", "lastLine": 1587, "lastColumn": 3361, "firstColumn": 3342, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-", "hiliteStart": 10, "hiliteLength": 20 }, { "type": "info", "lastLine": 1587, "lastColumn": 3361, "firstColumn": 3342, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Twitter\"/></wow-", "hiliteStart": 10, "hiliteLength": 20 }, { "type": "error", "lastLine": 1587, "lastColumn": 4069, "firstColumn": 4048, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 1587, "lastColumn": 4069, "firstColumn": 4048, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Instagram\"/></wow-", "hiliteStart": 10, "hiliteLength": 22 }, { "type": "info", "lastLine": 1579, "lastColumn": 8329, "firstColumn": 8254, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 1655, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 1657, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "success": true }, "standardResult": { "totals": [ 8, 0, 144, 0 ], "instances": [ { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_masterPage", "location": { "doc": "dom", "type": "line", "spec": "185" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... =1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_masterPage", "location": { "doc": "dom", "type": "line", "spec": "185" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... =1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rsion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rsion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_masterPage", "location": { "doc": "dom", "type": "line", "spec": "195" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... %3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "200" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"> " }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-old(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "-new(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "nsition-group(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "ransition-new(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "205" }, "excerpt": "ransition-old(*){animation:non" }, { "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head start", "location": { "doc": "dom", "type": "line", "spec": "218" }, "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head end", "location": { "doc": "dom", "type": "line", "spec": "220" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "233" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\"> <meta" }, { "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "234" }, "excerpt": "c841105\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\"> " }, { "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "236" }, "excerpt": "ca\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"> " }, { "ruleID": "Bad value etag for attribute http-equiv on element meta.", "what": "Bad value etag for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "240" }, "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "244" }, "excerpt": "-factor__) + 1));--divider-pin" }, { "ruleID": "CSS: --divider-pin-border__: The types are incompatible.", "what": "CSS: --divider-pin-border__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "244" }, "excerpt": "or__) / -1 + 1));height:calc(v" }, { "ruleID": "CSS: opacity: Parse Error.", "what": "CSS: opacity: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "244" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "246" }, "excerpt": "tion-name:page-group}.fcNE" }, { "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.", "what": "CSS: vector-effect: Property vector-effect doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "246" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "248" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "CSS: left: Parse Error.", "what": "CSS: left: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "251" }, "excerpt": "th,var(--brw,0));position:abso" }, { "ruleID": "CSS: top: Parse Error.", "what": "CSS: top: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "251" }, "excerpt": "th,var(--brw,0));width:100%}</" }, { "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": "274" }, "excerpt": "class=\"\"> <script type=\"text/javascript\"> v" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart start", "location": { "doc": "dom", "type": "line", "spec": "293" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart end", "location": { "doc": "dom", "type": "line", "spec": "295" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_masterPage", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;}#CON" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "{--alpha - brd:1;--alpha - brd" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "--alpha - brdh:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": ";--alpha - txt:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "--alpha - txth:1;--alpha -bgh:" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "1;--alpha -bgh:1;--alpha-bg:1;" }, { "ruleID": "CSS: --boxShadowToggleOn: Parse Error.", "what": "CSS: --boxShadowToggleOn: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "leOn -shd:none;--brd" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "px;height:undefined;visib" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "isibility:undefined;}[dat" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "isibility:undefined;heigh" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "320" }, "excerpt": "ed;height:undefined;width" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "321" }, "excerpt": "io:0.1cqw}.font_0{font" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_c1dmp", "location": { "doc": "dom", "type": "line", "spec": "1049" }, "excerpt": " </style> <style id=\"css_c1dmp\">#c1dmp" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "STYLE_OVERRIDES_ID", "location": { "doc": "dom", "type": "line", "spec": "1531" }, "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1531" }, "excerpt": "ton-icon\"><div><svg d" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1536" }, "excerpt": "ton-icon\"><div><svg d" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kwcg7b15", "location": { "doc": "dom", "type": "line", "spec": "1557" }, "excerpt": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1577" }, "excerpt": "01fa.png\"><img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1577" }, "excerpt": "5885.png\"><img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1577" }, "excerpt": "e12a.png\"><img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\"></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-jr5zrfuj", "location": { "doc": "dom", "type": "line", "spec": "1577" }, "excerpt": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1585" }, "excerpt": "01fa.png\"><img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1585" }, "excerpt": "5885.png\"><img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1585" }, "excerpt": "e12a.png\"><img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\"></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-jqxhxqkc", "location": { "doc": "dom", "type": "line", "spec": "1577" }, "excerpt": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd start", "location": { "doc": "dom", "type": "line", "spec": "1653" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd end", "location": { "doc": "dom", "type": "line", "spec": "1655" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></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": "wixDesktopViewport", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": "utf-8'> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" /> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": "=edge\"> <meta name=\"generator\" content=\"Wix.com Website Builder\"/> <l" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "o.ico\"> <link rel=\"shortcut icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/> <li" }, { "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": "12" }, "excerpt": "icon\"/> <link rel=\"apple-touch-icon\" href=\"https://static.parastorage.com/client/pfavico.ico\" type=\"image/x-icon\"/> <!-" }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_masterPage", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... Version=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link" }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_masterPage", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... Version=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_c1dmp", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... ilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link" }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_c1dmp", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... ilderVersion=1.238.0&siteId=660f1ce5-2ea3-4b9f-8e15-512b61087bca&siteRevision=170&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_masterPage", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... tps%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "features_c1dmp", "location": { "doc": "source", "type": "line", "spec": "202" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214bcded7-0066-7c35-14d7-466cb3f09103%22%3A%22222%22%2C%2214271d6f-ba62-d045-549b-ab972ae1f70 ... rl=https%3A%2F%2Fwww-drjasmeetbains-com.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link" }, { "ruleID": "Stray end tag link.", "what": "Stray end tag link.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "202" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-old(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "-new(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "nsition-group(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "ransition-new(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "207" }, "excerpt": "ransition-old(*){animation:non" }, { "ruleID": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head start", "location": { "doc": "source", "type": "line", "spec": "220" }, "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head end", "location": { "doc": "source", "type": "line", "spec": "222" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "235" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"57b5f9b0-7ef0-45a1-8f58-c0182c841105\"> <meta" }, { "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "236" }, "excerpt": "c841105\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"660f1ce5-2ea3-4b9f-8e15-512b61087bca\"> " }, { "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "238" }, "excerpt": "ca\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/> " }, { "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": "238" }, "excerpt": "ca\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"170\"/> " }, { "ruleID": "Bad value etag for attribute http-equiv on element meta.", "what": "Bad value etag for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "242" }, "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--" }, { "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": "242" }, "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "246" }, "excerpt": "-factor__) + 1));--divider-pin" }, { "ruleID": "CSS: --divider-pin-border__: The types are incompatible.", "what": "CSS: --divider-pin-border__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "246" }, "excerpt": "or__) / -1 + 1));height:calc(v" }, { "ruleID": "CSS: opacity: Parse Error.", "what": "CSS: opacity: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "246" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "what": "CSS: view-transition-name: Property view-transition-name doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "248" }, "excerpt": "tion-name:page-group}.fcNE" }, { "ruleID": "CSS: vector-effect: Property vector-effect doesn't exist.", "what": "CSS: vector-effect: Property vector-effect doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "248" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "what": "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "250" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "CSS: left: Parse Error.", "what": "CSS: left: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "253" }, "excerpt": "th,var(--brw,0));position:abso" }, { "ruleID": "CSS: top: Parse Error.", "what": "CSS: top: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "253" }, "excerpt": "th,var(--brw,0));width:100%}</" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "258" }, "excerpt": "/title> <meta name=\"description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/> <li" }, { "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": "259" }, "excerpt": "bly.\"/> <link rel=\"canonical\" href=\"https://www.drjasmeetbains.com\"/> <me" }, { "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": "260" }, "excerpt": ".com\"/> <meta property=\"og:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/> <me" }, { "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": "261" }, "excerpt": "mbly\"/> <meta property=\"og:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/> <me" }, { "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": "262" }, "excerpt": "bly.\"/> <meta property=\"og:url\" content=\"https://www.drjasmeetbains.com\"/> <me" }, { "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": "263" }, "excerpt": ".com\"/> <meta property=\"og:site_name\" content=\"Dr. Jasmeet Bains\"/> <me" }, { "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": "264" }, "excerpt": "ains\"/> <meta property=\"og:type\" content=\"website\"/> <me" }, { "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": "265" }, "excerpt": "site\"/> <meta name=\"fb_admins_meta_tag\" content=\"drjasmeetbains\"/> <me" }, { "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": "266" }, "excerpt": "ains\"/> <meta name=\"google-site-verification\" content=\"qndcpzS1Vt32HllKAWVZ-1vwLViQoryGRswh-ZCYScs\"/> <me" }, { "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": "267" }, "excerpt": "YScs\"/> <meta property=\"fb:admins\" content=\"drjasmeetbains\"/> <li" }, { "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": "268" }, "excerpt": "ains\"/> <link rel=\"alternate\" href=\"https://www.drjasmeetbains.com/blog-feed.xml\" type=\"application/rss+xml\" title=\"Dr. Jasmeet Bains - RSS\"/> <me" }, { "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": "269" }, "excerpt": " RSS\"/> <meta name=\"twitter:card\" content=\"summary_large_image\"/> <me" }, { "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": "270" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Dr. Jasmeet Bains for California State Assembly\"/> <me" }, { "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": "271" }, "excerpt": "mbly\"/> <meta name=\"twitter:description\" content=\"Dr. Jasmeet Bains is a family doctor and Democrat running for State Assembly.\"/> </h" }, { "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": "276" }, "excerpt": "lass='' > <script type=\"text/javascript\"> v" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart start", "location": { "doc": "source", "type": "line", "spec": "295" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart end", "location": { "doc": "source", "type": "line", "spec": "297" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_masterPage", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#com" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#SIT" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;}#CON" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "{--alpha - brd:1;--alpha - brd" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "--alpha - brdh:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": ";--alpha - txt:1;--alpha - txt" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "--alpha - txth:1;--alpha -bgh:" }, { "ruleID": "CSS: --alpha: Parse Error.", "what": "CSS: --alpha: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "1;--alpha -bgh:1;--alpha-bg:1;" }, { "ruleID": "CSS: --boxShadowToggleOn: Parse Error.", "what": "CSS: --boxShadowToggleOn: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "leOn -shd:none;--brd" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "px;height:undefined;visib" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "isibility:undefined;}[dat" }, { "ruleID": "CSS: visibility: undefined is not a visibility value.", "what": "CSS: visibility: undefined is not a visibility value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "isibility:undefined;heigh" }, { "ruleID": "CSS: height: Too many values or values are not recognized.", "what": "CSS: height: Too many values or values are not recognized.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "322" }, "excerpt": "ed;height:undefined;width" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "323" }, "excerpt": "io:0.1cqw}.font_0{font" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_c1dmp", "location": { "doc": "source", "type": "line", "spec": "1051" }, "excerpt": " </style> <style id=\"css_c1dmp\">#c1dmp" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "STYLE_OVERRIDES_ID", "location": { "doc": "source", "type": "line", "spec": "1533" }, "excerpt": "ONTAINER\"><style id=\"STYLE_OVERRIDES_ID\">#comp-" }, { "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": "1533" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20H ... tic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\" fetchpriority=\"high\"/></wow-" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "1533" }, "excerpt": "ton-icon\"><div><svg d" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "1538" }, "excerpt": "ton-icon\"><div><svg d" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1543" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_147,h_59,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\" alt=\"Jasmeet_Bains_header_retouched.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "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": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-" }, { "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": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "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": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Flickr\"/></wow-" }, { "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": "1543" }, "excerpt": "x, 100%)\"><img alt=\"Flickr\"/></wow-" }, { "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": "1547" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunt ... tps://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\" fetchpriority=\"high\"/></wow-" }, { "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": "1553" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay i ... tps://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\" fetchpriority=\"high\"/></wow-" }, { "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": "1557" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate ic ... https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\" fetchpriority=\"high\"/></wow-" }, { "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": "1559" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\" alt=\"Bains ICON.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "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": "1559" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_147,h_83,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\" alt=\"shutterstock_2024020883.jpg\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-kwcg7b15", "location": { "doc": "source", "type": "line", "spec": "1559" }, "excerpt": "</section><section id=\"comp-kwcg7b15\" class=\"comp-kwcg7b15 CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1579" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "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": "1579" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1579" }, "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-" }, { "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": "1579" }, "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1579" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "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": "1579" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-jr5zrfuj", "location": { "doc": "source", "type": "line", "spec": "1579" }, "excerpt": "</section><section id=\"comp-jr5zrfuj\" class=\"comp-jr5zrfuj CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "location": { "doc": "source", "type": "line", "spec": "1579" }, "excerpt": "=\"pUnTVX\"><input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxLength=\"250\" aria-label=\"Enter your email here*\"/></div>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1587" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\" alt=\"Bains for Assembly Logo REV.png\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1587" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "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": "1587" }, "excerpt": "x, 100%)\"><img alt=\"Facebook\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1587" }, "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-" }, { "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": "1587" }, "excerpt": "x, 100%)\"><img alt=\"Twitter\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1587" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "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": "1587" }, "excerpt": "x, 100%)\"><img alt=\"Instagram\"/></wow-" }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "comp-jqxhxqkc", "location": { "doc": "source", "type": "line", "spec": "1579" }, "excerpt": "</section><section id=\"comp-jqxhxqkc\" class=\"comp-jqxhxqkc CohWsy wixui-column-strip\"><div i" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd start", "location": { "doc": "source", "type": "line", "spec": "1655" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd end", "location": { "doc": "source", "type": "line", "spec": "1657" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri" } ] }, "endTime": 1687108398084 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687108398085, "url": "https://www.drjasmeetbains.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:13:19", "hash": "ee6c89d5fb416e43ac4e1eab23db2a1b947a2a14be5c6113921a84ae998143e46bd4cd594fc8a5fefae906874ef264f7141165ec8c20d33de685a66077418975", "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": 35, "warning": 9, "failed": 14, "inapplicable": 67 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 17, "warning": 8, "failed": 5, "inapplicable": 37 }, "assertions": { "QW-ACT-R4": { "name": "Meta-refresh no delay", "code": "QW-ACT-R4", "mapping": "bc659a", "description": "This rule checks that the meta element is not used for delayed redirecting or refreshing.", "metadata": { "target": { "element": "meta" }, "success-criteria": [ { "name": "2.2.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/timing-adjustable.html", "url_tr": "https://www.w3.org/TR/WCAG21/#timing-adjustable" }, { "name": "2.2.4", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions", "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions" }, { "name": "3.2.5", "level": "AAA", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request", "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request" } ], "related": [ "G110", "H76" ], "url": "https://act-rules.github.io/rules/bc659a", "type": [ "ACTRule", "TestCase" ], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target refreshes after 170 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 170 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">", "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)" } ], "attributes": [] } ] }, "QW-ACT-R71": { "name": "`meta` element has no refresh delay (no exception)", "code": "QW-ACT-R71", "mapping": "bisz58", "description": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.", "metadata": { "target": { "element": "meta" }, "success-criteria": [ { "name": "2.2.4", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions", "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions" }, { "name": "3.2.5", "level": "AAA", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request", "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request" } ], "related": [ "G110", "H76" ], "url": "https://act-rules.github.io/rules/bisz58", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target refreshes after 170 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 170 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">", "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)" } ], "attributes": [] } ] }, "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W2", "elements": [ { "htmlCode": "<html lang=\"en\"><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": 18, "warning": 0, "failed": 9, "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 data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">\n \n \n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">\n \n \n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">\n \n \n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)", "accessibleName": "" } ], "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": 32, "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": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">About</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">Media</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > 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 data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > 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 data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">DONATE\n \n \n \n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">SUBSCRIBE\n \n \n \n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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 data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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 data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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 data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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 data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\">\n \n \n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\">\n \n \n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > 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 data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\">\n \n \n \n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > 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 data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">SUBSCRIBE</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > span: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 href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">About Jasmeet</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p: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://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p: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 data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">info@drjasmeetbains.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" } ], "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": 7, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 7, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body>(function () {\n var noop = function noop() {};\n if (\"performance\" in window === false) {\n window.performance = {};\n }\n window.performance.mark = performance.mark || noop;\n window.performance.measure = performance.measure || noop;\n if (\"now\" in window.performance === false) {\n var nowOffset = Date.now();\n if (performance.timing && performance.timing.navigationStart) {\n nowOffset = performance.timing.navigationStart;\n }\n window.performance.now = function now() {\n return Date.now() - nowOffset;\n };\n }\n })();\n \n\n \n \n (function () {\n var now = Date.now()\n window.initialTime …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 24, "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": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span: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 style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span: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=\"color_11 wixui-rich-text__text\">BAINS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span: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=\"color_11 wixui-rich-text__text\">VOLUNTEER</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span: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 style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span: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 style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span: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 style=\"letter-spacing:0em;\" class=\"wixui-rich-text__text\">STAY IN TOUCH</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span: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 style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">Sign up for the latest news from the campaign.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p: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 style=\"letter-spacing:0em;\" class=\"wixui-rich-text__text\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span: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 style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span: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 style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span: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 style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span: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 style=\"font-size:20px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span: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 style=\"font-size:16px;\" class=\"wixui-rich-text__text\">ON THE FRONTLINES</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span: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 style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">When the pandemic hit, Dr. Bains was on the frontlines, establishing field hospital sites to treat COVID patients. There she was shocked to see the U.S. healthcare system fail to provide basic medical necessities, spurring her mission to improve access to quality healthcare. She also has been a leader in researching and treating Valley Fever and serves as Board President of Kern Regional Center, which provides services for individuals with intellectual and developmental disabilities. Dr. Bains has spearheaded landmark mental health and addiction treatment programs so that everyone gets the care they deserve. </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">CHAMPION FOR CHILDREN</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span: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 style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">Dr. Bains serves as a volunteer with Global Family, an organization dedicated to combating ​human trafficking and child abuse, on the San Joaquin Valley Air District’s Environmental Justice Advisory group, working to improve our Valley’s air and water quality and on the Taft College Foundation, fighting to expand access to higher education. Dr. Bains also mentors Valley youth through a pipeline program she helped develop to support those interested in a healthcare career. She wants to ensure we build a post-pandemic world where our children are safe, healthy and have opportunities to succeed.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > 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-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">UPLIFTING COMMUNITIES</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span: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 style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">The daughter of immigrant parents from India, Dr. Bains grew up in in the Valley. She watched her father build a business, starting as an auto mechanic and ultimately owning successful car dealerships. After college, Jasmeet worked with her father before pursuing her career in medicine. Dr. Bains is deeply committed to supporting our local Valley businesses so they can thrive while creating good paying jobs that provide a living wage, retirement security and healthcare coverage, which Jasmeet believes is key to enhancing public health in the Valley.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > 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-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">DEEP VALLEY ROOTS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10) > span: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 style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">After graduating from medical school, Jasmeet returned home and completed her residency at Clinica Sierra Vista in Kern County, choosing to work in underserved healthcare settings to increase access to healthcare. Today, she serves as Medical Director at Bakersfield Recovery Services overseeing substance abuse, addiction, and mental health rehabilitation. She was appointed by then Governor Brown to the California Healthcare Workforce Policy Commission and was awarded the 2019 Hero of Family Medicine by the California Academy of Family Physicians, and the 2021 Beautiful Bakersfield Award from the Greater Bakersfield Chamber of Commerc …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(11) > 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=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 0, "failed": 8, "inapplicable": 21 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body class=\"\">\n\n var bodyCacheable = true;\n \n var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498}\n\n\n\n\n\n \n window.clientSideRender = false;\n window.bi.wixBiSession.isServerSide = 1;\n \n \n\n\n\n \n \n \n \n \n\n\n\n\n\n if (window.ResizeObserver &&\n (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n new ResizeObserver(function (entries, observer) {\n entries.some(function (entry) {\n var contentRect = entry.contentRect;\n if ( …", "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 is not a link." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page is not a link.", "resultCode": "F4", "elements": [ { "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)" } ], "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": 8, "warning": 0, "failed": 6, "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 data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 6, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "A list item is not contained in a correct list element." }, "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 class=\"DN7syf\" id=\"comp-jqxh4sclitemsContainer\" style=\"text-align:right\" data-marginallchildren=\"true\"><li id=\"comp-jqxh4scl0\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataItem-kx9jk106\" data-state=\"menu false header\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"10\" aria-hidden=\"false\" style=\"width: 70px; height: 35px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > 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 aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Meet Jasmeet</a></li><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/general-4\" target=\"_self\" class=\"\" tabindex=\"-1\" _selec …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Photos and Video</a></li></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-jqxh4sclmoreContainer\"></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > 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=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-kwdst1x81-comp-kwdst1wa\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > 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=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jrexzk781-comp-jrexzk6a\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jqxjocm2-comp-jqxjncei\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0j …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T19": { "name": "Providing submit buttons", "code": "QW-WCAG-T19", "mapping": "H32", "description": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.", "metadata": { "target": { "element": "form" }, "success-criteria": [ { "name": "3.2.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/on-input" } ], "related": [ "G80", "H36", "H84" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H32", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit']." }, "results": [ { "verdict": "failed", "description": "Form tag doesn't contain any of the following elements input[type~='submit image'], button[type='submit'].", "resultCode": "F1", "elements": [ { "htmlCode": "<form id=\"comp-jzb7i7ne\" class=\"JVi7i2 comp-jzb7i7ne wixui-form\">SUBSCRIBEThanks for submitting!</form>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 10, "failed": 8, "inapplicable": 0, "outcome": "failed", "description": "Text alternative is not actually a text alternative for the non-text content." }, "results": [ { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" alt=\"Bains for Assembly Logo Blue Horz.png\" style=\"width:397px;height:62px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 1x, https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\" fetchpriority=\" …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1366,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\" alt=\"Jasmeet_Bains_header_retouched.jpg\" style=\"width: 1366px; height: 842px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Facebook\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Twitter\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Instagram\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391d7d37fce12a.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/81af6121f84c41a5b4391d7d37fce12a.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Flickr\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/10f375d9ba7f49d99fb90368342dc54e.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/10f375d9ba7f49d99fb90368342dc54e.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand white.png\" style=\"width:60px;height:77px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 1x, https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch icon.png\" style=\"width:69px;height:67px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 1x, https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.png\" style=\"width:55px;height:90px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 1x, https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\" alt=\"Bains ICON.png\" style=\"width: 144px; height: 81px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1366,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\" alt=\"shutterstock_2024020883.jpg\" style=\"width: 1366px; height: 1034px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-bg-media:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\" alt=\"Bains for Assembly Logo REV.png\" style=\"width: 226px; height: 112px; object-fit: cover; object-position: 50% 50%;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 0, "warning": 0, "failed": 61, "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": "<body class=\"\">\n\n var bodyCacheable = true;\n \n var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498}\n\n\n\n\n\n \n window.clientSideRender = false;\n window.bi.wixBiSession.isServerSide = 1;\n \n \n\n\n\n \n \n \n \n \n\n\n\n\n\n if (window.ResizeObserver &&\n (!window.PerformanceObserver || !PerformanceObserver.supportedEntryTypes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) {\n new ResizeObserver(function (entries, observer) {\n entries.some(function (entry) {\n var contentRect = entry.contentRect;\n if ( …", "pointer": "html > body:nth-child(2)" } ], "attributes": [ "10px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "12px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "12px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">Dr. Jasmeet</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "83px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:83px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "83px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">FOR ASSEMBLY</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [ "41px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:41px;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "41px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:18px;\">BAINS</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:160px;\" class=\"wixui-rich-text__text\">BAINS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "160px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">VOLUNTEER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" } ], "attributes": [ "28px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">VOLUNTEER</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "28px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">There are many ways </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">There are many ways </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">to get involved.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">to get involved.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">STAY IN TOUCH</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" } ], "attributes": [ "28px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">STAY IN TOUCH</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "28px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\">Sign up for the latest news from the campaign.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">Sign up for the latest news from the campaign.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">DONATE</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" } ], "attributes": [ "28px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">DONATE</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "28px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">Your support means a lot!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">Please consider donating.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Please consider donating.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\">DR. JASMEET BAINS FOR ASSEMBLY</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [ "29px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "29px" ] }, { "verdict": "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=\"font_7 wixui-rich-text__text\" style=\"line-height:2em; font-size:15px;\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to improve health outcomes for vulnerable communities while increasing opportunities for all who call our Valley home. Now Dr. Bains is running for State Assembly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "20px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"font-size:20px; line-height:1.5em;\">ON THE FRONTLINES</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "20px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">ON THE FRONTLINES</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">When the pandemic hit, Dr. Bains was on the frontlines, establishing field hospital sites to treat COVID patients. There she was shocked to see the U.S. healthcare system fail to provide basic medical necessities, spurring her mission to improve access to quality healthcare. She also has been a leader in researching and treating Valley Fever and serves as Board President of Kern Regional Center, which provides services for individuals with intellectual and developmental disabilities. Dr. Bains has spearheaded landmark mental health and addiction treatment programs so that everyone gets the care they deserve.&n …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">CHAMPION FOR CHILDREN</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">CHAMPION FOR CHILDREN</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">Dr. Bains serves as a volunteer with Global Family, an organization dedicated to combating ​human trafficking and child abuse, on the San Joaquin Valley Air District’s Environmental Justice Advisory group, working to improve our Valley’s air and water quality and on the Taft College Foundation, fighting to expand access to higher education. Dr. Bains also mentors Valley youth through a pipeline program she helped develop to support those interested in a healthcare career. She wants to ensure we build a post-pandemic world where our children are safe, healthy and have opportunities to succeed.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">UPLIFTING COMMUNITIES</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">UPLIFTING COMMUNITIES</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">The daughter of immigrant parents from India, Dr. Bains grew up in in the Valley. She watched her father build a business, starting as an auto mechanic and ultimately owning successful car dealerships. After college, Jasmeet worked with her father before pursuing her career in medicine. Dr. Bains is deeply committed to supporting our local Valley businesses so they can thrive while creating good paying jobs that provide a living wage, retirement security and healthcare coverage, which Jasmeet believes is key to enhancing public health in the Valley.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\"> </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(9)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">DEEP VALLEY ROOTS</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">DEEP VALLEY ROOTS</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">After graduating from medical school, Jasmeet returned home and completed her residency at Clinica Sierra Vista in Kern County, choosing to work in underserved healthcare settings to increase access to healthcare. Today, she serves as Medical Director at Bakersfield Recovery Services overseeing substance abuse, addiction, and mental health rehabilitation. She was appointed by then Governor Brown to the California Healthcare Workforce Policy Commission and was awarded the 2019 Hero of Family Medicine by the California Academy of Family Physicians, and the 2021 Beautiful Bakersfield Award from the Greater Bakers …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(11)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_6 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">FOLLOW JASMEET ON SOCIAL MEDIA</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">SUBSCRIBE AND STAY IN TOUCH</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">Thanks for submitting!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Home</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">News</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">About Jasmeet</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Volunteer</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Contact</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">Paid for by Dr. Jasmeet Bains for Assembly 2024 </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" } ], "attributes": [ "13px" ] }, { "verdict": "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=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">FPPC ID #1456690</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" } ], "attributes": [ "13px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">8200 Stockdale HWY</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">STE M-10 #252</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">Bakersfield, CA 93311</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">​</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" } ], "attributes": [ "15px" ] }, { "verdict": "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=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">info@drjasmeetbains.com</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" } ], "attributes": [ "15px" ] } ] }, "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": 45, "warning": 0, "failed": 7, "inapplicable": 0, "outcome": "failed", "description": "The test target has a author defined background property but not a color css property." }, "results": [ { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">top of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"\" tabindex=\"-1\">Meet Jasmeet</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/general-4\" target=\"_self\" class=\"\" tabindex=\"-1\">Awards & Boards</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\">Photos and Video</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div style=\"display:none\" id=\"comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">Subscribe</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">bottom of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(5) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 1, "failed": 1, "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": 8, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">Dr. Jasmeet</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">FOR ASSEMBLY</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:18px;\">BAINS</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">VOLUNTEER</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">STAY IN TOUCH</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">DONATE</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > 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=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\">DR. JASMEET BAINS FOR ASSEMBLY</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > 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=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">SUBSCRIBE AND STAY IN TOUCH</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "The test target `width` attribute uses absolute units." }, "results": [ { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">\n \n \n \n</svg>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">\n \n \n \n</svg>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\">\n \n \n \n</svg>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 39, "document": 1, "region": 10, "button": 2, "img": 18, "navigation": 1, "list": 7, "listitem": 18, "graphics-document": 5, "main": 1, "heading": 8, "form": 1, "textbox": 1 }, "tags": { "html": 1, "head": 1, "meta": 23, "link": 9, "script": 60, "style": 16, "title": 1, "body": 1, "pages-css": 1, "div": 205, "span": 106, "button": 2, "header": 1, "a": 30, "wow-image": 18, "img": 18, "wix-dropdown-menu": 1, "nav": 1, "ul": 7, "li": 18, "p": 36, "svg": 5, "g": 5, "path": 5, "main": 1, "section": 7, "h2": 8, "wix-bg-media": 1, "footer": 1, "form": 1, "input": 1 } } } }, "success": true }, "standardResult": { "totals": [ 24, 65, 86, 15 ], "instances": [ { "ruleID": "QW-ACT-R4", "what": "This rule checks that the meta element is not used for delayed redirecting or refreshing.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">" }, { "ruleID": "QW-ACT-R71", "what": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"170\">" }, { "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\"><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\"><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\"><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\"><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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> </a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> </a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> </a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "SKIP_TO_CONTENT_BTN", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)" }, "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">About</div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">Media</div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" aria-label=\"DONATE\">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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"StylableButton2545352419__root style-kwduigfe__root wixui-button StylableButton2545352419__link\" aria-label=\"SUBSCRIBE\">SUBSCRIBE </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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"> </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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j7pOnl\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"> </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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"> </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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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": "input_comp-jzb7i8y7", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/news\" target=\"_self\" class=\"wixui-rich-text__text\">News</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"wixui-rich-text__text\">About Jasmeet</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"wixui-rich-text__text\">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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.drjasmeetbains.com/contact\" target=\"_self\" class=\"wixui-rich-text__text\">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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"mailto:info@drjasmeetbains.com\" target=\"_self\" class=\"wixui-rich-text__text\">info@drjasmeetbains.com</a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Enter your email here*\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Enter your email here*\">" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">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.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">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.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\"><head></head><body>(function () { var noop = function noop() {}; if (\"performance\" in window === false) { window.performance = {}; } window.performance.mark = performance.mark || noop; ... nStart) { nowOffset = performance.timing.navigationStart; } window.performance.now = function now() { return Date.now() - nowOffset; }; } })(); (function () { var now = Date.now() window.initialTime …" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">Dr. Jasmeet</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">BAINS</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">VOLUNTEER</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">There are many ways </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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">to get involved.</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:0em;\" class=\"wixui-rich-text__text\">STAY IN TOUCH</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">Sign up for the latest news from the 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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:0em;\" class=\"wixui-rich-text__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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Your support means a lot!</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;\" class=\"wixui-rich-text__text\">Please consider donating.</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to ... ly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">ON THE FRONTLINES</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > 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=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">When the pandemic hit, Dr. Bains was on the frontlines, establishing field hospital sites to treat COVID patients. There she was shocked to s ... ndividuals with intellectual and developmental disabilities. Dr. Bains has spearheaded landmark mental health and addiction treatment programs so that everyone gets the care they deserve. </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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">CHAMPION FOR CHILDREN</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">Dr. Bains serves as a volunteer with Global Family, an organization dedicated to combating ​human trafficking and child abuse, on the San Joa ... she helped develop to support those interested in a healthcare career. She wants to ensure we build a post-pandemic world where our children are safe, healthy and have opportunities to succeed.</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">UPLIFTING COMMUNITIES</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8) > span:nth-child(1)" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">The daughter of immigrant parents from India, Dr. Bains grew up in in the Valley. She watched her father build a business, starting as an aut ... they can thrive while creating good paying jobs that provide a living wage, retirement security and healthcare coverage, which Jasmeet believes is key to enhancing public health in the Valley.</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\">DEEP VALLEY ROOTS</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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(11) > span:nth-child(1)" }, "excerpt": "<span style=\"color:#FFFFFF;\" class=\"wixui-rich-text__text\">After graduating from medical school, Jasmeet returned home and completed her residency at Clinica Sierra Vista in Kern County, choosing to w ... y Commission and was awarded the 2019 Hero of Family Medicine by the California Academy of Family Physicians, and the 2021 Beautiful Bakersfield Award from the Greater Bakersfield Chamber of Commerc …" }, { "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(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498} window.clientSideRender = fal ... pes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) { new ResizeObserver(function (entries, observer) { entries.some(function (entry) { var contentRect = entry.contentRect; if ( …" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "SKIP_TO_CONTENT_BTN", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)" }, "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T21", "what": "This technique checks the text alternative of images which are the only content of a link", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"></a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "comp-jqxh4sclitemsContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"DN7syf\" id=\"comp-jqxh4sclitemsContainer\" style=\"text-align:right\" data-marginallchildren=\"true\"><li id=\"comp-jqxh4scl0\" data-direction=\"ltr\" data-listposition=\"center\" data-data-id=\"dataIte ... estid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2 ... li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Meet Jasmeet</a></li><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/general-4\" target=\"_self\" class=\"\" tabindex=\"-1\" _selec …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nt ... h-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Photos and Video</a></li></ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 2, "tagName": "UL", "id": "comp-jqxh4sclmoreContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"k8K0Wj wixui-dropdown-menu__submenu\" id=\"comp-jqxh4sclmoreContainer\"></ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-kwdst1x81-comp-kwdst1wa\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr ... hild(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jrexzk781-comp-jrexzk6a\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr ... hild(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jqxjocm2-comp-jqxjncei\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre ... nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0j …" }, { "ruleID": "QW-WCAG-T19", "what": "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.", "ordinalSeverity": 2, "tagName": "FORM", "id": "comp-jzb7i7ne", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" }, "excerpt": "<form id=\"comp-jzb7i7ne\" class=\"JVi7i2 comp-jzb7i7ne wixui-form\">SUBSCRIBEThanks for submitting!</form>" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_397,h_62,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png\" a ... atic.wixstatic.com/media/e3a503_7a896c41e3a54320a77150020dcc0725~mv2.png/v1/fill/w_794,h_124,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Bains%20for%20Assembly%20Logo%20Blue%20Horz.png 2x\" fetchpriority=\" …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg/v1/fill/w_1366,h_842,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_10a325584daf40adb304f83f0bb4e4da~mv2.jpg\" alt=\"Jasmeet_Bains_header_retouched.jpg\" style=\"width: 1366px; height: 842px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Facebook\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Twitter\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Instagram\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/81af6121f84c41a5b4391d7d37fce12a.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/81af6121f84c41a5b4391d7d37fce12a.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Flickr\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/10f375d9ba7f49d99fb90368342dc54e.png/v1/fill/w_50,h_50,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/10f375d9ba7f49d99fb90368342dc54e.png\" style=\"width: 50px; height: 50px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_60,h_77,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png\" alt=\"volunteer hand w ... 1x, https://static.wixstatic.com/media/e3a503_8cabe15180bf40ffa58428a8230c1e52~mv2.png/v1/fill/w_120,h_154,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/volunteer%20hand%20white.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_69,h_67,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png\" alt=\"stay in touch ic ... 1x, https://static.wixstatic.com/media/e3a503_982089fb1cd5424a8574d7bd05cb6772~mv2.png/v1/fill/w_138,h_134,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/stay%20in%20touch%20icon.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_55,h_90,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png\" alt=\"donate icon white.p ... png 1x, https://static.wixstatic.com/media/e3a503_268976cddebd490599d09fdb9dbc62d5~mv2.png/v1/fill/w_110,h_180,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/donate%20icon%20white.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_7d623b2a52a34c7b9e140c50a2f49404~mv2.png/v1/fill/w_144,h_80,al_c,q_85,usm_0.66_1.00_0.01,blur_3,enc_auto/Bains%20ICON.png\" alt=\"Bains ICON.png\" style=\"width: 144px; height: 81px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-bg-media:nth-child(2) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg/v1/fill/w_1366,h_1034,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/e3a503_d4ce0240ff054cccb7e2837fb6b0589d~mv2.jpg\" alt=\"shutterstock_2024020883.jpg\" style=\"width: 1366px; height: 1034px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Facebook\" style=\"width: 28px; height: 28px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Twitter\" style=\"width: 28px; height: 28px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Instagram\" style=\"width: 28px; height: 28px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/e3a503_60057180f5b6439b95f42be430298665~mv2.png/v1/fill/w_57,h_28,al_c,q_85,usm_0.66_1.00_0.01,blur_2,enc_auto/Bains%20for%20Assembly%20Logo%20REV.png\" alt=\"Bains for Assembly Logo REV.png\" style=\"width: 226px; height: 112px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Facebook\" style=\"width: 22px; height: 22px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Twitter\" style=\"width: 22px; height: 22px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Instagram\" style=\"width: 22px; height: 22px; object-fit: cover;\">" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498} window.clientSideRender = fal ... pes || PerformanceObserver.supportedEntryTypes.indexOf('paint') === -1)) { new ResizeObserver(function (entries, observer) { entries.some(function (entry) { var contentRect = entry.contentRect; if ( …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "SKIP_TO_CONTENT_BTN", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > button:nth-child(2)" }, "excerpt": "<button id=\"SKIP_TO_CONTENT_BTN\" class=\"SKIP_TO_CONTENT_BTN LHrbPP has-custom-focus\" tabindex=\"0\">Skip to Main Content</button>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">DONATE</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > a:nth-child(1) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"StylableButton2545352419__label wixui-button__label\" data-testid=\"stylablebutton-label\">SUBSCRIBE</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">Dr. Jasmeet</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:83px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">FOR ASSEMBLY</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:41px;\" class=\"wixui-rich-text__text\">FOR ASSEMBLY</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:18px;\">BAINS</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:160px;\" class=\"wixui-rich-text__text\">BAINS</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">VOLUNTEER</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">VOLUNTEER</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">There are many ways </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">There are many ways </span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">to get involved.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">to get involved.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">STAY IN TOUCH</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">STAY IN TOUCH</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:15px;\">Sign up for the latest news from the campaign.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-family:avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif; font-size:18px;\" class=\"wixui-rich-text__text\">Sign up for the latest news from the campaign.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">DONATE</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:28px;\" class=\"wixui-rich-text__text\">DONATE</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">Your support means a lot!</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Your support means a lot!</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:18px; line-height:1.4em; text-align:center;\">Please consider donating.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > p:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">Please consider donating.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\">DR. JASMEET BAINS FOR ASSEMBLY</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"line-height:2em; font-size:15px;\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for ... embly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:20px;\" class=\"wixui-rich-text__text\">Dr. Jasmeet Bains is a family doctor providing primary healthcare to families throughout our Valley and a champion for children, fighting to ... ly to make an even bigger difference and address the challenges facing Valley families, from improving access to healthcare to building strong communities, expanding quality education and more.</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:20px; line-height:1.5em;\">ON THE FRONTLINES</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">ON THE FRONTLINES</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">When the pandemic hit, Dr. Bains was on the frontlines, establishing field hospital sites to treat COVID patients. Th ... ces for individuals with intellectual and developmental disabilities. Dr. Bains has spearheaded landmark mental health and addiction treatment programs so that everyone gets the care they deserve.&n …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">CHAMPION FOR CHILDREN</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">CHAMPION FOR CHILDREN</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">Dr. Bains serves as a volunteer with Global Family, an organization dedicated to combating ​human trafficking and chi ... am she helped develop to support those interested in a healthcare career. She wants to ensure we build a post-pandemic world where our children are safe, healthy and have opportunities to succeed.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">UPLIFTING COMMUNITIES</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">UPLIFTING COMMUNITIES</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(8)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">The daughter of immigrant parents from India, Dr. Bains grew up in in the Valley. She watched her father build a busi ... so they can thrive while creating good paying jobs that provide a living wage, retirement security and healthcare coverage, which Jasmeet believes is key to enhancing public health in the Valley.</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(9)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\"> </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:16px; line-height:1.5em;\">DEEP VALLEY ROOTS</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(10) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:16px;\" class=\"wixui-rich-text__text\">DEEP VALLEY ROOTS</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(11)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.5em; font-size:15px;\">After graduating from medical school, Jasmeet returned home and completed her residency at Clinica Sierra Vista in Ke ... althcare Workforce Policy Commission and was awarded the 2019 Hero of Family Medicine by the California Academy of Family Physicians, and the 2021 Beautiful Bakersfield Award from the Greater Bakers …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_6 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\">FOLLOW JASMEET ON SOCIAL MEDIA</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">SUBSCRIBE AND STAY IN TOUCH</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"font-size:15px;\">Thanks for submitting!</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Home</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">News</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">About Jasmeet</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Volunteer</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:2.2em; text-align:center; font-size:15px;\">Contact</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">Paid for by Dr. Jasmeet Bains for Assembly 2024 </p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.4em; text-align:center; font-size:13px;\">FPPC ID #1456690</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">8200 Stockdale HWY</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">STE M-10 #252</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">Bakersfield, CA 93311</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">​</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.9em; font-size:15px;\">info@drjasmeetbains.com</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">top of page</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/meet-jasmeet\" target=\"_self\" class=\"\" tabindex=\"-1\">Meet Jasmeet</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/general-4\" target=\"_self\" class=\"\" tabindex=\"-1\">Awards & Boards</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/copy-of-awards-boards\" target=\"_self\" class=\"\" tabindex=\"-1\">Photos and Video</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div style=\"display:none\" id=\"comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">Subscribe</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">bottom of page</span>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:83px; line-height:1.5em; text-align:center;\">Dr. Jasmeet</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:41px; text-align:center;\">FOR ASSEMBLY</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:18px;\">BAINS</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">VOLUNTEER</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">STAY IN TOUCH</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:28px; line-height:1em; text-align:center;\">DONATE</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\">DR. JASMEET BAINS FOR ASSEMBLY</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\">SUBSCRIBE AND STAY IN TOUCH</h2>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> </svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> </svg>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > svg:nth-child(1)" }, "excerpt": "<svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\" width=\"200\" height=\"200\" viewBox=\"0 0 200 200\" role=\"presentation\" aria-hidden=\"true\"> </svg>" } ] }, "endTime": 1687108400362 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687108400363, "url": "https://www.drjasmeetbains.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.105", "responseTime": "2023-06-18T17:13:19.797Z", "data": { "apiErrors": [], "documentSize": 1483883, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 25, "totalWarnings": 17, "totalIssues": 42 }, "issuesByLevel": { "A": { "count": 28, "pct": 66.67 }, "AA": { "count": 22, "pct": 52.38 }, "AAA": { "count": 42, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 1, "allDensity": 3 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "eec8696f-2230-40f0-aed8-b2ca89337953", "docID": "13aaeb16-2012-4c2f-fa31-1ea17efa8d45", "sourceHash": "d2a70cb93460af39d1bd7b1e78420c8b", "urlHttpCode": 200, "clientScriptErrors": [ {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {} ], "remainingApiCalls": { "planCalls": 0, "boosts": 19 }, "globalStats": { "errorDensity": "N/A", "warningDensity": "N/A", "allDensity": "N/A", "stdDev": "N/A" }, "resultUrl": "http://ngnix/history.php?responseID=eec8696f-2230-40f0-aed8-b2ca89337953", "resultSet": [ { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 104, "y": 105 }, "height": 105, "width": 104 }, "position": { "line": 13644, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"><svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\"", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "issueID": "81699db45b294b1529c354f17c7dfffb", "signature": "58ae023aa113433e257fc26a27cb7cc8", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=81699db45b294b1529c354f17c7dfffb" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 105, "y": 105 }, "height": 105, "width": 105 }, "position": { "line": 13672, "column": 416 }, "errorSnippet": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "536e236491d6fa9b97ca456e6765e2bf", "signature": "be78da1079d6ee6441e382cf0255d1fe", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=536e236491d6fa9b97ca456e6765e2bf" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 105, "y": 105 }, "height": 105, "width": 105 }, "position": { "line": 13692, "column": 79 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">&l", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "issueID": "1ed55d22d21845ec303bcd5273d6eb6a", "signature": "44c56bf975dac3e3159905e2d6632986", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=1ed55d22d21845ec303bcd5273d6eb6a" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 27, "y": 0 }, "bottom-right": { "x": 49, "y": 22 }, "height": 22, "width": 22 }, "position": { "line": 17636, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "d7d403655df4508bf3972ecea804b596", "signature": "2d6e3f7e1e8011d6f86f7a82a5f59edf", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=d7d403655df4508bf3972ecea804b596" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 54, "y": 0 }, "bottom-right": { "x": 76, "y": 22 }, "height": 22, "width": 22 }, "position": { "line": 17636, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quo", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "issueID": "14a4009e6fdcebcfcb072e9b2cc4941f", "signature": "3908dd7ef3b2e9faa703a6793752d6c8", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=14a4009e6fdcebcfcb072e9b2cc4941f" }, { "tID": 129, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "CSS underline on text has been detected that is not a link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.", "viewPortLocation": { "top-left": { "x": 70.453125, "y": 8 }, "bottom-right": { "x": 115.453125, "y": 25 }, "height": 17, "width": 45 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">Home</span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]", "issueID": "db63be348042c53d3e4f8ca961a3b082", "signature": "5989f492585af93ee535a4489dce2336", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=db63be348042c53d3e4f8ca961a3b082" }, { "tID": 129, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "CSS underline on text has been detected that is not a link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "The text in this passage has been styled to display underlined but it is not a link. Underlined text on the web or on apps is universally accepted as signifying that the relevant text is a link. Applying underline to text that is not a link is likely to confuse many users, and especially people with cognitive impairments, learning disabilities or dyslexia. Remove the underlining from this passage of text.", "viewPortLocation": { "top-left": { "x": 34.828125, "y": 74 }, "bottom-right": { "x": 149.828125, "y": 91 }, "height": 17, "width": 115 }, "position": { "line": 22657, "column": 0 }, "errorSnippet": "<span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">About Jasmeet</span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]", "issueID": "0bf02e149b6291fddf5e595f6e2dd0c7", "signature": "c75e74ace69eb12c092b64ba6ce97f9c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=129&issueID=0bf02e149b6291fddf5e595f6e2dd0c7" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 15679, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498}\n</script> <script sty", "xpath": "/html/body", "issueID": "513356f4f55491e92eff3aadf7ce8cff", "signature": "d2ea5be527da3d0683aae01ff5da993d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=513356f4f55491e92eff3aadf7ce8cff" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 15679, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498}\n</script> <script sty", "xpath": "/html/body", "issueID": "5b3b08d6aaf09a9f4993f00f763533fa", "signature": "2303d3f923680ff580c552b4937afc00", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=5b3b08d6aaf09a9f4993f00f763533fa" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 104, "y": 105 }, "height": 105, "width": 104 }, "position": { "line": 13644, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"><svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\"", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "issueID": "2b691a910e5c79271e6499fca08ff867", "signature": "8077e5671d5dfff5257166aa2a036f8f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2b691a910e5c79271e6499fca08ff867" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 105, "y": 105 }, "height": 105, "width": 105 }, "position": { "line": 13672, "column": 416 }, "errorSnippet": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "233c44ebdae0b2eb8f2812676598494d", "signature": "be8938392d8826393052c296fb7ff7fd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=233c44ebdae0b2eb8f2812676598494d" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 105, "y": 105 }, "height": 105, "width": 105 }, "position": { "line": 13692, "column": 79 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">&l", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "issueID": "3787cd44dd7d980bee4c1ba883424b06", "signature": "7fd1f124946d2054f616965589b758d5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3787cd44dd7d980bee4c1ba883424b06" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 201, "y": 182 }, "bottom-right": { "x": 771, "y": 215 }, "height": 33, "width": 570 }, "position": { "line": 22633, "column": 0 }, "errorSnippet": "<div id=\"comp-kwctsf9q\" class=\"BaOVQ8 tz5f0K comp-kwctsf9q wixui-rich-text\" data-testid=\"richTextElement\" style=\"opacity: 0;\"><h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\"><span style=\"font-family:secu", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]", "issueID": "f1127e021a94f22f5e77e0e30513b288", "signature": "4406216bddcb20b43ab92541b94f28d5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=f1127e021a94f22f5e77e0e30513b288" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 570, "y": 33 }, "height": 33, "width": 570 }, "position": { "line": 22633, "column": 2414 }, "errorSnippet": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\"><span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span styl", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]", "issueID": "4f69d7012f40d4f6187638b4f6914a12", "signature": "6462ef1518efcb8678dbb951d546872d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=4f69d7012f40d4f6187638b4f6914a12" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 21, "y": 0 }, "bottom-right": { "x": 549, "y": 32 }, "height": 32, "width": 528 }, "position": { "line": 22633, "column": 0 }, "errorSnippet": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</sp", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]", "issueID": "aa1e66a4877748123cf1195256776185", "signature": "fb64d7088f14f7924ac1ebf9bf1de1cf", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=aa1e66a4877748123cf1195256776185" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 21, "y": 0 }, "bottom-right": { "x": 549, "y": 32 }, "height": 32, "width": 528 }, "position": { "line": 22633, "column": 0 }, "errorSnippet": "<span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span></span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]", "issueID": "574d034027fe0769d5eec9d864788c3d", "signature": "fd2501669099f7190d2991da76a4462a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=574d034027fe0769d5eec9d864788c3d" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 21, "y": 0 }, "bottom-right": { "x": 549, "y": 32 }, "height": 32, "width": 528 }, "position": { "line": 22633, "column": 0 }, "errorSnippet": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]", "issueID": "fca3e6d3c4714fafa265f5fc89510e06", "signature": "13242514323cddd6180968d6fe4541fa", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=fca3e6d3c4714fafa265f5fc89510e06" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 169, "y": 0 }, "bottom-right": { "x": 809, "y": 17 }, "height": 17, "width": 640 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<div id=\"comp-jrey19a9\" class=\"BaOVQ8 tz5f0K comp-jrey19a9 wixui-rich-text\" data-testid=\"richTextElement\" style=\"opacity: 0;\"><p class=\"font_6 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"><span style=\"font-family:secul", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]", "issueID": "36f02c4df9ecf42bfaf449113f98b2e3", "signature": "6c5a71a4c81057d39cfc9690ec65e085", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=36f02c4df9ecf42bfaf449113f98b2e3" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 640, "y": 17 }, "height": 17, "width": 640 }, "position": { "line": 22635, "column": 1 }, "errorSnippet": "<p class=\"font_6 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"><span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spaci", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]", "issueID": "5de121de4976b737472b98ff581984e0", "signature": "5c69967155e2961ee201466ce9bb094b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=5de121de4976b737472b98ff581984e0" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 67.625, "y": 0 }, "bottom-right": { "x": 571.625, "y": 17 }, "height": 17, "width": 504 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span>&l", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]", "issueID": "7edaa2f4d7a8a74c5123c07d93f2cc95", "signature": "23b331c89d11009ce001f7d2353fbe67", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=7edaa2f4d7a8a74c5123c07d93f2cc95" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 67.625, "y": 0 }, "bottom-right": { "x": 571.625, "y": 17 }, "height": 17, "width": 504 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span></span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]", "issueID": "77c30021d0585552646aa11cebc52cca", "signature": "90a3dfae104d27787a979605a8783e5f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=77c30021d0585552646aa11cebc52cca" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 67.625, "y": 0 }, "bottom-right": { "x": 571.625, "y": 17 }, "height": 17, "width": 504 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]", "issueID": "50cff408690a0c578d50d07d42f20fec", "signature": "1c2117606c3597e506797f1771502311", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=50cff408690a0c578d50d07d42f20fec" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 18, "y": 0 }, "bottom-right": { "x": 964, "y": 21 }, "height": 21, "width": 946 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<div id=\"comp-jqxjec92\" class=\"BaOVQ8 tz5f0K comp-jqxjec92 wixui-rich-text\" data-testid=\"richTextElement\" style=\"opacity: 0;\"><h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\"><span style=\"font-family:secu", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]", "issueID": "9f47505e208399bac247269d8d610812", "signature": "4d56427e0b2d5cf31881bfcb21ae917c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=9f47505e208399bac247269d8d610812" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 946, "y": 21 }, "height": 21, "width": 946 }, "position": { "line": 22653, "column": 7163 }, "errorSnippet": "<h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\"><span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span styl", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]", "issueID": "3f803f6dd7a00a966079bc3015efdb23", "signature": "6cbd2b31a4435c048c18f41f3673a3dd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3f803f6dd7a00a966079bc3015efdb23" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 206.140625, "y": 0 }, "bottom-right": { "x": 740.140625, "y": 20 }, "height": 20, "width": 534 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]", "issueID": "eda8205cda0042d1d88fd0241fe3d1a7", "signature": "c4e15836f34f7d6182d58bd1563871ee", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=eda8205cda0042d1d88fd0241fe3d1a7" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 206.140625, "y": 0 }, "bottom-right": { "x": 740.140625, "y": 20 }, "height": 20, "width": 534 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span></span&g", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]", "issueID": "d88cf535915e25ece0070fcae582aee2", "signature": "8b17684537084757701b879f93773133", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d88cf535915e25ece0070fcae582aee2" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 206.140625, "y": 0 }, "bottom-right": { "x": 740.140625, "y": 20 }, "height": 20, "width": 534 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span></span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]", "issueID": "d2fcd8f82caaaeef50bff92333253efc", "signature": "2b990d481dca8e7b9cb7c8f916ad91a0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d2fcd8f82caaaeef50bff92333253efc" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 206.140625, "y": 0 }, "bottom-right": { "x": 740.140625, "y": 20 }, "height": 20, "width": 534 }, "position": { "line": 22653, "column": 0 }, "errorSnippet": "<span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]", "issueID": "b5fa672cdbf33d5b610a6ed1073eb1c5", "signature": "267e1174c21c0e2e9bacfa68ab3ad4fd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=b5fa672cdbf33d5b610a6ed1073eb1c5" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 15679, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498}\n</script> <script sty", "xpath": "/html/body", "issueID": "ff7e71c3393e6c8d845a8957ba519bfb", "signature": "d28bad905faede89c68b51edb5e117f4", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=ff7e71c3393e6c8d845a8957ba519bfb" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 91, "y": 72 }, "height": 72, "width": 91 }, "position": { "line": 13644, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" a", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]", "issueID": "b954d8de4941919b9b4356cf43cc169d", "signature": "be7e0f623770e8d7ff63506c78d57801", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b954d8de4941919b9b4356cf43cc169d" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 50, "y": 50 }, "height": 50, "width": 50 }, "position": { "line": 13644, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[1]/a[1]", "issueID": "ff47cd2e4e9982db13a78738e9f3f262", "signature": "119310250d49668fc0129b0c7f2bf395", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ff47cd2e4e9982db13a78738e9f3f262" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 56, "y": 0 }, "bottom-right": { "x": 106, "y": 50 }, "height": 50, "width": 50 }, "position": { "line": 13644, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[2]/a[1]", "issueID": "c670ac7ef0c1a5fb9e036c78dee1ce7f", "signature": "a11f6ac93a07b8266c29de26347bc41f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c670ac7ef0c1a5fb9e036c78dee1ce7f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 112, "y": 0 }, "bottom-right": { "x": 162, "y": 50 }, "height": 50, "width": 50 }, "position": { "line": 13644, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&am", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[3]/a[1]", "issueID": "152e6c938b634482a8d6082f11729134", "signature": "e2d30778ac56add26d58da3c7df4862b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=152e6c938b634482a8d6082f11729134" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 168, "y": 0 }, "bottom-right": { "x": 218, "y": 50 }, "height": 50, "width": 50 }, "position": { "line": 13644, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[4]/a[1]", "issueID": "c90d0a20c0e7393d959d4a51d11dcd7f", "signature": "6755e10d0c9b267cb46b94a039206e74", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c90d0a20c0e7393d959d4a51d11dcd7f" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 105, "y": 105 }, "height": 105, "width": 105 }, "position": { "line": 13692, "column": 79 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">&l", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "issueID": "2ba8c2c1107364a247fc4ff120c2d5e3", "signature": "1ccea9e59a5a186e4144d49cfdc5a191", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2ba8c2c1107364a247fc4ff120c2d5e3" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 55, "y": 90 }, "height": 90, "width": 55 }, "position": { "line": 14679, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"><wow-image id=\"img_comp-kwdrfu2c\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quo", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[2]/a[1]", "issueID": "b02d38edc7b9458442c582e09924b872", "signature": "b6daf289cd2feb015e4b4d7e8f200bd1", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b02d38edc7b9458442c582e09924b872" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 28, "y": 28 }, "height": 28, "width": 28 }, "position": { "line": 14684, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "c4454fcd40625ef16975ef4ea8fe5929", "signature": "bd9af5ff03c287a6dc7cca72bb094a36", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c4454fcd40625ef16975ef4ea8fe5929" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 34, "y": 0 }, "bottom-right": { "x": 62, "y": 28 }, "height": 28, "width": 28 }, "position": { "line": 14684, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "453c1b4c9f2ecf4cd9171b53282bc196", "signature": "75c6e62c96cd517b1b8c3a48186731de", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=453c1b4c9f2ecf4cd9171b53282bc196" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 68, "y": 0 }, "bottom-right": { "x": 96, "y": 28 }, "height": 28, "width": 28 }, "position": { "line": 14700, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&am", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "issueID": "87461a98a7dfe2d420710ad1b136ac22", "signature": "ae509d85e20e5a5e53f34b7d61a14aca", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=87461a98a7dfe2d420710ad1b136ac22" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 22, "y": 22 }, "height": 22, "width": 22 }, "position": { "line": 17277, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "4eefcc0d5fa72762a4afda447d2873e6", "signature": "947783af76c44cd55933734f3d62dcbf", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4eefcc0d5fa72762a4afda447d2873e6" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 27, "y": 0 }, "bottom-right": { "x": 49, "y": 22 }, "height": 22, "width": 22 }, "position": { "line": 17636, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "8fc2f82347fe0ec25d30dcb4a8604c83", "signature": "deb5fb0c0064d3bada2c670dce9852db", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8fc2f82347fe0ec25d30dcb4a8604c83" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 54, "y": 0 }, "bottom-right": { "x": 76, "y": 22 }, "height": 22, "width": 22 }, "position": { "line": 17636, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quo", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "issueID": "51f07568f082edd6ab5dea8742d8ef4a", "signature": "c8f27a5facde1ec8ec662208ec09487f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=51f07568f082edd6ab5dea8742d8ef4a" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 18, 24 ], "instances": [ { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"><svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\"" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">&l" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quo" }, { "ruleID": "129", "what": "CSS underline on text has been detected that is not a link.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/a[1]/span[1]/span[1]/span[1]" }, "excerpt": "<span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">Home</span>" }, { "ruleID": "129", "what": "CSS underline on text has been detected that is not a link.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/p[3]/a[1]/span[1]/span[1]/span[1]" }, "excerpt": "<span style=\"text-decoration:underline;\" class=\"wixui-rich-text__text\">About Jasmeet</span>" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498} </script> <script sty" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498} </script> <script sty" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"><svg preserveAspectRatio=\"none\" data-bbox=\"0 0 200 200\"" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9kdp\" class=\"aizuI7 TcoJIb comp-kwdr9kdp\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">&l" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "comp-kwctsf9q", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]" }, "excerpt": "<div id=\"comp-kwctsf9q\" class=\"BaOVQ8 tz5f0K comp-kwctsf9q wixui-rich-text\" data-testid=\"richTextElement\" style=\"opacity: 0;\"><h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\"><span style=\"font-family:secu" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:29px; text-align:center;\"><span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span styl" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</sp" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]" }, "excerpt": "<span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span></span>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[3]/div[2]/div[1]/div[2]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]" }, "excerpt": "<span style=\"font-size:29px;\" class=\"wixui-rich-text__text\">DR. JASMEET BAINS FOR ASSEMBLY</span>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "comp-jrey19a9", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div id=\"comp-jrey19a9\" class=\"BaOVQ8 tz5f0K comp-jrey19a9 wixui-rich-text\" data-testid=\"richTextElement\" style=\"opacity: 0;\"><p class=\"font_6 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"><span style=\"font-family:secul" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"font_6 wixui-rich-text__text\" style=\"text-align:center; font-size:15px;\"><span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spaci" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span>&l" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span></span>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[1]/p[1]/span[1]/span[1]/span[1]" }, "excerpt": "<span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">FOLLOW JASMEET ON SOCIAL MEDIA</span>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "DIV", "id": "comp-jqxjec92", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]" }, "excerpt": "<div id=\"comp-jqxjec92\" class=\"BaOVQ8 tz5f0K comp-jqxjec92 wixui-rich-text\" data-testid=\"richTextElement\" style=\"opacity: 0;\"><h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\"><span style=\"font-family:secu" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"font_6 wixui-rich-text__text\" style=\"font-size:18px; text-align:center;\"><span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span styl" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]" }, "excerpt": "<span style=\"font-family:secular one,sans-serif;\" class=\"wixui-rich-text__text\"><span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]" }, "excerpt": "<span style=\"color:#0F5583;\" class=\"wixui-rich-text__text\"><span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span></span&g" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]" }, "excerpt": "<span style=\"font-size:18px;\" class=\"wixui-rich-text__text\"><span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span></span>" }, { "ruleID": "153", "what": "This long string of text is in all caps.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/span[1]" }, "excerpt": "<span style=\"letter-spacing:0.5em;\" class=\"wixui-rich-text__text\">SUBSCRIBE AND STAY IN TOUCH</span>" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":637,\"renderTimeStamp\":1687097466498} </script> <script sty" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/dr-jasmeet-bains-for-assembly-2024/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"StylableButton2545352419__root style-kwdui1k6__root wixui-button StylableButton2545352419__link\" a" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&am" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[4]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-kwdst1wa\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"u9k3ts\"><div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\">&l" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[2]/div[2]/div[3]/div[2]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/donate\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"j7pOnl\"><wow-image id=\"img_comp-kwdrfu2c\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{&quo" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/section[5]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jrexzk6a\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&am" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[2]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jqxjncei\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quo" } ] }, "endTime": 1687108400970 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687108400971, "url": "https://www.drjasmeetbains.com/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "", "main": "PAGES_CONTAINER" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 1, "items": [ [ "email", "", "Enter your email here*; #input_comp-jzb7i8y7" ] ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Enter your email here*; #input_comp-jzb7i8y7" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 425 }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 31, "tabFocused": 35, "discrepancy": 4 }, "totals": [ 0, 0, 4, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 4, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 31, "types": { "missing": { "total": 30, "tagNames": { "A": 27, "DIV": 2, "BUTTON": 1 } }, "nonoutline": { "total": 1, "tagNames": { "INPUT": 1 } }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"><wo" }, { "tagName": "DIV", "id": "", "text": "About" }, { "tagName": "DIV", "id": "", "text": "Media" }, { "tagName": "A", "id": "", "text": "Volunteer" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "A", "id": "", "text": "DONATE" }, { "tagName": "A", "id": "", "text": "SUBSCRIBE" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no" }, { "tagName": "BUTTON", "id": "", "text": "SUBSCRIBE" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "News" }, { "tagName": "A", "id": "", "text": "About Jasmeet" }, { "tagName": "A", "id": "", "text": "Volunteer" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"norefer" }, { "tagName": "A", "id": "", "text": "info@drjasmeetbains.com" } ], "nonoutline": [ { "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-" } ], "outline": [] } }, "totals": [ 0, 0, 1, 30 ], "standardInstances": [ { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"><wo" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Jasmeet" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"norefer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "info@drjasmeetbains.com" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 45, "types": { "onlyFocusable": { "total": 3, "tagNames": { "DIV": 3 } }, "onlyOperable": { "total": 13, "tagNames": { "DIV": 4, "LI": 5, "A": 3, "SPAN": 1 } }, "focusableAndOperable": { "total": 29, "tagNames": { "A": 27, "INPUT": 1, "BUTTON": 1 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "", "text": "About" }, { "tagName": "DIV", "id": "", "text": "Media" }, { "tagName": "DIV", "id": "", "text": "More" } ], "onlyOperable": [ { "tagName": "DIV", "id": "comp-kwcfxsyf", "text": "<div id=\"comp-kwcfxsyf\" class=\"MazNVa comp-kwcfxsyf wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jqxh4scl0", "text": "AboutMeet JasmeetAwards & Boards", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Jasmeet", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Awards & Boards", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "LI", "id": "comp-jqxh4scl1", "text": "MediaPhotos and Video", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos and Video", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "LI", "id": "comp-jqxh4scl2", "text": "Volunteer", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jqxh4scl3", "text": "Contact", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jqxh4scl__more__", "text": "More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-kwdr84lc", "text": "<div id=\"comp-kwdr84lc\" class=\"MazNVa comp-kwdr84lc wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-kwdrtkbr", "text": "<div id=\"comp-kwdrtkbr\" class=\"MazNVa comp-kwdrtkbr wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "comp-kwdrfu2c", "text": "<div id=\"comp-kwdrfu2c\" class=\"MazNVa comp-kwdrfu2c wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "SUBSCRIBE", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\" sty", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Volunteer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "SUBSCRIBE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "SUBSCRIBE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Jasmeet", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Volunteer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"norefer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "info@drjasmeetbains.com", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 3, 13 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwcfxsyf", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwcfxsyf\" class=\"MazNVa comp-kwcfxsyf wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AboutMeet JasmeetAwards & Boards" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Jasmeet" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Awards & Boards" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaPhotos and Video" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos and Video" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwdr84lc", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwdr84lc\" class=\"MazNVa comp-kwdr84lc wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwdrtkbr", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwdrtkbr\" class=\"MazNVa comp-kwdrtkbr wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwdrfu2c", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwdrfu2c\" class=\"MazNVa comp-kwdrfu2c wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 42, "triggerSample": 20, "impactTriggers": 3, "additions": 18, "removals": 18, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 4, "noCursors": 0, "badCursors": 5, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "comp-jqxh4scl0", "text": "AboutMeet JasmeetAwards & Boards", "additions": 12, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "comp-jqxh4scl1", "text": "MediaPhotos and Video", "additions": 5, "removals": 10, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "comp-jqxh4scl2", "text": "Volunteer", "additions": 0, "removals": 7, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "<div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"><svg preserveAspectRati" }, { "tagName": "A", "id": "", "text": "<div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\"><svg preserveAspectRati" } ], "noCursors": [], "badCursors": [ { "tagName": "BUTTON", "id": "", "text": "SUBSCRIBE" } ], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 18, 23, 7 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AboutMeet JasmeetAwards & Boards" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaPhotos and Video" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"><svg preserveAspectRati" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\"><svg preserveAspectRati" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 2 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "email", "labelType": "aria-label", "texts": { "attribute": "Enter your email here*" } }, { "index": 1, "tagName": "BUTTON", "type": "submit", "texts": { "content": "SUBSCRIBE" } } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 30, "adjacent": { "total": 18, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"><wo" }, { "id": "", "text": "Photos and Video" }, { "id": "", "text": "Volunteer" }, { "id": "", "text": "Contact" }, { "id": "", "text": "DONATE" }, { "id": "", "text": "SUBSCRIBE" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j" }, { "id": "", "text": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "id": "", "text": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "id": "", "text": "Home" }, { "id": "", "text": "News" }, { "id": "", "text": "About Jasmeet" }, { "id": "", "text": "Volunteer" }, { "id": "", "text": "Contact" }, { "id": "", "text": "info@drjasmeetbains.com" } ] } }, "totals": [ 0, 18, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"><wo" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos and Video" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Jasmeet" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "info@drjasmeetbains.com" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 6, "badRoleElements": 0, "redundantRoleElements": 0, "tagNames": {} }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "button": { "total": 1 }, "adjacentLink": { "total": 18, "subtotals": [ 9, 9 ] }, "listLink": { "total": 12, "subtotals": [ 10, 2 ] }, "h2": { "total": 8, "subtotals": [ 3, 2, 1, 1, 1 ] } }, "items": { "adjacentLink": { "fontWeight": { "400": [ "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"><wo", "DONATE", "SUBSCRIBE", "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u", "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j", "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre", "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre", "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do", "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" ], "700": [ "Photos and Video", "Volunteer", "Contact", "Home", "News", "About Jasmeet", "Volunteer", "Contact", "info@drjasmeetbains.com" ] } }, "listLink": { "fontWeight": { "400": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel", "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre", "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"norefer" ], "700": [ "Meet Jasmeet", "Awards & Boards" ] }, "fontSize": { "15px": [ "Meet Jasmeet", "Awards & Boards" ], "10px": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel", "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre", "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"norefer" ] }, "lineHeight": { "21px": [ "Meet Jasmeet", "Awards & Boards" ], "normal": [ "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel", "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore", "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no", "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr", "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre", "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"norefer" ] } }, "h2": { "fontSize": { "83px": [ "Dr. Jasmeet" ], "41px": [ "FOR ASSEMBLY" ], "18px": [ "BAINS", "SUBSCRIBE AND STAY IN TOUCH" ], "28px": [ "VOLUNTEER", "STAY IN TOUCH", "DONATE" ], "29px": [ "DR. JASMEET BAINS FOR ASSEMBLY" ] } } } }, "totals": [ 1, 1, 0, 4 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 5 different styles", "count": 4, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 2, "tagNames": { "DIV": 2 } }, "items": [ { "tagName": "DIV", "id": "SITE_HEADER", "text": "AboutMeet JasmeetAwards & BoardsMediaPhotos and VideoVolunteerContactMoreUse tab to navigate through" }, { "tagName": "DIV", "id": "comp-jqxh4scldropWrapper", "text": "<div class=\"JdScD2\" id=\"comp-jqxh4scldropWrapper\" data-dropalign=\"right\" data-dropdown-shown=\"false\"" } ] }, "totals": [ 2, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AboutMeet JasmeetAwards & BoardsMediaPhotos and VideoVolunteerContactMoreUse tab to navigate through" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jqxh4scldropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-jqxh4scldropWrapper\" data-dropalign=\"right\" data-dropdown-shown=\"false\"" } ] } }, "success": true }, "standardResult": { "totals": [ 4, 37, 32, 54 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Enter your email here*; #input_comp-jzb7i8y7" }, { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 4, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "input_comp-jzb7i8y7", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-jzb7i8y7\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"><wo" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/185961541@N07/\" target=\"_blank\" rel" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"nore" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"no" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Jasmeet" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Facebook.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Twitter.com/drjasmeetbains\" target=\"_blank\" rel=\"noreferre" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://Instagram.com/drjasmeetbains\" target=\"_blank\" rel=\"norefer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "info@drjasmeetbains.com" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Media" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwcfxsyf", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwcfxsyf\" class=\"MazNVa comp-kwcfxsyf wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AboutMeet JasmeetAwards & Boards" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Jasmeet" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Awards & Boards" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaPhotos and Video" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos and Video" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwdr84lc", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwdr84lc\" class=\"MazNVa comp-kwdr84lc wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwdrtkbr", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwdrtkbr\" class=\"MazNVa comp-kwdrtkbr wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "comp-kwdrfu2c", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-kwdrfu2c\" class=\"MazNVa comp-kwdrfu2c wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AboutMeet JasmeetAwards & Boards" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaPhotos and Video" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jqxh4scl2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-testid=\"svgRoot-comp-kwdr6fz2\" class=\"aizuI7 TcoJIb comp-kwdr6fz2\"><svg preserveAspectRati" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-testid=\"svgRoot-comp-kwdr9wzz\" class=\"aizuI7 TcoJIb comp-kwdr9wzz\"><svg preserveAspectRati" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com\" target=\"_self\" class=\"j7pOnl\"><wo" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos and Video" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"u" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.drjasmeetbains.com/volunteer\" target=\"_self\" class=\"j" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jzb2fphz\" data-anchor-comp-id=\"comp-jzb2fphd\" hre" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://secure.anedot.com/c7805f73-82eb-49cb-83bc-4b3eb171f956/do" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Jasmeet" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Volunteer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "info@drjasmeetbains.com" }, { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 5 different styles", "count": 4, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "AboutMeet JasmeetAwards & BoardsMediaPhotos and VideoVolunteerContactMoreUse tab to navigate through" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jqxh4scldropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-jqxh4scldropWrapper\" data-dropalign=\"right\" data-dropdown-shown=\"false\"" } ] }, "endTime": 1687108438730 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687108438730, "url": "https://www.drjasmeetbains.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Dr. Jasmeet Bains for California State Assembly", "pageurl": "https://www.drjasmeetbains.com/", "time": 3.92, "creditsremaining": 954, "allitemcount": 135, "totalelements": 585, "waveurl": "http://wave.webaim.org/report?url=https://www.drjasmeetbains.com/" }, "categories": { "error": { "description": "Errors", "count": 9, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 6, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jr5zrfuj > DIV:first-child + DIV > DIV#comp-jr5zrfw6 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jrexzk6a > UL:first-child > LI#dataItem-jrexzk781-comp-jrexzk6a > A:first-child > WOW-IMAGE#img_0_comp-jrexzk6a > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jr5zrfuj > DIV:first-child + DIV > DIV#comp-jr5zrfw6 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jrexzk6a > UL:first-child > LI#dataItem-jrexzk79-comp-jrexzk6a > A:first-child > WOW-IMAGE#img_1_comp-jrexzk6a > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jr5zrfuj > DIV:first-child + DIV > DIV#comp-jr5zrfw6 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jrexzk6a > UL:first-child > LI#dataItem-jrexzk7a-comp-jrexzk6a > A:first-child > WOW-IMAGE#img_2_comp-jrexzk6a > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjncei > UL:first-child > LI#dataItem-jqxjocm2-comp-jqxjncei > A:first-child > WOW-IMAGE#img_0_comp-jqxjncei > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjncei > UL:first-child > LI#dataItem-jqxjocm3-comp-jqxjncei > A:first-child > WOW-IMAGE#img_1_comp-jqxjncei > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjncei > UL:first-child > LI#dataItem-jr60et5r-comp-jqxjncei > A:first-child > WOW-IMAGE#img_2_comp-jqxjncei > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_empty": { "id": "link_empty", "description": "Empty link", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr6fz2 > A:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr9kdp > A:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr9wzz > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 22, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 22, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kwdm1w77 > A:first-child > DIV:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kwdufdlz > A:first-child > DIV:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdovo7f > H2:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdoy499 > H2:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdsisnw > H2:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7d > P:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjf4em > P:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjf4em > P:first-child + P > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P + P > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P + P + P > SPAN:first-child > SPAN:first-child > A:first-child" ], "contrastdata": [ [ 2.28, "#ffffff", "#f7941d", false ], [ 2.79, "#ffffff", "#00a5e5", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 27, "items": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 8, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kwcfxsyf > A:first-child > WOW-IMAGE#img_comp-kwcfxsyf > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV#bgLayers_comp-jqovzo0v > DIV#bgMedia_comp-jqovzo0v > WOW-IMAGE#img_comp-jqovzo0v > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr84lc > A:first-child > WOW-IMAGE#img_comp-kwdr84lc > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrtkbr > A:first-child > WOW-IMAGE#img_comp-kwdrtkbr > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrfu2c > A:first-child > WOW-IMAGE#img_comp-kwdrfu2c > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwdnnk1y > DIV:first-child + DIV > DIV#comp-kwdnnk3n > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdtbbsm > DIV:first-child > WOW-IMAGE#img_comp-kwdtbbsm > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg7b15 > DIV:first-child + DIV > DIV#comp-kwcg7b27 > DIV#bgLayers_comp-kwcg7b27 > WIX-BG-MEDIA#bgMedia_comp-kwcg7b27 > WOW-IMAGE#img_comp-kwcg7b27 > IMG:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwckuonq > DIV:first-child > WOW-IMAGE#img_comp-kwckuonq > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 5, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child + P", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child + P", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg7b15 > DIV:first-child + DIV > DIV#comp-kwcg7b27 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwctl6eo > P:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr84lc > A:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrtkbr > A:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrfu2c > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-jqxh4scl > NAV#comp-jqxh4sclnavContainer > DIV#comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > DIV#comp-jzb2fphd > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" ], "wcag": [] }, "underline": { "id": "underline", "description": "Underlined text", "count": 6, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P + P + P > SPAN:first-child > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 27, 0, 0, 31 ], "instances": [ { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jr5zrfuj > DIV:first-child + DIV > DIV#comp-jr5zrfw6 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jrexzk6a > UL:first-child > LI#dataItem-jrexzk781-comp-jrexzk6a > A:first-child > WOW-IMAGE#img_0_comp-jrexzk6a > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jr5zrfuj > DIV:first-child + DIV > DIV#comp-jr5zrfw6 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jrexzk6a > UL:first-child > LI#dataItem-jrexzk79-comp-jrexzk6a > A:first-child > WOW-IMAGE#img_1_comp-jrexzk6a > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jr5zrfuj > DIV:first-child + DIV > DIV#comp-jr5zrfw6 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jrexzk6a > UL:first-child > LI#dataItem-jrexzk7a-comp-jrexzk6a > A:first-child > WOW-IMAGE#img_2_comp-jrexzk6a > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjncei > UL:first-child > LI#dataItem-jqxjocm2-comp-jqxjncei > A:first-child > WOW-IMAGE#img_0_comp-jqxjncei > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjncei > UL:first-child > LI#dataItem-jqxjocm3-comp-jqxjncei > A:first-child > WOW-IMAGE#img_1_comp-jqxjncei > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_link_missing", "what": "Linked image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjncei > UL:first-child > LI#dataItem-jr60et5r-comp-jqxjncei > A:first-child > WOW-IMAGE#img_2_comp-jqxjncei > IMG:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr6fz2 > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr9kdp > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr9wzz > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kwdm1w77 > A:first-child > DIV:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kwdufdlz > A:first-child > DIV:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdovo7f > H2:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdoy499 > H2:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdsisnw > H2:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7d > P:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjf4em > P:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjf4em > P:first-child + P > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P + P > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P + P + P > SPAN:first-child > SPAN:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#comp-kwcfxsyf > A:first-child > WOW-IMAGE#img_comp-kwcfxsyf > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-jqovznzj > DIV:first-child + DIV > DIV#comp-jqovzo0v > DIV#bgLayers_comp-jqovzo0v > DIV#bgMedia_comp-jqovzo0v > WOW-IMAGE#img_comp-jqovzo0v > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr84lc > A:first-child > WOW-IMAGE#img_comp-kwdr84lc > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrtkbr > A:first-child > WOW-IMAGE#img_comp-kwdrtkbr > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrfu2c > A:first-child > WOW-IMAGE#img_comp-kwdrfu2c > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwdnnk1y > DIV:first-child + DIV > DIV#comp-kwdnnk3n > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdtbbsm > DIV:first-child > WOW-IMAGE#img_comp-kwdtbbsm > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg7b15 > DIV:first-child + DIV > DIV#comp-kwcg7b27 > DIV#bgLayers_comp-kwcg7b27 > WIX-BG-MEDIA#bgMedia_comp-kwcg7b27 > WOW-IMAGE#img_comp-kwcg7b27 > IMG:first-child" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzj3b > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwckuonq > DIV:first-child > WOW-IMAGE#img_comp-kwckuonq > IMG:first-child" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y6m > P:first-child + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwcg5y7l1 > P:first-child + P" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg7b15 > DIV:first-child + DIV > DIV#comp-kwcg7b27 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwctl6eo > P:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y69 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdr84lc > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y79 > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrtkbr > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > SECTION#comp-kwcg5y3y > DIV:first-child + DIV > DIV#comp-kwcg5y7i > DIV:first-child + DIV > DIV:first-child > DIV#comp-kwdrfu2c > A:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_TOP > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > HEADER#SITE_HEADER_WRAPPER > DIV#SITE_HEADER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > WIX-DROPDOWN-MENU#comp-jqxh4scl > NAV#comp-jqxh4sclnavContainer > DIV#comp-jqxh4sclnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > MAIN#PAGES_CONTAINER > DIV#SITE_PAGES > DIV#SITE_PAGES_TRANSITION_GROUP > DIV#c1dmp > DIV:first-child + DIV > DIV#Containerc1dmp > DIV:first-child > DIV:first-child > DIV#comp-jzb2fphd > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P > A:first-child > SPAN:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhxql5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxjjy2h > P:first-child + P + P + P + P > A:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "underline", "what": "Underlined text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jqxhxqkc > DIV:first-child + DIV > DIV#comp-jqxhzkt5 > DIV:first-child + DIV > DIV:first-child > DIV#comp-jqxji31a > P:first-child + P + P + P + P > SPAN:first-child > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687108443056 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD35-c", "which": "https://www.drjasmeetbains.com/", "what": "Candidate Jasmeet Bains (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:12:30", "endTime": "2023-06-18T17:14:03", "elapsedSeconds": 92, "visitLatency": 5, "logCount": 5, "logSize": 300, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 38 ], [ "ibm", 15 ], [ "testaro", 13 ], [ "alfa", 6 ], [ "wave", 4 ], [ "nuVal", 3 ], [ "qualWeb", 2 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1647, "issue": 1433, "tool": 213, "prevention": 0, "log": 1, "latency": 0 }, "details": { "severity": { "total": [ 178, 111, 282, 222 ], "byTool": { "testaro": [ 4, 37, 32, 54 ], "alfa": [ 81, 0, 0, 48 ], "axe": [ 16, 3, 2, 15 ], "continuum": [ 0, 0, 0, 17 ], "htmlcs": [ 18, 0, 0, 7 ], "ibm": [ 0, 6, 0, 11 ], "nuVal": [ 8, 0, 144, 0 ], "qualWeb": [ 24, 65, 86, 15 ], "tenon": [ 0, 0, 18, 24 ], "wave": [ 27, 0, 0, 31 ] } }, "prevention": {}, "issue": { "linkNoText": { "score": 60, "maxCount": 15, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 9, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 9, "texts": [ "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" ] } } }, "continuum": { "237": { "quality": 1, "what": "a element has no machanism allowing an accessible name value to be calculated", "complaints": { "countTotal": 9, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.4_1_2.H91.A.NoContent": { "quality": 1, "what": "Link has an href attribute but no text", "complaints": { "countTotal": 3, "texts": [ "Anchor element found with a valid href attribute, but no link content has been supplied." ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 9, "texts": [ "Hyperlink has no link text, label or image with a text alternative" ] } } }, "qualWeb": { "QW-ACT-R12": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 9, "texts": [ "This rule checks that each link has an accessible name." ] } }, "QW-WCAG-T21": { "quality": 1, "what": "Accessible name is not provided for an image which is the only content in a link", "complaints": { "countTotal": 6, "texts": [ "This technique checks the text alternative of images which are the only content of a link" ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 3, "texts": [ "This link has no text inside it." ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 6, "texts": [ "Linked image missing alternative text" ] } }, "link_empty": { "quality": 1, "what": "Link contains no text", "complaints": { "countTotal": 3, "texts": [ "Empty link" ] } } } } }, "ariaBadAttribute": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r18": { "quality": 1, "what": "ARIA state or property is not allowed for the element on which it is specified", "complaints": { "countTotal": 2, "texts": [ "aria-* states and properties are allowed" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "focusIndication": { "score": 128, "maxCount": 32, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 31, "texts": [ "Element in sequential focus order has visible focus" ] } } }, "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 32, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } }, "testaro": { "focInd": { "quality": 1, "what": "Focused element displays a nonstandard or no focus indicator", "complaints": { "countTotal": 31, "texts": [ "INPUT element has a non-outline focus indicator", "A element has no focus indicator", "DIV element has no focus indicator", "BUTTON element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 27, "maxCount": 27, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 27, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 2, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.28:1. Recommendation: change background to #874900.", "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 2.79:1. Recommendation: change background to #005f84." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 2, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } } } }, "textContrastAA": { "score": 108, "maxCount": 27, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 27, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 9, "texts": [ "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 has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 9.0pt (12px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.28 (foreground color: #ffffff, background color: #f7941d, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.79 (foreground color: #ffffff, background color: #00a5e5, font size: 13.5pt (18px), font weight: bold). Expected contrast ratio of 4.5:1" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 2, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 22, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 7, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 122, "maxCount": 61, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 18, "texts": [ "Paragraphs of text do not have font sizes defined in absolute units" ] } } }, "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 61, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "headingOfNothing": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 2, "texts": [ "Headings of same level have text content between them" ] } } } } }, "leadingAbsolute": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r80": { "quality": 1, "what": "Paragraph text has an absolute line height", "complaints": { "countTotal": 4, "texts": [ "Paragraphs of text do not have line heights defined in absolute units" ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } } } } }, "hiddenContentRisk": { "score": 16, "maxCount": 16, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 16, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "focusableRole": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "axe": { "focus-order-semantics": { "quality": 1, "what": "Focusable element has no active role", "complaints": { "countTotal": 2, "texts": [ "Elements in the focus order should have an appropriate role; Element does not have a widget role.; Element has invalid semantics for an element in the focus order." ] } } } } }, "textAlternativeRisk": { "score": 18, "maxCount": 18, "weight": 1, "tools": { "continuum": { "234": { "quality": 1, "what": "img element has a suspicious calculated accessible name", "complaints": { "countTotal": 8, "texts": [ "This IMG has a suspicious calculated accessible name value of: bains for assembly logo blue horz.png", "This IMG has a suspicious calculated accessible name value of: jasmeet_bains_header_retouched.jpg", "This IMG has a suspicious calculated accessible name value of: volunteer hand white.png", "This IMG has a suspicious calculated accessible name value of: stay in touch icon.png", "This IMG has a suspicious calculated accessible name value of: donate icon white.png", "This IMG has a suspicious calculated accessible name value of: bains icon.png", "This IMG has a suspicious calculated accessible name value of: shutterstock_2024020883.jpg", "This IMG has a suspicious calculated accessible name value of: bains for assembly logo rev.png" ] } } }, "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 18, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } }, "wave": { "alt_suspicious": { "quality": 1, "what": "Image text alternative is suspicious", "complaints": { "countTotal": 8, "texts": [ "Suspicious alternative text" ] } } } } }, "scrollRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 2, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.FGColour": { "quality": 1, "what": "Inline foreground color may lack a complementary background color", "complaints": { "countTotal": 2, "texts": [ "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour." ] } }, "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 5, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 9, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This 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." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "roleBad": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "ibm": { "element_tabbable_role_valid": { "quality": 1, "what": "Tabbable element has a non-widget role", "complaints": { "countTotal": 2, "texts": [ "The tabbable element's role 'generic' is not a widget role" ] } } } } }, "obsolete": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 5, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5" ] } } } } }, "ariaRedundant": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_attribute_redundant": { "quality": 1, "what": "ARIA attribute is used when there is a corresponding HTML attribute", "complaints": { "countTotal": 1, "texts": [ "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"" ] } } } } }, "attributeBad": { "score": 80, "maxCount": 20, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 8, "texts": [ "Attribute position not allowed on element link at this point." ] } }, "^Bad value .* for attribute .+ on element .+$": { "quality": 1, "what": "Attribute on this element has an invalid value", "complaints": { "countTotal": 12, "texts": [ "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace." ] } } } } }, "linkElementBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": { "quality": 1, "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value", "complaints": { "countTotal": 4, "texts": [ "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload." ] } } } } }, "cssInvalid": { "score": 246, "maxCount": 82, "weight": 3, "tools": { "nuVal": { "CSS: Parse Error.": { "quality": 1, "what": "Invalid CSS", "complaints": { "countTotal": 18, "texts": [ "CSS: Parse Error." ] } }, "^CSS: .+: The types are incompatible.*$": { "quality": 1, "what": "Incompatible types of CSS values", "complaints": { "countTotal": 4, "texts": [ "CSS: --divider-pin-height__: The types are incompatible.", "CSS: --divider-pin-border__: The types are incompatible." ] } }, "^CSS: .+: Parse Error.*$": { "quality": 1, "what": "Invalid CSS", "complaints": { "countTotal": 18, "texts": [ "CSS: opacity: Parse Error.", "CSS: left: Parse Error.", "CSS: top: Parse Error.", "CSS: --alpha: Parse Error.", "CSS: --boxShadowToggleOn: Parse Error." ] } }, "^CSS: .+: Property .+ doesn't exist.*$": { "quality": 1, "what": "Invalid property in CSS", "complaints": { "countTotal": 4, "texts": [ "CSS: view-transition-name: Property view-transition-name doesn't exist.", "CSS: vector-effect: Property vector-effect doesn't exist." ] } }, "^CSS: .+: .+ is not a valid color 3 or 6 hexadecimals numbers.*$": { "quality": 1, "what": "Invalid hexadecimal color in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers." ] } }, "^CSS: .+: Too many values or values are not recognized.+$": { "quality": 1, "what": "Invalid CSS value or too many values", "complaints": { "countTotal": 30, "texts": [ "CSS: height: Too many values or values are not recognized." ] } }, "^CSS: .+: .+ is not a .+ value.*$": { "quality": 1, "what": "Invalid value in CSS", "complaints": { "countTotal": 4, "texts": [ "CSS: visibility: undefined is not a visibility value." ] } }, "^CSS: .+: Unknown dimension.*$": { "quality": 1, "what": "Unknown CSS dimension", "complaints": { "countTotal": 2, "texts": [ "CSS: --theme-spx-ratio: Unknown dimension." ] } } } } }, "metaBad": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "nuVal": { "^Bad value .+ for attribute .+ on element meta.*$": { "quality": 1, "what": "Attribute of a meta element has an invalid value", "complaints": { "countTotal": 8, "texts": [ "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "Bad value etag for attribute http-equiv on element meta." ] } } } } }, "typeRedundant": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 2, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "parentBad": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 10, "texts": [ "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "sectionHeadingless": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "nuVal": { "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": { "quality": 1, "what": "section has no heading", "complaints": { "countTotal": 6, "texts": [ "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed." ] } } }, "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "imageNoSource": { "score": 64, "maxCount": 16, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 16, "texts": [ "Element img is missing required attribute src." ] } } } } }, "slashParseRisk": { "score": 39, "maxCount": 39, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 39, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "elementClosure": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "nuVal": { "^Stray end tag .+$": { "quality": 1, "what": "Invalid closing tag", "complaints": { "countTotal": 4, "texts": [ "Stray end tag link." ] } } } } }, "refresh": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R4": { "quality": 1, "what": "meta element refreshes or redirects with delay", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the meta element is not used for delayed redirecting or refreshing." ] } }, "QW-ACT-R71": { "quality": 1, "what": "meta element has a refresh delay (no exception)", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the `meta` element is not used for delayed redirecting or refreshing." ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "errorReferenceBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 1, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "overflowHiddenRisk": { "score": 24, "maxCount": 24, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 24, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "pseudoNavList": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 7, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "submitButton": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-WCAG-T19": { "quality": 1, "what": "Submit button not provided", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context." ] } } } } }, "colorMissing": { "score": 28, "maxCount": 7, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 7, "texts": [ "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination." ] } } } } }, "noHeading": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 8, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "boxSizeAbsolute": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 3, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "linkTextsSame": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 2, "texts": [ "These links have the same text but different destinations." ] } } } } }, "pseudoLinkRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "tenon": { "129": { "quality": 1, "what": "CSS underline on text that is not a link", "complaints": { "countTotal": 2, "texts": [ "CSS underline on text has been detected that is not a link." ] } } }, "wave": { "underline": { "quality": 1, "what": "CSS underline on text that is not a link", "complaints": { "countTotal": 6, "texts": [ "Underlined text" ] } } } } }, "fontSmall": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "tenon": { "134": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 1, "texts": [ "Very small text found." ] } } }, "wave": { "text_small": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 4, "texts": [ "Very small text" ] } } } } }, "leadingClipsText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 1, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 3, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 16, "maxCount": 16, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 16, "texts": [ "This long string of text is in all caps." ] } } } } }, "linkForcesNewWindow": { "score": 39, "maxCount": 13, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 13, "texts": [ "This link opens in a new window without user control." ] } } } } }, "autocompleteNone": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "autocomplete": { "quality": 1, "what": "Name or email input is missing its required autocomplete attribute", "complaints": { "countTotal": 1, "texts": [ "Input is missing the required autocomplete attribute with value email" ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "tabFocusability": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 4, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 48, "maxCount": 16, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 16, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 6, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over", "Link or button makes the hovering mouse cursor nonstandard" ] } } } } }, "linkIndication": { "score": 36, "maxCount": 18, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 18, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 6, "texts": [ "In-line links have 2 different styles", "Links in columns have 2 different styles", "Level-2 headings have 5 different styles" ] } } } } }, "zIndexNotZero": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 2, "texts": [ "DIV element has a non-default Z index" ] } } } } }, "pseudoHeadingRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 5, "texts": [ "Possible heading" ] } } } } }, "linkPair": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 3, "texts": [ "Redundant link" ] } } } } } } } } }