Accessibility digest
Page | Candidate Mike Gipson (D) |
---|---|
URL | https://www.mikegipson.net/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1751 |
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 Mike Gipson (D) at https://www.mikegipson.net/ 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 1751, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1751 | Sum of the component scores |
issue | 1588 | Severity and number of reported defects |
tool | 161 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 2 | 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 |
---|---|
spontaneousMotion | 204 |
metaBad | 120 |
parentBad | 120 |
cssInvalid | 114 |
focusIndication | 108 |
textContrastAA | 104 |
fatalError | 100 |
fontSizeAbsolute | 48 |
attributeBad | 48 |
focusableOperable | 42 |
linkForcesNewWindow | 33 |
linkNoText | 32 |
elementClosure | 30 |
colorMissing | 28 |
contrastAAA | 27 |
videoContentNoText | 24 |
linkElementBad | 24 |
slashParseRisk | 23 |
leadingInsufficient | 22 |
pageTitle | 20 |
targetSize | 18 |
linkIndication | 18 |
obsolete | 15 |
fontSmall | 15 |
leadingAbsolute | 14 |
hoverSurprise | 14 |
hiddenContentRisk | 12 |
errorReferenceBad | 12 |
pseudoNavList | 12 |
noHeading | 12 |
contrastRisk | 11 |
roleBad | 9 |
overflowHiddenRisk | 9 |
ariaBadAttribute | 8 |
textAlternativeRisk | 8 |
imageNoText | 8 |
audioContentNoText | 8 |
focusableRole | 6 |
linkWindowSurpriseRisk | 6 |
parseError | 6 |
refresh | 6 |
skipRepeatedContent | 6 |
tabFocusability | 6 |
zIndexNotZero | 5 |
cssBansRotate | 4 |
focusableHidden | 4 |
textAreaNoText | 4 |
decorativeImageRisk | 4 |
scrollRisk | 4 |
videoContentNoTranscript | 4 |
videoNoAudioTrack | 4 |
videoNoAudioDescription | 4 |
leadingClipsText | 4 |
inconsistentStyles | 4 |
repeatedContentRisk | 3 |
submitButton | 3 |
horizontalScrolling | 3 |
allCaps | 3 |
labelEmpty | 3 |
headingOfNothing | 2 |
decorativeElementExposed | 2 |
ariaRedundant | 2 |
mainNone | 2 |
textRotated | 2 |
linkPair | 2 |
pseudoOrderedListRisk | 1 |
sectionHeadingless | 1 |
autocompleteNone | 1 |
visibleBulk | 1 |
noScriptRisk | 1 |
videoCaptionRisk | 1 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue spontaneousMotion
WCAG: 2.2.2
Score: 204
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 102
Complaint specifics
- Content moves or changes without user request
Issue metaBad
WCAG: 1.3.1
Score: 120
Complaints by nuVal
Rule ^Attribute .+ not allowed on element meta at this point.*$
^Attribute .+ not allowed on element meta at this point.*$
Description: Attribute is not allowed on a meta element here
Count of instances: 20
Complaint specifics
- Attribute http-equiv not allowed on element meta at this point.
- Attribute name not allowed on element meta at this point.
Rule ^Element meta is missing one or more of the following attributes: .+$
Description: meta element is missing a required attribute
Count of instances: 20
Complaint specifics
- Element meta is missing one or more of the following attributes: itemprop, property.
Issue parentBad
WCAG: 1.3.1
Score: 120
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: 30
Complaint specifics
- Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
- Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Issue cssInvalid
WCAG: 4.1
Score: 114
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: 6
Complaint specifics
- CSS: opacity: Parse Error.
- CSS: left: Parse Error.
- CSS: top: 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: 4
Complaint specifics
- CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers.
Rule ^CSS: .+: .+ is not a .+ value.*$
Description: Invalid value in CSS
Count of instances: 2
Complaint specifics
- CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.
Issue focusIndication
WCAG: 2.4.7
Score: 108
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 27
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: 27
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: 27
Complaint specifics
- A element has no focus indicator
- DIV element has no focus indicator
- BUTTON element has no focus indicator
- INPUT element has no focus indicator
- TEXTAREA element has no focus indicator
Issue textContrastAA
WCAG: 1.4.3
Score: 104
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 26
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: 3
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it's partially obscured by another element
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 10
Complaint specifics
- Very low contrast
Issue fatalError
WCAG: 4.1
Score: 100
Complaints by nuVal
Rule Cannot recover after last error. Any further errors will be ignored.
Cannot recover after last error. Any further errors will be ignored.
Description: Testing was interrupted by a fatal error
Count of instances: 2
Complaint specifics
- Cannot recover after last error. Any further errors will be ignored.
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 48
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 12
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: 24
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue attributeBad
WCAG: 1.3.1
Score: 48
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: 4
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.
Issue focusableOperable
WCAG: 2.1.1
Score: 42
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 14
Complaint specifics
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 33
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 11
Complaint specifics
- This link opens in a new window without user control.
Issue linkNoText
WCAG: 2.4.4
Score: 32
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 4
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 4
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: 4
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 4
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: 4
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: 4
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 1
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 4
Complaint specifics
- Linked image missing alternative text
Issue elementClosure
WCAG: 4.1.1
Score: 30
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Description: Invalid closing tag
Count of instances: 8
Complaint specifics
- Stray end tag noscript.
- Stray end tag head.
- Stray end tag link.
Rule ^Start tag .+ seen but an element of the same type was already open.*$
Description: Element is invalidly a descendant of another such element
Count of instances: 2
Complaint specifics
- Start tag body seen but an element of the same type was already open.
Issue 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 axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 3
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
Issue videoContentNoText
WCAG: 1.2.2
Score: 24
Complaints by axe
Rule video-caption
video-caption
Description: video element has no captions
Count of instances: 1
Complaint specifics
- <video> elements must have captions
Complaints by qualWeb
Rule QW-ACT-R51
QW-ACT-R51
Description: video element visual-only content is not a media alternative for text
Count of instances: 1
Complaint specifics
- This rule checks non-streaming silent video is a media alternative for text on the page.
Rule QW-ACT-R56
Description: video element content is not a media alternative for text
Count of instances: 1
Complaint specifics
- This rule checks non-streaming video is a media alternative for text on the page.
Rule QW-ACT-R61
Description: video element visual content has no transcript
Count of instances: 1
Complaint specifics
- This rule checks that non-streaming video elements have all audio and visual information available in a transcript.
Rule QW-ACT-R23
Description: video element visual content has no accessible alternative
Count of instances: 1
Complaint specifics
- This rule checks that video elements with audio have an alternative for the video content as audio or as text.
Rule QW-ACT-R31
Description: video element visual-only content has no accessible alternative
Count of instances: 1
Complaint specifics
- This rule checks that video elements without audio have an alternative available.
Rule QW-ACT-R32
Description: video element visual-only content has no strict accessible alternative
Count of instances: 1
Complaint specifics
- This rule checks that video elements with audio have audio description.
Issue linkElementBad
WCAG: 1.3.1
Score: 24
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.
Rule A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
Description: link element with a body ancestor has no itemprop or valid rel attribute
Count of instances: 2
Complaint specifics
- A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
Issue slashParseRisk
WCAG: 4.1
Score: 23
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: 23
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 22
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 11
Complaint specifics
- Paragraphs of text have sufficient line height
Issue pageTitle
WCAG: 2.4.2
Score: 20
Complaints by nuVal
Rule Element head is missing a required instance of child element title.
Element head is missing a required instance of child element title.
Description: head element has no child title element
Count of instances: 2
Complaint specifics
- Element head is missing a required instance of child element title.
Issue targetSize
WCAG: 2.5.5
Score: 18
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 6
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue linkIndication
WCAG: 1.3.3
Score: 18
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 9
Complaint specifics
- Link is inline but has no underline
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 fontSmall
WCAG: 1.4
Score: 15
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: 5
Complaint specifics
- Very small text
Issue leadingAbsolute
WCAG: 1.4.12
Score: 14
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 7
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue hoverSurprise
WCAG: 1.4.13
Score: 14
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 7
Complaint specifics
- Hovering over element has unexpected effects
- Link or button makes the hovering mouse cursor nonstandard
- Button shows no indication of being hovered over
Issue hiddenContentRisk
WCAG: 4.1
Score: 12
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 12
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 errorReferenceBad
WCAG: 3.3.1
Score: 12
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 3
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 pseudoNavList
WCAG: 1.3.1
Score: 12
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: 6
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue noHeading
WCAG: 1.3.1
Score: 12
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 4
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue contrastRisk
WCAG: 1.4.3
Score: 11
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: 1
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: 8
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Rule AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 2
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.
Issue roleBad
WCAG: 4.1.2
Score: 9
Complaints by axe
Rule aria-allowed-role
aria-allowed-role
Description: ARIA role is not appropriate for the element
Count of instances: 1
Complaint specifics
- ARIA role should be appropriate for the element; ARIA role presentation is not allowed for given element
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
Rule aria_role_valid
Description: ARIA role is not valid for its element
Count of instances: 1
Complaint specifics
- The ARIA role 'presentation' is not valid for the element <video> and may be ignored by the browser since the element is focusable
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 9
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: 9
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 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 textAlternativeRisk
WCAG: 1
Score: 8
Complaints by continuum
Rule 234
234
Description: img element has a suspicious calculated accessible name
Count of instances: 1
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: mike gipson_2022 logo.png
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 8
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: 1
Complaint specifics
- Suspicious alternative text
Issue imageNoText
WCAG: 1.1.1
Score: 8
Complaints by nuVal
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 2
Complaint specifics
- An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Issue audioContentNoText
WCAG: 1.2.1
Score: 8
Complaints by qualWeb
Rule QW-ACT-R60
QW-ACT-R60
Description: video element auditory content has no captions
Count of instances: 1
Complaint specifics
- This rule checks that captions are available for audio information in non-streaming video elements.
Rule QW-ACT-R26
Description: video element auditory content has no accessible alternative
Count of instances: 1
Complaint specifics
- This rule checks that video elements have an alternative for information conveyed through audio.
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 linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 6
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 6
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue parseError
WCAG: 4.1
Score: 6
Complaints by nuVal
Rule ^Bad start tag in .+$
^Bad start tag in .+$
Description: Invalid start tag
Count of instances: 2
Complaint specifics
- Bad start tag in img in noscript in head.
Issue 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 tabFocusability
WCAG: 2.1.1
Score: 6
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 3
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue zIndexNotZero
WCAG: 1.4
Score: 5
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 5
Complaint specifics
- DIV element has a non-default Z index
- BUTTON element has a non-default Z index
Issue cssBansRotate
WCAG: 1.3.4
Score: 4
Complaints by axe
Rule css-orientation-lock
css-orientation-lock
Description: CSS media query locks display orientation
Count of instances: 1
Complaint specifics
- CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined
Issue focusableHidden
WCAG: 4.1.2
Score: 4
Complaints by axe
Rule presentation-role-conflict
presentation-role-conflict
Description: Element has a none/presentation role but is focusable or has a global ARIA state or property
Count of instances: 1
Complaint specifics
- Ensure elements marked as presentational are consistently ignored
Issue textAreaNoText
WCAG: 1.3.1
Score: 4
Complaints by continuum
Rule 872
872
Description: textarea element has no accessible name, but only a placeholder attribute
Count of instances: 1
Complaint specifics
- This textarea should not rely on text in the placeholder attribute for an accessible name
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 4
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 4
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue scrollRisk
WCAG: 1.4.10
Score: 4
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.
Complaints by qualWeb
Rule QW-BP18
QW-BP18
Description: Percentage is not used in CSS for a container size
Count of instances: 4
Complaint specifics
- The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.
Issue videoContentNoTranscript
WCAG: 1.2.2
Score: 4
Complaints by qualWeb
Rule QW-ACT-R53
QW-ACT-R53
Description: video element visual-only content has no transcript
Count of instances: 1
Complaint specifics
- Non-streaming video elements without audio must have all visual information available in a transcript.
Issue videoNoAudioTrack
WCAG: 1.2.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R54
QW-ACT-R54
Description: video element visual-only content has no audio track alternative
Count of instances: 1
Complaint specifics
- Non-streaming video elements without audio must have an audio alternative.
Issue videoNoAudioDescription
WCAG: 1.2.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R55
QW-ACT-R55
Description: video element visual content has no audio description
Count of instances: 1
Complaint specifics
- This rule checks that non-streaming video elements have all visual information also contained in the audio.
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 inconsistentStyles
WCAG: 3.2.4
Score: 4
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 4
Complaint specifics
- In-line links have 2 different styles
- Links in columns have 2 different styles
- Buttons have 2 different styles
- Level-2 headings have 2 different styles
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 horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue allCaps
WCAG: 3.1.5
Score: 3
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 3
Complaint specifics
- This long string of text is in all caps.
Issue labelEmpty
WCAG: 1.3.1
Score: 3
Complaints by wave
Rule label_empty
label_empty
Description: Empty form label
Count of instances: 1
Complaint specifics
- Empty form label
Issue headingOfNothing
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 1
Complaint specifics
- Headings of same level have text content between them
Issue decorativeElementExposed
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r86
r86
Description: Element marked as decorative is in the accessibility tree or has no none/presentation role
Count of instances: 1
Complaint specifics
- Elements that are marked as decorative are not exposed to assistive technologies
Issue ariaRedundant
WCAG: 4.1.2
Score: 2
Complaints by ibm
Rule aria_attribute_redundant
aria_attribute_redundant
Description: ARIA attribute is used when there is a corresponding HTML attribute
Count of instances: 2
Complaint specifics
- The ARIA attribute "aria-required" is redundant with the HTML attribute "required"
Issue 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 textRotated
WCAG: 1.4.8
Score: 2
Complaints by tenon
Rule 271
271
Description: Text is needlessly rotated 60+ degrees or more, hurting comprehension
Count of instances: 1
Complaint specifics
- This text is rotated from the horizontal by 60 degrees or more.
Issue linkPair
WCAG: 2.4.4
Score: 2
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 1
Complaint specifics
- Redundant link
Issue pseudoOrderedListRisk
WCAG: 1.3.1
Score: 1
Complaints by htmlcs
Rule AAA.1_3_1.H48.2
AAA.1_3_1.H48.2
Description: Ordered list may fail to be coded as such
Count of instances: 1
Complaint specifics
- This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue 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
Issue noScriptRisk
WCAG: 4.1
Score: 1
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 1
Complaint specifics
- Noscript element
Issue videoCaptionRisk
WCAG: 1.2.2
Score: 1
Complaints by wave
Rule html5_video_audio
html5_video_audio
Description: video or audio element may have no or incorrect captions, transcript, or audio description
Count of instances: 1
Complaint specifics
- HTML5 video or audio
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-ACT-R57
QW-ACT-R57
Description: video element visual content has no description track (description tracks and this ACT rule have been deprecated)
Count of instances: 1
Complaint specifics
- This rule checks that description tracks that come with non-streaming video elements are descriptive.
Complete report
{ "id": "18ixx-ts27-caAD65-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687109489424, "endTime": 1687109489990 }, { "type": "url", "which": "https://www.mikegipson.net/", "what": "Candidate Mike Gipson (D)", "startTime": 1687109489990, "result": { "url": "https://www.mikegipson.net/" }, "endTime": 1687109490847 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687109490847, "url": "https://www.mikegipson.net/", "endTime": 1687109492989 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687109492989, "url": "https://www.mikegipson.net/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 404953, 1201341, 1026951, 1151695, 1328374 ], "localRatios": [ 2.967, 1.17, 1.121, 1.153 ], "meanLocalRatio": 1.603, "maxLocalRatio": 2.967, "globalRatio": 3.28, "pixelChanges": [ 739700, 648141, 563002, 622183 ], "meanPixelChange": 643256, "maxPixelChange": 739700, "changeFrequency": 1 }, "totals": [ 0, 0, 102, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 102, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 102, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 102, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687109508396 }, { "type": "launch", "which": "chromium", "startTime": 1687109508397, "endTime": 1687109508979 }, { "type": "url", "which": "https://www.mikegipson.net/", "what": "Candidate Mike Gipson (D)", "startTime": 1687109508979, "result": { "url": "https://www.mikegipson.net/" }, "endTime": 1687109509595 }, { "type": "test", "which": "alfa", "startTime": 1687109509595, "url": "https://www.mikegipson.net/", "what": "alfa", "result": { "totals": { "failures": 40, "warnings": 79 }, "items": [ { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jd08o34g1-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"203dcdc2ac8b48de89313f...", " <img alt=\"White YouTube Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 16, "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jfx7j3mz-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933f...", " <img alt=\"\" style=\"width: 31px; height: 31px; object-fit: cover;\">", " </wow-image>", "</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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jd08o34g7-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d6673...", " <img alt=\"White Twitter Icon\" style=\"width: 31px; height: 31px; 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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_3_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jd08o34g9-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d...", " <img alt=\"White Facebook Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 50, "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[4]/div[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"false\"" ] } }, { "index": 56, "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[8]/div[1]/@aria-haspopup", "codeLines": [ "aria-haspopup=\"false\"" ] } }, { "index": 417, "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.mikegipson.net\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-jf8l3jjd\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-jf8l3jjd","displayMode":"fill","targetWidth":185,"targetHeight":81,"isLQIP":false,"imageData":{"width":3300,"...", " <img src=\"https://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.png\" alt=\"Mike Gipson_2022 Logo.png\" style=\"width:185px;height:81px;object-fit:cover\" src...", " </wow-image>", "</a>" ] } }, { "index": 418, "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[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrpxhyr\" href=\"https://www.mikegipson.net\" 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: 34px;\" id=\"comp-jd1hvoxh0label\">", " About Mike", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 419, "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[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net/endorsements\" 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: 34px;\" id=\"comp-jd1hvoxh1label\">", " Endorsements", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 420, "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.mikegipson.net/issues\" 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: 34px;\" id=\"comp-jd1hvoxh2label\">", " Issues", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 421, "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[4]/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: 34px;\" id=\"comp-jd1hvoxh3label\">", " Media", " </p>", " </div>", " </div>", "</div>" ] } }, { "index": 422, "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[5]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrq1vly\" href=\"https://www.mikegipson.net\" 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: 34px;\" id=\"comp-jd1hvoxh4label\">", " Contact Us", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 423, "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[6]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MikeGipson2022\" target=\"_blank\" class=\"lY3Nwh\" aria-haspopup=\"false\">", " <div class=\"rBTT56\">", " <div class=\"\" style=\"text-align:right\">", " <p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh5label\" tabindex=\"-1\">", " Donate", " </p>", " </div>", " </div>", "</a>" ] } }, { "index": 424, "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[8]/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: 34px;\" id=\"comp-jd1hvoxh__more__label\">", " More", " </p>", " </div>", " </div>", "</div>" ] } }, { "index": 425, "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]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jcrb6q0f4-comp-jcrb6pzf","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"203dcdc2ac8b48de89313f...", " <img alt=\"White YouTube Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/203dcdc2ac8b48de89313f90d2a4cda1.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/203dcdc2ac8b48de89313f90d2a4cda1.png\" style=\"width: 24px; height: 24px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 426, "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]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jfeka77s-comp-jcrb6pzf","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933f...", " <img alt=\"Flickr - White Circle\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/1b5c99a55d4e4f16abf933fcedd2b9ff.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/1b5c99a55d4e4f16abf933fcedd2b9ff.png\" style=\"width: 24px; height: 24px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 427, "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]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jcrb6q0f-comp-jcrb6pzf","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d66736...", " <img alt=\"White Twitter Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 24px; height: 24px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 428, "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]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_3_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jcrb6q0e1-comp-jcrb6pzf","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d...", " <img alt=\"White Facebook Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 24px; height: 24px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 429, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/button[1]", "codeLines": [ "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\">", " <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path>", " </svg>", "</button>" ] } }, { "index": 430, "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/button[2]", "codeLines": [ "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\">", " <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path>", " </svg>", "</button>" ] } }, { "index": 431, "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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[1]/a[1]", "codeLines": [ "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>" ] } }, { "index": 432, "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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[2]/a[1]", "codeLines": [ "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>" ] } }, { "index": 433, "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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[3]/a[1]", "codeLines": [ "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>" ] } }, { "index": 434, "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jd08o34g1-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"203dcdc2ac8b48de89313f...", " <img alt=\"White YouTube Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 435, "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jfx7j3mz-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933f...", " <img alt=\"\" style=\"width: 31px; height: 31px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 436, "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_2_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jd08o34g7-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"01ab6619093f45388d6673...", " <img alt=\"White Twitter Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 437, "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_3_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-jd08o34g9-comp-jd08o33f","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d...", " <img alt=\"White Facebook Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 438, "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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/a[1]", "codeLines": [ "<a data-auto-recognition=\"true\" href=\"mailto:mikegipson18@gmail.com\" class=\"wixui-rich-text__text\">", " mikegipson18@gmail.com", "</a>" ] } }, { "index": 439, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/a[1]", "codeLines": [ "<a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">", " 1434878", "</a>" ] } }, { "index": 440, "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]", "codeLines": [ "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">" ] } }, { "index": 441, "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]", "codeLines": [ "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">" ] } }, { "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": "textarea", "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/textarea[1]", "codeLines": [ "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>" ] } }, { "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": "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]", "codeLines": [ "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">", " <span class=\"M3I7Z2 wixui-button__label\">", " Send", " </span>", "</button>" ] } }, { "index": 444, "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]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "About Mike" ] } }, { "index": 445, "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]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 446, "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": [ "Issues" ] } }, { "index": 447, "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]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 448, "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[5]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Contact Us" ] } }, { "index": 449, "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[6]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 450, "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[8]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "More" ] } }, { "index": 451, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "About Mike" ] } }, { "index": 452, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process." ] } }, { "index": 453, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]/span[1]/text()[1]", "codeLines": [ "During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s succe..." ] } }, { "index": 454, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]/span[1]/text()[1]", "codeLines": [ "Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to prot..." ] } }, { "index": 455, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]/span[1]/text()[1]", "codeLines": [ "As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs." ] } }, { "index": 456, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 457, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]/span[1]/text()[1]", "codeLines": [ "Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchil..." ] } }, { "index": 458, "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "BETTER" ] } }, { "index": 459, "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "SCHOOLS" ] } }, { "index": 460, "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CONTACT US" ] } }, { "index": 461, "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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "FOR INQUIRIES" ] } }, { "index": 462, "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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "mikegipson18@gmail.com" ] } }, { "index": 463, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 464, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Gipson for Assembly 2022" ] } }, { "index": 465, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[2]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 466, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC#" ] } }, { "index": 467, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "1434878" ] } }, { "index": 468, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[1]", "codeLines": [ "249 E. OCEAN BLVD. SUITE 685" ] } }, { "index": 469, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[2]", "codeLines": [ "LONG BEACH, CA 90802" ] } }, { "index": 470, "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]/span[1]/text()[1]", "codeLines": [ "Send" ] } }, { "index": 479, "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]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "About Mike" ] } }, { "index": 480, "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]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 481, "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": [ "Issues" ] } }, { "index": 482, "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]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 483, "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[5]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Contact Us" ] } }, { "index": 484, "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[6]/a[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 485, "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[8]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "More" ] } }, { "index": 486, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/text()[1]", "codeLines": [ "About Mike" ] } }, { "index": 487, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]", "codeLines": [ "First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process." ] } }, { "index": 488, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]/span[1]/text()[1]", "codeLines": [ "During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s succe..." ] } }, { "index": 489, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]/span[1]/text()[1]", "codeLines": [ "Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to prot..." ] } }, { "index": 490, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]/span[1]/text()[1]", "codeLines": [ "As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs." ] } }, { "index": 491, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 492, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]/span[1]/text()[1]", "codeLines": [ "Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchil..." ] } }, { "index": 493, "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "BETTER" ] } }, { "index": 494, "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/text()[1]", "codeLines": [ "SCHOOLS" ] } }, { "index": 495, "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/text()[1]", "codeLines": [ "CONTACT US" ] } }, { "index": 496, "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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "FOR INQUIRIES" ] } }, { "index": 497, "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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "mikegipson18@gmail.com" ] } }, { "index": 498, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 499, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Gipson for Assembly 2022" ] } }, { "index": 500, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[2]/span[1]/text()[1]", "codeLines": [ "​" ] } }, { "index": 501, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC#" ] } }, { "index": 502, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/a[1]/text()[1]", "codeLines": [ "1434878" ] } }, { "index": 503, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[1]", "codeLines": [ "249 E. OCEAN BLVD. SUITE 685" ] } }, { "index": 504, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[2]", "codeLines": [ "LONG BEACH, CA 90802" ] } }, { "index": 553, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process.", " </span>", "</p>" ] } }, { "index": 554, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s s...", " </span>", "</p>" ] } }, { "index": 555, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to ...", " </span>", "</p>" ] } }, { "index": 556, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <br class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs.", " </span>", "</p>" ] } }, { "index": 557, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 558, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grand...", " </span>", "</p>" ] } }, { "index": 559, "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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:20px;\">", " <span style=\"letter-spacing:0.13em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " FOR INQUIRIES", " </span>", " </span>", "</p>" ] } }, { "index": 561, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 562, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " Paid for by Gipson for Assembly 2022", " </span>", " </span>", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 563, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " FPPC#", " <a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">", " 1434878", " </a>", " </span>", " </span>", "</p>" ] } }, { "index": 564, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " 249 E. OCEAN BLVD. SUITE 685", " <br class=\"wixui-rich-text__text\">", " LONG BEACH, CA 90802", " </span>", " </span>", "</p>" ] } }, { "index": 565, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process.", " </span>", "</p>" ] } }, { "index": 566, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s s...", " </span>", "</p>" ] } }, { "index": 567, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to ...", " </span>", "</p>" ] } }, { "index": 568, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <br class=\"wixui-rich-text__text\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs.", " </span>", "</p>" ] } }, { "index": 569, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 570, "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grand...", " </span>", "</p>" ] } }, { "index": 571, "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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]", "codeLines": [ "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:20px;\">", " <span style=\"letter-spacing:0.13em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " FOR INQUIRIES", " </span>", " </span>", "</p>" ] } }, { "index": 572, "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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]", "codeLines": [ "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:16px;\">", " <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <a data-auto-recognition=\"true\" href=\"mailto:mikegipson18@gmail.com\" class=\"wixui-rich-text__text\">", " mikegipson18@gmail.com", " </a>", " </span>", " </span>", "</p>" ] } }, { "index": 573, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"wixGuard wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 574, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " Paid for by Gipson for Assembly 2022", " </span>", " </span>", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " ​", " </span>", " </span>", "</p>" ] } }, { "index": 575, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " FPPC#", " <a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">", " 1434878", " </a>", " </span>", " </span>", "</p>" ] } }, { "index": 576, "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">", " <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " 249 E. OCEAN BLVD. SUITE 685", " <br class=\"wixui-rich-text__text\">", " LONG BEACH, CA 90802", " </span>", " </span>", "</p>" ] } }, { "index": 599, "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[1]/h2[1]", "codeLines": [ "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:60px; text-align:center;\">", " <span style=\"font-family:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\">", " <span class=\"color_11 wixui-rich-text__text\">", " <span style=\"font-size:60px;\" class=\"wixui-rich-text__text\">", " BETTER", " </span>", " </span>", " </span>", "</h2>" ] } }, { "index": 606, "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]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh0label\">", " About Mike", "</p>" ] } }, { "index": 607, "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]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh1label\">", " Endorsements", "</p>" ] } }, { "index": 608, "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: 34px;\" id=\"comp-jd1hvoxh2label\">", " Issues", "</p>" ] } }, { "index": 609, "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]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh3label\">", " Media", "</p>" ] } }, { "index": 610, "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[5]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh4label\">", " Contact Us", "</p>" ] } }, { "index": 611, "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[6]/a[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh5label\" tabindex=\"-1\">", " Donate", "</p>" ] } }, { "index": 612, "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[8]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh__more__label\">", " More", "</p>" ] } }, { "index": 656, "verdict": "failed", "rule": { "ruleID": "r86", "ruleSummary": "Elements that are marked as decorative are not exposed to assistive technologies", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r86", "requirements": [] }, "target": { "type": "element", "tagName": "video", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/wix-video[1]/video[1]", "codeLines": [ "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object..." ] } }, { "index": 661, "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": [ 79, 0, 0, 40 ], "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\" ... ot;:{"width":200,"height":200,"uri":"203dcdc2ac8b48de89313f... <img alt=\"White YouTube Icon\" style=\"width: 31px; height: 31px; 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"conta ... quot;imageData":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933f... <img alt=\"\" style=\"width: 31px; height: 31px; 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId": ... ot;:{"width":200,"height":200,"uri":"01ab6619093f45388d6673... <img alt=\"White Twitter Icon\" style=\"width: 31px; height: 31px; 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"cont ... t;:{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d... <img alt=\"White Facebook Icon\" style=\"width: 31px; height: 31px; 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[4]/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[8]/div[1]/@aria-haspopup" }, "excerpt": "aria-haspopup=\"false\"" }, { "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.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-jf8l3jjd\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"co ... 60,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.png\" alt=\"Mike Gipson_2022 Logo.png\" style=\"width:185px;height:81px;object-fit:cover\" src... </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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrpxhyr\" href=\"https://www.mikegipson.net\" 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: 34px;\" id=\"comp-jd1hvoxh0label\"> About Mike </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[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net/endorsements\" 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: 34px;\" id=\"comp-jd1hvoxh1label\"> Endorsements </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[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net/issues\" 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: 34px;\" id=\"comp-jd1hvoxh2label\"> Issues </p> </div> </div> </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[4]/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: 34px;\" id=\"comp-jd1hvoxh3label\"> 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[5]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrq1vly\" href=\"https://www.mikegipson.net\" 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: 34px;\" id=\"comp-jd1hvoxh4label\"> Contact Us </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[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MikeGipson2022\" target=\"_blank\" class=\"lY3Nwh\" aria-haspopup=\"false\"> <div class=\"rBTT56\"> <div class=\"\" style=\"text-align:right\"> <p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh5label\" tabindex=\"-1\"> Donate </p> </div> </div> </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[8]/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: 34px;\" id=\"comp-jd1hvoxh__more__label\"> More </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\" ... dcdc2ac8b48de89313f90d2a4cda1.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/203dcdc2ac8b48de89313f90d2a4cda1.png\" style=\"width: 24px; height: 24px; 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]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"conta ... c99a55d4e4f16abf933fcedd2b9ff.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/1b5c99a55d4e4f16abf933fcedd2b9ff.png\" style=\"width: 24px; height: 24px; 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]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId": ... b6619093f45388d66736ec22e5885.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 24px; height: 24px; 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]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"cont ... d2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 24px; height: 24px; object-fit: cover;\"> </wow-image> </a>" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/button[1]" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"> <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path> </svg> </button>" }, { "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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/button[2]" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"> <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"> <path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path> </svg> </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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[1]/a[1]" }, "excerpt": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[2]/a[1]" }, "excerpt": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[3]/a[1]" }, "excerpt": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\" ... ot;:{"width":200,"height":200,"uri":"203dcdc2ac8b48de89313f... <img alt=\"White YouTube Icon\" style=\"width: 31px; height: 31px; 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"conta ... quot;imageData":{"width":200,"height":200,"uri":"1b5c99a55d4e4f16abf933f... <img alt=\"\" style=\"width: 31px; height: 31px; 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_2_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId": ... ot;:{"width":200,"height":200,"uri":"01ab6619093f45388d6673... <img alt=\"White Twitter Icon\" style=\"width: 31px; height: 31px; 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_3_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"cont ... t;:{"width":200,"height":200,"uri":"23fd2a2be53141ed810f4d... <img alt=\"White Facebook Icon\" style=\"width: 31px; height: 31px; 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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/a[1]" }, "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:mikegipson18@gmail.com\" class=\"wixui-rich-text__text\"> mikegipson18@gmail.com </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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/a[1]" }, "excerpt": "<a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\"> 1434878 </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "input_comp-keh3vzm0", "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "input_comp-keh3vzma", "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[3]/textarea[1]" }, "excerpt": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>" }, { "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\"> <span class=\"M3I7Z2 wixui-button__label\"> Send </span> </button>" }, { "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]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "About Mike" }, { "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]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Endorsements" }, { "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": "Issues" }, { "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]/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[5]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Contact Us" }, { "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[6]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[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[8]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "More" }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "About Mike" }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]/span[1]/text()[1]" }, "excerpt": "During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s succe..." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]/span[1]/text()[1]" }, "excerpt": "Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to prot..." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]/span[1]/text()[1]" }, "excerpt": "As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]/span[1]/text()[1]" }, "excerpt": "Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchil..." }, { "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "BETTER" }, { "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "SCHOOLS" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CONTACT US" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "FOR INQUIRIES" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "mikegipson18@gmail.com" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Gipson for Assembly 2022" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[2]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC#" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "1434878" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[1]" }, "excerpt": "249 E. OCEAN BLVD. SUITE 685" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[2]" }, "excerpt": "LONG BEACH, CA 90802" }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[5]/button[1]/span[1]/text()[1]" }, "excerpt": "Send" }, { "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]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "About Mike" }, { "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]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Endorsements" }, { "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": "Issues" }, { "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]/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[5]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Contact Us" }, { "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[6]/a[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[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[8]/div[1]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "More" }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/text()[1]" }, "excerpt": "About Mike" }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]/span[1]/text()[1]" }, "excerpt": "First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]/span[1]/text()[1]" }, "excerpt": "During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s succe..." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]/span[1]/text()[1]" }, "excerpt": "Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to prot..." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]/span[1]/text()[1]" }, "excerpt": "As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs." }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]/span[1]/text()[1]" }, "excerpt": "Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchil..." }, { "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[1]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "BETTER" }, { "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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[2]/h2[1]/span[1]/span[1]/span[1]/text()[1]" }, "excerpt": "SCHOOLS" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[1]/h1[1]/span[1]/span[1]/text()[1]" }, "excerpt": "CONTACT US" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "FOR INQUIRIES" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "mikegipson18@gmail.com" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Gipson for Assembly 2022" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]/span[2]/span[1]/text()[1]" }, "excerpt": "​" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC#" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/a[1]/text()[1]" }, "excerpt": "1434878" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[1]" }, "excerpt": "249 E. OCEAN BLVD. SUITE 685" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]/span[1]/span[1]/text()[2]" }, "excerpt": "LONG BEACH, CA 90802" }, { "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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process. </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> During his Assembly tenure, Gipson has been a l ... the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s s... </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Before being elected to the Assembly, Gipson wa ... led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to ... </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <br class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> As a local C ... fety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs. </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Gipson grew up in Watts, where his parents rais ... t critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grand... </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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:20px;\"> <span style=\"letter-spacing:0.13em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FOR INQUIRIES </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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"wixGuard wixui-rich-text__text\"> ​ </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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Paid for by Gipson for Assembly 2022 </span> </span> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> ​ </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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FPPC# <a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\"> 1434878 </a> </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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> 249 E. OCEAN BLVD. SUITE 685 <br class=\"wixui-rich-text__text\"> LONG BEACH, CA 90802 </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process. </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[3]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> During his Assembly tenure, Gipson has been a l ... the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s s... </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[5]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Before being elected to the Assembly, Gipson wa ... led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to ... </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[6]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <br class=\"wixui-rich-text__text\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> As a local C ... fety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs. </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[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[7]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" 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]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[2]/div[2]/div[1]/div[2]/div[1]/div[2]/p[8]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> Gipson grew up in Watts, where his parents rais ... t critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grand... </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[1]/div[2]/div[1]/div[2]/div[1]/div[3]/p[1]" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:20px;\"> <span style=\"letter-spacing:0.13em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FOR INQUIRIES </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[1]/div[2]/div[1]/div[2]/div[1]/div[4]/p[1]" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:16px;\"> <span style=\"letter-spacing:0.08em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <a data-auto-recognition=\"true\" href=\"mailto:mikegipson18@gmail.com\" class=\"wixui-rich-text__text\"> mikegipson18@gmail.com </a> </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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" 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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[2]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> Paid for by Gipson for Assembly 2022 </span> </span> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> FPPC# <a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\"> 1434878 </a> </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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"> <span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> 249 E. OCEAN BLVD. SUITE 685 <br class=\"wixui-rich-text__text\"> LONG BEACH, CA 90802 </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[2]/div[1]/div[1]/div[2]/div[2]/div[1]/div[3]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:60px; text-align:center;\"> <span style=\"font-family:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\"> <span class=\"color_11 wixui-rich-text__text\"> <span style=\"font-size:60px;\" class=\"wixui-rich-text__text\"> BETTER </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-jd1hvoxh0label", "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]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh0label\"> About Mike </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jd1hvoxh1label", "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]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh1label\"> Endorsements </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jd1hvoxh2label", "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: 34px;\" id=\"comp-jd1hvoxh2label\"> Issues </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jd1hvoxh3label", "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]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh3label\"> Media </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jd1hvoxh4label", "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[5]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh4label\"> Contact Us </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jd1hvoxh5label", "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[6]/a[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh5label\" tabindex=\"-1\"> Donate </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "comp-jd1hvoxh__more__label", "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[8]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh__more__label\"> More </p>" }, { "ruleID": "r86", "what": "Elements that are marked as decorative are not exposed to assistive technologies", "ordinalSeverity": 3, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/wix-video[1]/video[1]" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object..." }, { "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": 1687109514742 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687109514743, "url": "https://www.mikegipson.net/", "what": "Axe", "result": { "totals": { "rulesNA": 47, "rulesPassed": 48, "rulesWarned": 4, "rulesViolated": 5, "warnings": { "minor": 12, "moderate": 0, "serious": 4, "critical": 1 }, "violations": { "minor": 4, "moderate": 0, "serious": 7, "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:32:05.256Z", "url": "https://www.mikegipson.net/", "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": "45.0pt (60px)", "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-size:60px;\" class=\"wixui-rich-text__text\">BETTER</span>", "target": [ "span > .color_11 > 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": "60.0pt (80px)", "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:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\">SCHOOLS</span>", "target": [ ".color_11 > 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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>", "target": [ "#textarea_comp-keh3vzme" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>", "target": [ "#textarea_comp-keh3vzme" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured 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": [ "ul[aria-hidden=\"true\"]" ], "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-jd1hvoxh6\" data-direction=\"ltr\" data-listposition=\"right\" data-data-id=\"dataItem-kj0g8c4u\" data-state=\"menu false link\" data-index=\"6\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#comp-jd1hvoxh6" ], "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-jd1hvoxhnavContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#comp-jd1hvoxhnavContainer-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=\"mHZSwn\">My Story</span>", "target": [ "#comp-jcrpxhy0 > .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": "<span class=\"mHZSwn\">Contact Us</span>", "target": [ "#comp-jcrq1vld > .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": "<img alt=\"White YouTube Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", "target": [ "#img_0_comp-jd08o33f > img[alt=\"White YouTube 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=\"\" style=\"width: 31px; height: 31px; object-fit: cover;\">", "target": [ "#img_1_comp-jd08o33f > img[alt=\"\"]" ], "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=\"White Twitter Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", "target": [ "#img_2_comp-jd08o33f > img[alt=\"White Twitter 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=\"White Facebook Icon\" style=\"width: 31px; height: 31px; object-fit: cover;\">", "target": [ "#img_3_comp-jd08o33f > img[alt=\"White Facebook 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": "<div id=\"comp-keh3vzms\" class=\"BaOVQ8 tz5f0K comp-keh3vzms wixui-rich-text\" data-testid=\"richTextElement\">", "target": [ "#comp-keh3vzms" ], "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." } ] }, { "id": "video-caption", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag122", "section508", "section508.22.a", "TTv5", "TT17.a" ], "description": "Ensures <video> elements have captions", "help": "<video> elements must have captions", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/video-caption?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "caption", "data": null, "relatedNodes": [], "impact": "critical", "message": "Check that captions is available for the element" } ], "impact": "critical", "html": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">", "target": [ "#comp-jcqcaue3_video" ], "failureSummary": "Fix all of the following:\n Check that captions is available for the element" } ] }, { "id": "css-orientation-lock", "impact": "serious", "tags": [ "cat.structure", "wcag134", "wcag21aa", "experimental" ], "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries must not lock display orientation", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "css-orientation-lock", "data": null, "relatedNodes": [], "impact": "serious", "message": "CSS Orientation lock cannot be determined" } ], "none": [], "impact": "serious", "html": "<html lang=\"en\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "id": "aria-allowed-role", "impact": "minor", "tags": [ "cat.aria", "best-practice" ], "description": "Ensures role attribute has an appropriate value for the element", "help": "ARIA role should be appropriate for the element", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-allowed-role?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-allowed-role", "data": [ "presentation" ], "relatedNodes": [], "impact": "minor", "message": "ARIA role presentation is not allowed for given element" } ], "all": [], "none": [], "impact": "minor", "html": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">", "target": [ "#comp-jcqcaue3_video" ], "failureSummary": "Fix any of the following:\n ARIA role presentation is not allowed for given element" } ] }, { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#c2202f", "contrastRatio": 5.92, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">", "target": [ "#input_comp-keh3vzm0" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">", "target": [ "#input_comp-keh3vzm0" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#c2202f", "contrastRatio": 5.92, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">", "target": [ "#input_comp-keh3vzma" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">", "target": [ "#input_comp-keh3vzma" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#c2202f", "contrastRatio": 5.92, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\"><span class=\"M3I7Z2 wixui-button__label\">Send</span></button>", "target": [ ".kuTaGy" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"M3I7Z2 wixui-button__label\">Send</span>", "target": [ ".M3I7Z2" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7: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: 34px;\" id=\"comp-jd1hvoxh3label\">Media</p></div></div></div>", "target": [ "#comp-jd1hvoxh3 > .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: 34px;\" id=\"comp-jd1hvoxh__more__label\">More</p></div></div></div>", "target": [ "#comp-jd1hvoxh__more__ > .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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\">", "target": [ "#dataItem-jd08o34g1-comp-jd08o33f > .oRtuWN[target=\"_blank\"][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\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\">", "target": [ "#dataItem-jfx7j3mz-comp-jd08o33f > .oRtuWN[target=\"_blank\"][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\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\">", "target": [ "#dataItem-jd08o34g7-comp-jd08o33f > .oRtuWN[target=\"_blank\"][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\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\">", "target": [ "#dataItem-jd08o34g9-comp-jd08o33f > .oRtuWN[target=\"_blank\"][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" } ] }, { "id": "presentation-role-conflict", "impact": "minor", "tags": [ "cat.aria", "best-practice", "ACT" ], "description": "Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them", "help": "Ensure elements marked as presentational are consistently ignored", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/presentation-role-conflict?application=axeAPI", "nodes": [ { "any": [], "all": [], "none": [ { "id": "is-element-focusable", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element is not focusable." } ], "impact": "minor", "html": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">", "target": [ "#comp-jcqcaue3_video" ], "failureSummary": "Fix all of the following:\n Element is not focusable." } ] } ] }, "success": true }, "standardResult": { "totals": [ 12, 5, 4, 7 ], "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 > .color_11 > span" }, "excerpt": "<span style=\"font-size:60px;\" class=\"wixui-rich-text__text\">BETTER</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": ".color_11 > span > span" }, "excerpt": "<span style=\"font-family:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\">SCHOOLS</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it's partially obscured by another element", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "location": { "doc": "dom", "type": "selector", "spec": "#textarea_comp-keh3vzme" }, "excerpt": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "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": "ul[aria-hidden=\"true\"]" }, "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": "LI", "id": "comp-jd1hvoxh6", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jd1hvoxh6" }, "excerpt": "<li id=\"comp-jd1hvoxh6\" data-direction=\"ltr\" data-listposition=\"right\" data-data-id=\"dataItem-kj0g8c4u\" data-state=\"menu false link\" data-index=\"6\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" 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-jd1hvoxhnavContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jd1hvoxhnavContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"comp-jd1hvoxhnavContainer-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": "#comp-jcrpxhy0 > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">My Story</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": "#comp-jcrq1vld > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">Contact Us</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": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#img_0_comp-jd08o33f > img[alt=\"White YouTube Icon\"]" }, "excerpt": "<img alt=\"White YouTube Icon\" style=\"width: 31px; height: 31px; 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-jd08o33f > img[alt=\"\"]" }, "excerpt": "<img alt=\"\" style=\"width: 31px; height: 31px; 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-jd08o33f > img[alt=\"White Twitter Icon\"]" }, "excerpt": "<img alt=\"White Twitter Icon\" style=\"width: 31px; height: 31px; 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_3_comp-jd08o33f > img[alt=\"White Facebook Icon\"]" }, "excerpt": "<img alt=\"White Facebook Icon\" style=\"width: 31px; height: 31px; 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": "DIV", "id": "comp-keh3vzms", "location": { "doc": "dom", "type": "selector", "spec": "#comp-keh3vzms" }, "excerpt": "<div id=\"comp-keh3vzms\" class=\"BaOVQ8 tz5f0K comp-keh3vzms wixui-rich-text\" data-testid=\"richTextElement\">" }, { "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": "video-caption", "what": "<video> elements must have captions", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jcqcaue3_video" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\">" }, { "ruleID": "aria-allowed-role", "what": "ARIA role should be appropriate for the element; ARIA role presentation is not allowed for given element", "ordinalSeverity": 2, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jcqcaue3_video" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-keh3vzm0", "location": { "doc": "dom", "type": "selector", "spec": "#input_comp-keh3vzm0" }, "excerpt": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-keh3vzma", "location": { "doc": "dom", "type": "selector", "spec": "#input_comp-keh3vzma" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".M3I7Z2" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">Send</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-jd1hvoxh3 > .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: 34px;\" id=\"comp-jd1hvoxh3label\">Media</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-jd1hvoxh__more__ > .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: 34px;\" id=\"comp-jd1hvoxh__more__label\">More</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": "#dataItem-jd08o34g1-comp-jd08o33f > .oRtuWN[target=\"_blank\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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-jfx7j3mz-comp-jd08o33f > .oRtuWN[target=\"_blank\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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-jd08o34g7-comp-jd08o33f > .oRtuWN[target=\"_blank\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" 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-jd08o34g9-comp-jd08o33f > .oRtuWN[target=\"_blank\"][data-testid=\"linkElement\"]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\">" }, { "ruleID": "presentation-role-conflict", "what": "Ensure elements marked as presentational are consistently ignored", "ordinalSeverity": 2, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "location": { "doc": "dom", "type": "selector", "spec": "#comp-jcqcaue3_video" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\">" } ] }, "endTime": 1687109525298 }, { "type": "launch", "which": "chromium", "startTime": 1687109525299, "endTime": 1687109525843 }, { "type": "url", "which": "https://www.mikegipson.net/", "what": "Candidate Mike Gipson (D)", "startTime": 1687109525843, "result": { "url": "https://www.mikegipson.net/" }, "endTime": 1687109526366 }, { "type": "test", "which": "continuum", "startTime": 1687109526366, "url": "https://www.mikegipson.net/", "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: mike gipson_2022 logo.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_ ... tps://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.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/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.png\"][alt=\"Mike Gipson_2022 Logo.png\"][srcset=\"https://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.png 1x, https://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_370,h_162,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.png 2x\"][fetchpriority=\"high\"]", "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\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/203dcdc2ac8b48de89313f90d2 ... ;:"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"White YouTube Icon\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\"][target=\"_blank\"][class=\"oRtuWN\"]", "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=\"oRtuWN\" target=\"_blank\" href=\"https://www.flickr.com/photos/183445511@N07/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/1b5c99a55d4e4f16abf933fcedd2b9ff.png/v ... t;,"name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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.flickr.com/photos/183445511@N07/\"][target=\"_blank\"][class=\"oRtuWN\"]", "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=\"oRtuWN\" target=\"_blank\" href=\"https://twitter.com/mgipson2014\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_31,h ... ;:"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"White Twitter Icon\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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://twitter.com/mgipson2014\"][target=\"_blank\"][class=\"oRtuWN\"]", "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=\"oRtuWN\" target=\"_blank\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/ ... :"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"White Facebook Icon\"></div></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-testid=\"linkElement\"][href=\"https://www.facebook.com/MikeGipson4Assembly/\"][target=\"_blank\"][class=\"oRtuWN\"]", "attNo": 4 } }, { "engineTestId": 872, "bestPracticeId": 2440, "attribute": "This textarea should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This textarea should not rely on text in the placeholder attribute for an accessible name", "element": "<textarea aria-required=\"false\" placeholder=\"Message\" class=\"rEindN has-custom-focus wixui-text-box__input\" id=\"textarea_comp-keh3vzme\"></textarea>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "textarea[id=\"textarea_comp-keh3vzme\"][class=\"rEindN has-custom-focus wixui-text-box__input\"][placeholder=\"Message\"][aria-required=\"false\"]", "attNo": 4 } } ], "standardResult": { "totals": [ 0, 0, 0, 6 ], "instances": [ { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: mike gipson_2022 logo.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/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_ ... tps://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.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(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/203dcdc2ac8b48de89313f90d2 ... ;:"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_0_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"White YouTube Icon\"></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(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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\" target=\"_blank\" href=\"https://www.flickr.com/photos/183445511@N07/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/1b5c99a55d4e4f16abf933fcedd2b9ff.png/v ... t;,"name":"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_1_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"\"></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(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*: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\" target=\"_blank\" href=\"https://twitter.com/mgipson2014\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_31,h ... ;:"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_2_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"White Twitter Icon\"></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(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" data-testid=\"linkElement\"><div data-src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/ ... :"","displayMode":"fill"}}\" class=\"HlRz5e YaS0jR\" id=\"img_3_comp-jd08o33f\"><img style=\"width: 31px; height: 31px; object-fit: cover;\" alt=\"White Facebook Icon\"></div></a>" }, { "ruleID": "872", "what": "This textarea should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)" }, "excerpt": "<textarea aria-required=\"false\" placeholder=\"Message\" class=\"rEindN has-custom-focus wixui-text-box__input\" id=\"textarea_comp-keh3vzme\"></textarea>" } ] }, "endTime": 1687109526567 }, { "type": "launch", "which": "chromium", "startTime": 1687109526567, "endTime": 1687109527053 }, { "type": "url", "which": "https://www.mikegipson.net/", "what": "Candidate Mike Gipson (D)", "startTime": 1687109527053, "result": { "url": "https://www.mikegipson.net/" }, "endTime": 1687109527602 }, { "type": "test", "which": "htmlcs", "startTime": 1687109527602, "url": "https://www.mikegipson.net/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": {}, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img alt=\"\" style=\"width: 31px; height: 31px; object-fit: cover;\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://static.wixstatic.com/media/a37828_0ef74ccea8594c0b8652536c2030c176f000.jpg/v1/fill/w_1280,h_860,al_c,q_85,usm_0.33_1.00_0.00,enc_auto/a37828_0ef74ccea8594c0b8652536c2030c176f000.jpg\" alt=\"\" style=\"width: 1280px; height: 860px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://static.wixstatic.com/media/a37828_3db62c1e547144f39c1559c4bf548199~mv2.jpg/v1/fill/w_145,h_77,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/a37828_3db62c1e547144f39c1559c4bf548199~mv2.jpg\" alt=\"\" style=\"width: 1112px; height: 510px; object-fit: cover; object-position: 50% 50%;\">" }, { "tagName": "img", "id": "", "code": "<img src=\"https://static.wixstatic.com/media/a37828_ac389f9c53794b11a7c4adc929862133~mv2.jpg/v1/fill/w_123,h_188,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/a37828_ac389f9c53794b11a7c4adc929862133~mv2.jpg\" alt=\"\" style=\"width: 560px; height: 1130px; object-fit: cover; object-position: 50% 50%;\">" } ] }, "AAA.1_3_1.H48.2": { "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.": [ { "tagName": "p", "id": "", "code": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">...</p>" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#SITE_HEADER", "code": "<div id=\"SITE_HEADER\" class=\"xU8fqS SITE_HEADER wixui-header\" tabindex=\"-1\">...</div>" }, { "tagName": "div", "id": "#comp-jcrb5ci5-pinned-layer", "code": "<div id=\"comp-jcrb5ci5-pinned-layer\" class=\"comp-jcrb5ci5-pinned-layer big2ZD\">...</div>" } ] }, "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:rgba(155,203,108,1);\" 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-jd1hvoxh0label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh0label\">...</p>" }, { "tagName": "p", "id": "#comp-jd1hvoxh1label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh1label\">...</p>" }, { "tagName": "p", "id": "#comp-jd1hvoxh2label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh2label\">...</p>" }, { "tagName": "p", "id": "#comp-jd1hvoxh3label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh3label\">...</p>" }, { "tagName": "p", "id": "#comp-jd1hvoxh4label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh4label\">...</p>" }, { "tagName": "p", "id": "#comp-jd1hvoxh5label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh5label\" tabindex=\"-1\">...</p>" }, { "tagName": "p", "id": "#comp-jd1hvoxh__more__label", "code": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh__more__label\">...</p>" }, { "tagName": "span", "id": "", "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" } ] }, "AAA.1_4_6.G18.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 4.5:1.": [ { "tagName": "span", "id": "", "code": "<span style=\"font-family:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\">...</span>" }, { "tagName": "span", "id": "", "code": "<span style=\"font-size:60px;\" class=\"wixui-rich-text__text\">...</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=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MikeGipson2022\" target=\"_blank\" class=\"lY3Nwh\" aria-haspopup=\"false\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 24, 0, 0, 0 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img alt=\"\" style=\"width: 31px; height: 31px; object-fit: cover;\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_0ef74ccea8594c0b8652536c2030c176f000.jpg/v1/fill/w_1280,h_860,al_c,q_85,usm_0.33_1.00_0.00,enc_auto/a37828_0ef74ccea8594c0b8652536c2030c176f000.jpg\" alt=\"\" style=\"width: 1280px; height: 860px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_3db62c1e547144f39c1559c4bf548199~mv2.jpg/v1/fill/w_145,h_77,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/a37828_3db62c1e547144f39c1559c4bf548199~mv2.jpg\" alt=\"\" style=\"width: 1112px; height: 510px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/a37828_ac389f9c53794b11a7c4adc929862133~mv2.jpg/v1/fill/w_123,h_188,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/a37828_ac389f9c53794b11a7c4adc929862133~mv2.jpg\" alt=\"\" style=\"width: 560px; height: 1130px; object-fit: cover; object-position: 50% 50%;\">" }, { "ruleID": "AAA.1_3_1.H48.2", "what": "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">...</p>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "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": "DIV", "id": "comp-jcrb5ci5-pinned-layer", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-jcrb5ci5-pinned-layer\" class=\"comp-jcrb5ci5-pinned-layer big2ZD\">...</div>" }, { "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:rgba(155,203,108,1);\" 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-jd1hvoxh0label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh0label\">...</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-jd1hvoxh1label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh1label\">...</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-jd1hvoxh2label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh2label\">...</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-jd1hvoxh3label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh3label\">...</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-jd1hvoxh4label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh4label\">...</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-jd1hvoxh5label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh5label\" tabindex=\"-1\">...</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-jd1hvoxh__more__label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"foFAdY\" style=\"text-align: right; line-height: 34px;\" id=\"comp-jd1hvoxh__more__label\">...</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.1_4_6.G18.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 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"font-family:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\">...</span>" }, { "ruleID": "AAA.1_4_6.G18.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 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"font-size:60px;\" class=\"wixui-rich-text__text\">...</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=\"https://twitter.com/mgipson2014\" target=\"_blank\" 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.efundraisingconnections.com/c/MikeGipson2022\" target=\"_blank\" class=\"lY3Nwh\" aria-haspopup=\"false\">...</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.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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 href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">...</a>" } ] }, "endTime": 1687109527741 }, { "type": "launch", "which": "chromium", "startTime": 1687109527742, "endTime": 1687109528233 }, { "type": "url", "which": "https://www.mikegipson.net/", "what": "Candidate Mike Gipson (D)", "startTime": 1687109528234, "result": { "url": "https://www.mikegipson.net/" }, "endTime": 1687109528727 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687109528727, "url": "https://www.mikegipson.net/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 7, "recommendation": 7, "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[8]/div[1]", "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[8]/generic[1]" }, "message": "The tabbable element's role 'generic' is not a widget role", "bounds": { "left": 915, "top": 27, "height": 34, "width": 64 }, "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[4]/div[1]", "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[4]/generic[1]" }, "message": "The tabbable element's role 'generic' is not a widget role", "bounds": { "left": 734, "top": 27, "height": 34, "width": 71 }, "snippet": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">", "level": "violation" }, { "ruleId": "aria_role_valid", "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/wix-video[1]/video[1]", "aria": "/document[1]/main[1]" }, "message": "The ARIA role 'presentation' is not valid for the element <video> and may be ignored by the browser since the element is focusable", "bounds": { "left": 0, "top": 89, "height": 860, "width": 980 }, "snippet": "<video style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" autoplay=\"\" tabindex=\"-1\" loop=\"\" muted=\"\" preload=\"auto\" playsinline=\"\" crossorigin=\"anonymous\" role=\"presentation\" class=\"K8MSra\" id=\"comp-jcqcaue3_video\">", "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]", "aria": "/document[1]/contentinfo[1]/list[1]/listitem[4]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 593, "top": 3049, "height": 31, "width": 31 }, "snippet": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" 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[1]/div[2]/div[1]/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": 512, "top": 3049, "height": 31, "width": 31 }, "snippet": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://twitter.com/mgipson2014\" 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[1]/div[2]/div[1]/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": 431, "top": 3027, "height": 31, "width": 31 }, "snippet": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://www.flickr.com/photos/183445511@N07/\" 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[1]/div[2]/div[1]/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": 350, "top": 3049, "height": 31, "width": 31 }, "snippet": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" 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=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\" 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=\"7cc715c0-5720-4ad1-836c-456be6003459\" 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=\"152\" 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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]", "aria": "/document[1]/contentinfo[1]/form[1]/textbox[2]" }, "message": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "bounds": { "left": 488, "top": 3135, "height": 34, "width": 410 }, "snippet": "<input aria-label=\"Email *\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email *\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-keh3vzma\" name=\"email\" type=\"email\">", "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[6]/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": 488, "top": 3096, "height": 34, "width": 410 }, "snippet": "<input aria-label=\"Name *\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Name *\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-keh3vzm0\" name=\"name-*\" type=\"text\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 7, 0, 7 ], "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[8]/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[4]/div[1]" }, "excerpt": "<div aria-haspopup=\"false\" tabindex=\"0\" class=\"lY3Nwh\" data-testid=\"linkElement\">" }, { "ruleID": "aria_role_valid", "what": "The ARIA role 'presentation' is not valid for the element <video> and may be ignored by the browser since the element is focusable", "ordinalSeverity": 3, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[1]/div[1]/wix-video[1]/video[1]" }, "excerpt": "<video style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" autoplay=\"\" tabindex=\"-1\" loop=\"\" muted=\"\" preload=\"auto\" playsinline=\"\" crossorigin=\"anonymous\" role=\"presentation\" class=\"K8MSra\" id=\"comp-jcqcaue3_video\">" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://twitter.com/mgipson2014\" 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://www.flickr.com/photos/183445511@N07/\" 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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"oRtuWN\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" 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=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\" 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=\"7cc715c0-5720-4ad1-836c-456be6003459\" 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=\"152\" 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-keh3vzma", "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[2]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Email *\" maxlength=\"250\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" aria-required=\"true\" required=\"\" placeholder=\"Email *\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-keh3vzma\" name=\"email\" type=\"email\">" }, { "ruleID": "aria_attribute_redundant", "what": "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-keh3vzm0", "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[6]/div[1]/div[1]/form[1]/div[1]/div[1]/div[1]/div[1]/input[1]" }, "excerpt": "<input aria-label=\"Name *\" maxlength=\"100\" aria-required=\"true\" required=\"\" placeholder=\"Name *\" value=\"\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" id=\"input_comp-keh3vzm0\" name=\"name-*\" type=\"text\">" } ] }, "endTime": 1687109534326 }, { "type": "launch", "which": "chromium", "startTime": 1687109534326, "endTime": 1687109534878 }, { "type": "url", "which": "https://www.mikegipson.net/", "what": "Candidate Mike Gipson (D)", "startTime": 1687109534878, "result": { "url": "https://www.mikegipson.net/" }, "endTime": 1687109535372 }, { "type": "test", "which": "nuVal", "startTime": 1687109535373, "url": "https://www.mikegipson.net/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 185, "lastColumn": 2831, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_3cc9db93c57dc7a1fab774f46745326f_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2823 }, { "type": "error", "lastLine": 185, "lastColumn": 2831, "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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_3cc9db93c57dc7a1fab774f46745326f_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2823 }, { "type": "error", "lastLine": 190, "lastColumn": 2826, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_0bb0377100ba5b9de0cd1a78adf377b5_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2818 }, { "type": "error", "lastLine": 190, "lastColumn": 2826, "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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_0bb0377100ba5b9de0cd1a78adf377b5_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2818 }, { "type": "error", "lastLine": 195, "lastColumn": 3073, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&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=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-features&originalLanguage=en&pageId=a37828_3cc9db93c57dc7a1fab774f46745326f_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&staticHTMLComponentUrl=https%3A%2F%2Fwww-mikegipson-net.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3065 }, { "type": "error", "lastLine": 200, "lastColumn": 3068, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&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=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-features&originalLanguage=en&pageId=a37828_0bb0377100ba5b9de0cd1a78adf377b5_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&staticHTMLComponentUrl=https%3A%2F%2Fwww-mikegipson-net.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3060 }, { "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": 230, "lastColumn": 151, "firstColumn": 11, "message": "Bad start tag in img in noscript in head.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "error", "lastLine": 230, "lastColumn": 151, "firstColumn": 11, "message": "Element head is missing a required instance of child element title.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "error", "lastLine": 230, "lastColumn": 151, "firstColumn": 11, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "info", "lastLine": 230, "lastColumn": 151, "firstColumn": 11, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "error", "lastLine": 230, "lastColumn": 162, "firstColumn": 152, "message": "Stray end tag noscript.", "extract": "ay:none\"/></noscript>\n \n", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "error", "lastLine": 232, "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": 245, "lastColumn": 85, "firstColumn": 1, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 245, "lastColumn": 85, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 246, "lastColumn": 96, "firstColumn": 1, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "6003459\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 246, "lastColumn": 96, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "6003459\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 248, "lastColumn": 61, "firstColumn": 5, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "3b\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\">\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 248, "lastColumn": 61, "firstColumn": 5, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "3b\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\">\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 252, "lastColumn": 42, "firstColumn": 5, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "\">\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "error", "lastLine": 252, "lastColumn": 42, "firstColumn": 5, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "\">\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "error", "lastLine": 256, "lastColumn": 156, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": " end -->\n\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.4425ab20.min.css\">:host(", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 256, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 256, "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": 256, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 257, "lastColumn": 159, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.ec2d27ea.min.css\">.R7lAr", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "error", "lastLine": 258, "lastColumn": 148, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.7c7bfb99.min.css\">.Styla", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "error", "lastLine": 258, "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": 258, "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": 259, "lastColumn": 149, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextInput].8b6c1077.min.css\">.KvoMH", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 259, "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": 260, "lastColumn": 153, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextAreaInput].7db91b9f.min.css\">.snt4T", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 260, "lastColumn": 5222, "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": 261, "lastColumn": 157, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[AppWidget_Classic].4049eab0.min.css\">@-moz-", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 262, "lastColumn": 171, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FormContainer_FormContainerSkin].bbc5b359.min.css\">.JVi7i", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "error", "lastLine": 262, "lastColumn": 562, "message": "CSS: left: Parse Error.", "extract": "th,var(--brw,0));position:abso", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 262, "lastColumn": 625, "message": "CSS: top: Parse Error.", "extract": "th,var(--brw,0));width:100%}</", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 263, "lastColumn": 159, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].39deac6a.min.css\">.LHrbP", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "error", "lastLine": 264, "lastColumn": 177, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 265, "lastColumn": 165, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].20cb0a2f.min.css\">.nDEeB", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "error", "lastLine": 266, "lastColumn": 158, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowContainer].57652188.min.css\">.QjPSr", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "error", "lastLine": 267, "lastColumn": 154, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].b2f53412.min.css\">.VUwMq", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 267, "lastColumn": 255, "message": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.", "extract": "-change,initial)}.VUwMqR .YVou", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 268, "lastColumn": 111, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.10839735.chunk.min.css\">body.Z", "hiliteStart": 10, "hiliteLength": 111 }, { "type": "error", "lastLine": 269, "lastColumn": 111, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.3fc73946.chunk.min.css\">.TWFxr", "hiliteStart": 10, "hiliteLength": 111 }, { "type": "error", "lastLine": 270, "lastColumn": 7, "firstColumn": 1, "message": "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<title>Mike G", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 271, "lastColumn": 150, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "/title>\n <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \">\n <li", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "error", "lastLine": 271, "lastColumn": 150, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "/title>\n <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \">\n <li", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "error", "lastLine": 272, "lastColumn": 58, "firstColumn": 3, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": " 65. \">\n <link rel=\"canonical\" href=\"https://www.mikegipson.net\">\n <me", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 281, "lastColumn": 94, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "bsite\">\n <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\">\n <me", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 281, "lastColumn": 94, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "bsite\">\n <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\">\n <me", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 282, "lastColumn": 58, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "ai2Mo\">\n <meta name=\"twitter:card\" content=\"summary_large_image\">\n <me", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 282, "lastColumn": 58, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "ai2Mo\">\n <meta name=\"twitter:card\" content=\"summary_large_image\">\n <me", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 283, "lastColumn": 69, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "image\">\n <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\">\n <me", "hiliteStart": 10, "hiliteLength": 67 }, { "type": "error", "lastLine": 283, "lastColumn": 69, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "image\">\n <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\">\n <me", "hiliteStart": 10, "hiliteLength": 67 }, { "type": "error", "lastLine": 284, "lastColumn": 158, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": " 2022\">\n <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \">\n <me", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 284, "lastColumn": 158, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": " 2022\">\n <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \">\n <me", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 285, "lastColumn": 200, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": " 65. \">\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\">\n\n\n</h", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "error", "lastLine": 285, "lastColumn": 200, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": " 65. \">\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\">\n\n\n</h", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "error", "lastLine": 288, "lastColumn": 7, "firstColumn": 1, "message": "Stray end tag head.", "extract": "2.jpg\">\n\n\n</head>\n<body", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 289, "lastColumn": 15, "firstColumn": 1, "message": "Start tag body seen but an element of the same type was already open.", "extract": "\n\n</head>\n<body class=\"\">\n<scri", "hiliteStart": 10, "hiliteLength": 15 }, { "type": "error", "lastLine": 289, "lastColumn": 15, "firstColumn": 1, "subType": "fatal", "message": "Cannot recover after last error. Any further errors will be ignored.", "extract": "\n\n</head>\n<body class=\"\">\n<scri", "hiliteStart": 10, "hiliteLength": 15 } ] }, "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": 269, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.jpg\">\n <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg\" type=\"image/jpeg\"/>\n <li", "hiliteStart": 10, "hiliteLength": 267 }, { "type": "info", "lastLine": 12, "lastColumn": 272, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "jpeg\"/>\n <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg\" type=\"image/jpeg\"/>\n <!-", "hiliteStart": 10, "hiliteLength": 270 }, { "type": "error", "lastLine": 187, "lastColumn": 2731, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_3cc9db93c57dc7a1fab774f46745326f_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2723 }, { "type": "error", "lastLine": 187, "lastColumn": 2731, "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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_3cc9db93c57dc7a1fab774f46745326f_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2723 }, { "type": "error", "lastLine": 187, "lastColumn": 2738, "firstColumn": 2732, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 192, "lastColumn": 2726, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_0bb0377100ba5b9de0cd1a78adf377b5_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2718 }, { "type": "error", "lastLine": 192, "lastColumn": 2726, "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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&fileId=0f69d23e.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=false&language=en&metaSiteId=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-platform&originalLanguage=en&pageId=a37828_0bb0377100ba5b9de0cd1a78adf377b5_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&viewMode=desktop\" id=\"platform_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2718 }, { "type": "error", "lastLine": 192, "lastColumn": 2733, "firstColumn": 2727, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 197, "lastColumn": 2949, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&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=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-features&originalLanguage=en&pageId=a37828_3cc9db93c57dc7a1fab774f46745326f_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&staticHTMLComponentUrl=https%3A%2F%2Fwww-mikegipson-net.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2941 }, { "type": "error", "lastLine": 197, "lastColumn": 2956, "firstColumn": 2950, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 202, "lastColumn": 2944, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thunderbolt.catharsis_cursor%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.shouldUseWowImage%3Atrue%2Cspecs.thunderbolt.customElemCollapsedheight%3Atrue%2Cspecs.thunderbolt.url_hierarchy%3Atrue%2Cspecs.thunderbolt.panelbuilder_velo_migration%3Atrue%2Cspecs.thunderbolt.catharsis_accessibility%3Atrue%2Cspecs.thunderbolt.useRuntimeDataSchemasV2%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.mikegipson.net&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=7cc715c0-5720-4ad1-836c-456be6003459&module=thunderbolt-features&originalLanguage=en&pageId=a37828_0bb0377100ba5b9de0cd1a78adf377b5_152.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=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&staticHTMLComponentUrl=https%3A%2F%2Fwww-mikegipson-net.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_c1dmp\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2936 }, { "type": "error", "lastLine": 202, "lastColumn": 2951, "firstColumn": 2945, "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": 232, "lastColumn": 151, "firstColumn": 11, "message": "Bad start tag in img in noscript in head.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "error", "lastLine": 232, "lastColumn": 151, "firstColumn": 11, "message": "Element head is missing a required instance of child element title.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "error", "lastLine": 232, "lastColumn": 151, "firstColumn": 11, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "info", "lastLine": 232, "lastColumn": 151, "firstColumn": 11, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "error", "lastLine": 232, "lastColumn": 162, "firstColumn": 152, "message": "Stray end tag noscript.", "extract": "ay:none\"/></noscript>\n \n", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "error", "lastLine": 234, "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": 247, "lastColumn": 85, "firstColumn": 1, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 247, "lastColumn": 85, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 248, "lastColumn": 96, "firstColumn": 1, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "6003459\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 248, "lastColumn": 96, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "6003459\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 250, "lastColumn": 62, "firstColumn": 5, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "3b\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "error", "lastLine": 250, "lastColumn": 62, "firstColumn": 5, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "3b\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 250, "lastColumn": 62, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "3b\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "error", "lastLine": 254, "lastColumn": 43, "firstColumn": 5, "message": "Attribute http-equiv not allowed on element meta at this point.", "extract": "/>\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "error", "lastLine": 254, "lastColumn": 43, "firstColumn": 5, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "/>\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "info", "lastLine": 254, "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": 258, "lastColumn": 156, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": " end -->\n\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.4425ab20.min.css\">:host(", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 258, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 258, "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": 258, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 259, "lastColumn": 159, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.ec2d27ea.min.css\">.R7lAr", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "error", "lastLine": 260, "lastColumn": 148, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.7c7bfb99.min.css\">.Styla", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "error", "lastLine": 260, "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": 260, "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": 261, "lastColumn": 149, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextInput].8b6c1077.min.css\">.KvoMH", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 261, "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": 262, "lastColumn": 153, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextAreaInput].7db91b9f.min.css\">.snt4T", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 262, "lastColumn": 5222, "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": 263, "lastColumn": 157, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[AppWidget_Classic].4049eab0.min.css\">@-moz-", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 264, "lastColumn": 171, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FormContainer_FormContainerSkin].bbc5b359.min.css\">.JVi7i", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "error", "lastLine": 264, "lastColumn": 562, "message": "CSS: left: Parse Error.", "extract": "th,var(--brw,0));position:abso", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 264, "lastColumn": 625, "message": "CSS: top: Parse Error.", "extract": "th,var(--brw,0));width:100%}</", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 265, "lastColumn": 159, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].39deac6a.min.css\">.LHrbP", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "error", "lastLine": 266, "lastColumn": 177, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 267, "lastColumn": 165, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].20cb0a2f.min.css\">.nDEeB", "hiliteStart": 10, "hiliteLength": 165 }, { "type": "error", "lastLine": 268, "lastColumn": 158, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowContainer].57652188.min.css\">.QjPSr", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "error", "lastLine": 269, "lastColumn": 154, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].b2f53412.min.css\">.VUwMq", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 269, "lastColumn": 255, "message": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.", "extract": "-change,initial)}.VUwMqR .YVou", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 270, "lastColumn": 111, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.10839735.chunk.min.css\">body.Z", "hiliteStart": 10, "hiliteLength": 111 }, { "type": "error", "lastLine": 271, "lastColumn": 111, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.3fc73946.chunk.min.css\">.TWFxr", "hiliteStart": 10, "hiliteLength": 111 }, { "type": "error", "lastLine": 272, "lastColumn": 7, "firstColumn": 1, "message": "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}</style>\n<title>Mike G", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 273, "lastColumn": 151, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "/title>\n <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/>\n <li", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 273, "lastColumn": 151, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "/title>\n <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/>\n <li", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 273, "lastColumn": 151, "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=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/>\n <li", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "error", "lastLine": 274, "lastColumn": 59, "firstColumn": 3, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "65. \"/>\n <link rel=\"canonical\" href=\"https://www.mikegipson.net\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 274, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "65. \"/>\n <link rel=\"canonical\" href=\"https://www.mikegipson.net\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 275, "lastColumn": 69, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".net\"/>\n <meta property=\"og:title\" content=\"Mike Gipson for Assembly 2022\"/>\n <me", "hiliteStart": 10, "hiliteLength": 67 }, { "type": "info", "lastLine": 276, "lastColumn": 158, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2022\"/>\n <meta property=\"og:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/>\n <me", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 277, "lastColumn": 200, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "65. \"/>\n <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/>\n <me", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "info", "lastLine": 278, "lastColumn": 50, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".jpg\"/>\n <meta property=\"og:image:width\" content=\"2500\"/>\n <me", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 279, "lastColumn": 51, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2500\"/>\n <meta property=\"og:image:height\" content=\"1330\"/>\n <me", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 280, "lastColumn": 64, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1330\"/>\n <meta property=\"og:url\" content=\"https://www.mikegipson.net\"/>\n <me", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 281, "lastColumn": 55, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".net\"/>\n <meta property=\"og:site_name\" content=\"Gipson site\"/>\n <me", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 282, "lastColumn": 46, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\"/>\n <meta property=\"og:type\" content=\"website\"/>\n <me", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 283, "lastColumn": 95, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "site\"/>\n <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"/>\n <me", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 283, "lastColumn": 95, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "site\"/>\n <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"/>\n <me", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 283, "lastColumn": 95, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\"/>\n <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"/>\n <me", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 284, "lastColumn": 59, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "i2Mo\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 284, "lastColumn": 59, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "i2Mo\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 284, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "i2Mo\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 285, "lastColumn": 70, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "mage\"/>\n <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\"/>\n <me", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "error", "lastLine": 285, "lastColumn": 70, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "mage\"/>\n <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\"/>\n <me", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 285, "lastColumn": 70, "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=\"Mike Gipson for Assembly 2022\"/>\n <me", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "error", "lastLine": 286, "lastColumn": 159, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "2022\"/>\n <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/>\n <me", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 286, "lastColumn": 159, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "2022\"/>\n <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/>\n <me", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 286, "lastColumn": 159, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2022\"/>\n <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/>\n <me", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 287, "lastColumn": 201, "firstColumn": 3, "message": "Attribute name not allowed on element meta at this point.", "extract": "65. \"/>\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 199 }, { "type": "error", "lastLine": 287, "lastColumn": 201, "firstColumn": 3, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "65. \"/>\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 199 }, { "type": "info", "lastLine": 287, "lastColumn": 201, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "65. \"/>\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 199 }, { "type": "error", "lastLine": 290, "lastColumn": 7, "firstColumn": 1, "message": "Stray end tag head.", "extract": ".jpg\"/>\n\n\n</head>\n<body", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 291, "lastColumn": 16, "firstColumn": 1, "message": "Start tag body seen but an element of the same type was already open.", "extract": "\n\n</head>\n<body class='' >\n<scri", "hiliteStart": 10, "hiliteLength": 16 }, { "type": "error", "lastLine": 291, "lastColumn": 16, "firstColumn": 1, "subType": "fatal", "message": "Cannot recover after last error. Any further errors will be ignored.", "extract": "\n\n</head>\n<body class='' >\n<scri", "hiliteStart": 10, "hiliteLength": 16 } ] }, "success": true }, "standardResult": { "totals": [ 0, 0, 142, 2 ], "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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... =1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... =1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... rsion=1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... rsion=1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... ttps%3A%2F%2Fwww-mikegipson-net.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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... Url=https%3A%2F%2Fwww-mikegipson-net.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 start tag in img in noscript in head.", "what": "Bad start tag in img in noscript in head.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "230" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "ruleID": "Element head is missing a required instance of child element title.", "what": "Element head is missing a required instance of child element title.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "230" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "230" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "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": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "230" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "ruleID": "Stray end tag noscript.", "what": "Stray end tag noscript.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "230" }, "excerpt": "ay:none\"/></noscript> " }, { "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": "232" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "245" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "245" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\"> <meta" }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "246" }, "excerpt": "6003459\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\"> " }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "246" }, "excerpt": "6003459\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\"> " }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "248" }, "excerpt": "3b\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"> " }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "248" }, "excerpt": "3b\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"> " }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "252" }, "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "252" }, "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "256" }, "excerpt": " end --> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.4425ab20.min.css\">:host(" }, { "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": "256" }, "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": "256" }, "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": "256" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "257" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.ec2d27ea.min.css\">.R7lAr" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "258" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.7c7bfb99.min.css\">.Styla" }, { "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": "258" }, "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": "258" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "259" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextInput].8b6c1077.min.css\">.KvoMH" }, { "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": "259" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "260" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextAreaInput].7db91b9f.min.css\">.snt4T" }, { "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": "260" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "261" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[AppWidget_Classic].4049eab0.min.css\">@-moz-" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "262" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FormContainer_FormContainerSkin].bbc5b359.min.css\">.JVi7i" }, { "ruleID": "CSS: left: Parse Error.", "what": "CSS: left: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "262" }, "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": "262" }, "excerpt": "th,var(--brw,0));width:100%}</" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "263" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].39deac6a.min.css\">.LHrbP" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "264" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "265" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].20cb0a2f.min.css\">.nDEeB" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "266" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowContainer].57652188.min.css\">.QjPSr" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "267" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].b2f53412.min.css\">.VUwMq" }, { "ruleID": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.", "what": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "267" }, "excerpt": "-change,initial)}.VUwMqR .YVou" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "268" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.10839735.chunk.min.css\">body.Z" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "269" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.3fc73946.chunk.min.css\">.TWFxr" }, { "ruleID": "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "TITLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "270" }, "excerpt": "}</style> <title>Mike G" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "271" }, "excerpt": "/title> <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"> <li" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "271" }, "excerpt": "/title> <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"> <li" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "272" }, "excerpt": " 65. \"> <link rel=\"canonical\" href=\"https://www.mikegipson.net\"> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "281" }, "excerpt": "bsite\"> <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "281" }, "excerpt": "bsite\"> <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "282" }, "excerpt": "ai2Mo\"> <meta name=\"twitter:card\" content=\"summary_large_image\"> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "282" }, "excerpt": "ai2Mo\"> <meta name=\"twitter:card\" content=\"summary_large_image\"> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "283" }, "excerpt": "image\"> <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\"> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "283" }, "excerpt": "image\"> <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\"> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "284" }, "excerpt": " 2022\"> <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "284" }, "excerpt": " 2022\"> <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "285" }, "excerpt": " 65. \"> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"> </h" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "285" }, "excerpt": " 65. \"> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"> </h" }, { "ruleID": "Stray end tag head.", "what": "Stray end tag head.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "288" }, "excerpt": "2.jpg\"> </head> <body" }, { "ruleID": "Start tag body seen but an element of the same type was already open.", "what": "Start tag body seen but an element of the same type was already open.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "289" }, "excerpt": " </head> <body class=\"\"> <scri" }, { "ruleID": "Cannot recover after last error. Any further errors will be ignored.", "what": "Cannot recover after last error. Any further errors will be ignored.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "289" }, "excerpt": " </head> <body class=\"\"> <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": "2.jpg\"> <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg\" type=\"image/jpeg\"/> <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": "jpeg\"/> <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/a37828_e6c319ac2da041b6be05fdb971c1fc51%7Emv2_d_3300_1326_s_2.jpg\" type=\"image/jpeg\"/> <!-" }, { "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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... Version=1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... Version=1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... ilderVersion=1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... ilderVersion=1.238.0&siteId=8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b&siteRevision=152&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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... l=https%3A%2F%2Fwww-mikegipson-net.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?beckyExperiments=specs.thunderbolt.WRichTextSemanticClasses%3Atrue%2Cspecs.thunderbolt.new_refArray_overrides%3Atrue%2Cspecs.thu ... entUrl=https%3A%2F%2Fwww-mikegipson-net.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 start tag in img in noscript in head.", "what": "Bad start tag in img in noscript in head.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "232" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "ruleID": "Element head is missing a required instance of child element title.", "what": "Element head is missing a required instance of child element title.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "232" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "232" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "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": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "232" }, "excerpt": "<noscript><img src=\"https://ib.adnxs.com/pixie?pi=204a186a-6e3c-46e2-99cd-8bb9d43b8cdb&e=PageView&script=0\" width=\"1\" height=\"1\" style=\"display:none\"/></nosc" }, { "ruleID": "Stray end tag noscript.", "what": "Stray end tag noscript.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "232" }, "excerpt": "ay:none\"/></noscript> " }, { "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": "234" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "247" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "247" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"7cc715c0-5720-4ad1-836c-456be6003459\"> <meta" }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "248" }, "excerpt": "6003459\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\"> " }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "248" }, "excerpt": "6003459\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"8fcbe5a4-3dc6-4404-8316-1a6a15f6e33b\"> " }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "250" }, "excerpt": "3b\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"/> " }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "250" }, "excerpt": "3b\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"/> " }, { "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": "250" }, "excerpt": "3b\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"152\"/> " }, { "ruleID": "Attribute http-equiv not allowed on element meta at this point.", "what": "Attribute http-equiv not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "254" }, "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "254" }, "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": "254" }, "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "258" }, "excerpt": " end --> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-classic.4425ab20.min.css\">:host(" }, { "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": "258" }, "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": "258" }, "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": "258" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "259" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap-responsive.ec2d27ea.min.css\">.R7lAr" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "260" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt_bootstrap.7c7bfb99.min.css\">.Styla" }, { "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": "260" }, "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": "260" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "261" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextInput].8b6c1077.min.css\">.KvoMH" }, { "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": "261" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "262" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[TextAreaInput].7db91b9f.min.css\">.snt4T" }, { "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": "262" }, "excerpt": "tColor,#ff4040));display:flex;" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "263" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[AppWidget_Classic].4049eab0.min.css\">@-moz-" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "264" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[FormContainer_FormContainerSkin].bbc5b359.min.css\">.JVi7i" }, { "ruleID": "CSS: left: Parse Error.", "what": "CSS: left: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "264" }, "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": "264" }, "excerpt": "th,var(--brw,0));width:100%}</" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "265" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SkipToContentButton].39deac6a.min.css\">.LHrbP" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "266" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "267" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[Container_DefaultAreaSkin].20cb0a2f.min.css\">.nDEeB" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "268" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowContainer].57652188.min.css\">.QjPSr" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "269" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[SlideShowSlide].b2f53412.min.css\">.VUwMq" }, { "ruleID": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.", "what": "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "269" }, "excerpt": "-change,initial)}.VUwMqR .YVou" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "270" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_2.10839735.chunk.min.css\">body.Z" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "271" }, "excerpt": "}</style> <style data-href=\"https://static.parastorage.com/services/wix-thunderbolt/dist/group_7.3fc73946.chunk.min.css\">.TWFxr" }, { "ruleID": "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "TITLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "272" }, "excerpt": "}</style> <title>Mike G" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "273" }, "excerpt": "/title> <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/> <li" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "273" }, "excerpt": "/title> <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/> <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": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "273" }, "excerpt": "/title> <meta name=\"description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/> <li" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "274" }, "excerpt": "65. \"/> <link rel=\"canonical\" href=\"https://www.mikegipson.net\"/> <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": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "274" }, "excerpt": "65. \"/> <link rel=\"canonical\" href=\"https://www.mikegipson.net\"/> <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": "275" }, "excerpt": ".net\"/> <meta property=\"og:title\" content=\"Mike Gipson for Assembly 2022\"/> <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": "276" }, "excerpt": "2022\"/> <meta property=\"og:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/> <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": "277" }, "excerpt": "65. \"/> <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/> <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": "278" }, "excerpt": ".jpg\"/> <meta property=\"og:image:width\" content=\"2500\"/> <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": "279" }, "excerpt": "2500\"/> <meta property=\"og:image:height\" content=\"1330\"/> <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": "280" }, "excerpt": "1330\"/> <meta property=\"og:url\" content=\"https://www.mikegipson.net\"/> <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": "281" }, "excerpt": ".net\"/> <meta property=\"og:site_name\" content=\"Gipson site\"/> <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": "282" }, "excerpt": "site\"/> <meta property=\"og:type\" content=\"website\"/> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "283" }, "excerpt": "site\"/> <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"/> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "283" }, "excerpt": "site\"/> <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"/> <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": "283" }, "excerpt": "site\"/> <meta name=\"google-site-verification\" content=\"KfE-ljbnEUsSjYcenxNUXVEzFEp3Q8TcWeH7XFai2Mo\"/> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "284" }, "excerpt": "i2Mo\"/> <meta name=\"twitter:card\" content=\"summary_large_image\"/> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "284" }, "excerpt": "i2Mo\"/> <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": "284" }, "excerpt": "i2Mo\"/> <meta name=\"twitter:card\" content=\"summary_large_image\"/> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "285" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\"/> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "285" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\"/> <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": "285" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"Mike Gipson for Assembly 2022\"/> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "286" }, "excerpt": "2022\"/> <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/> <me" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "286" }, "excerpt": "2022\"/> <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/> <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": "286" }, "excerpt": "2022\"/> <meta name=\"twitter:description\" content=\"Better schools. More jobs. Safer nieghborhoods. Re-elect Mike Gipson for California State Assembly District 65. \"/> <me" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "287" }, "excerpt": "65. \"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/> </h" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "287" }, "excerpt": "65. \"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/> </h" }, { "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": "287" }, "excerpt": "65. \"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/a37828_b96cfa76a61745d5b29427b9c4f59ef6%7Emv2.jpg\"/> </h" }, { "ruleID": "Stray end tag head.", "what": "Stray end tag head.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "290" }, "excerpt": ".jpg\"/> </head> <body" }, { "ruleID": "Start tag body seen but an element of the same type was already open.", "what": "Start tag body seen but an element of the same type was already open.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "291" }, "excerpt": " </head> <body class='' > <scri" }, { "ruleID": "Cannot recover after last error. Any further errors will be ignored.", "what": "Cannot recover after last error. Any further errors will be ignored.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "291" }, "excerpt": " </head> <body class='' > <scri" } ] }, "endTime": 1687109537880 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687109537880, "url": "https://www.mikegipson.net/", "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:32:19", "hash": "02e9302a59ed6b46bf5e3805e1a481a756c75f7ae56593833c5b21d2e26fb46226add0e175d4cdfc72f73285779c16e573f809229991c74aa63ff156990ab053", "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": 37, "warning": 22, "failed": 11, "inapplicable": 55 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 18, "warning": 20, "failed": 3, "inapplicable": 26 }, "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 152 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 152 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"152\">", "pointer": "html:nth-of-type(1) > body > meta:nth-of-type(3)" } ], "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 152 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 152 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"152\">", "pointer": "html:nth-of-type(1) > body > meta:nth-of-type(3)" } ], "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": 14, "warning": 0, "failed": 4, "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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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(4) > 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) > 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.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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(4) > 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) > 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://twitter.com/mgipson2014\" target=\"_blank\" 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(4) > 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) > 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=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(4) > 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": 27, "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.mikegipson.net\" 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": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrpxhyr\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">About Mike</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) > 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.mikegipson.net/endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Endorsements</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) > 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.mikegipson.net/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Issues</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": "<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(4) > 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\" data-anchor=\"dataItem-jcrq1vly\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Contact Us</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(5) > 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\">More</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(8) > 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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div: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": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"></button>", "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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"></button>", "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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol: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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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(4) > 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) > 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.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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(4) > 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) > 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://twitter.com/mgipson2014\" target=\"_blank\" 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(4) > 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) > 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.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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(4) > 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) > 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-auto-recognition=\"true\" href=\"mailto:mikegipson18@gmail.com\" class=\"wixui-rich-text__text\">mikegipson18@gmail.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(4) > 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(4) > p: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://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">1434878</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(4) > 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(5) > p:nth-child(3) > 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": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">", "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(4) > 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(6) > 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": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > textarea:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">Send</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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button: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": 3, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">", "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(4) > 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(6) > 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 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-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > textarea:nth-child(2)" } ], "attributes": [] } ] }, "QW-ACT-R51": { "name": "video element visual-only content is media alternative for text", "code": "QW-ACT-R51", "mapping": "fd26cf", "description": "This rule checks non-streaming silent video is a media alternative for text on the page.", "metadata": { "target": { "element": "video" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/fd26cf", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R53": { "name": "video element visual-only content has transcript", "code": "QW-ACT-R53", "mapping": "ee13b5", "description": "Non-streaming video elements without audio must have all visual information available in a transcript.", "metadata": { "target": { "element": "video" }, "success-criteria": [], "related": [ "G159" ], "url": "https://act-rules.github.io/rules/ee13b5", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R54": { "name": "video element visual-only content has audio track alternative", "code": "QW-ACT-R54", "mapping": "d7ba54", "description": "Non-streaming video elements without audio must have an audio alternative.", "metadata": { "target": { "element": "video" }, "success-criteria": [], "related": [ "G166" ], "url": "https://act-rules.github.io/rules/d7ba54", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R55": { "name": "video element visual content has audio description", "code": "QW-ACT-R55", "mapping": "1ea59c", "description": "This rule checks that non-streaming video elements have all visual information also contained in the audio.", "metadata": { "target": { "element": "video" }, "success-criteria": [], "related": [ "G8", "G78", "G173" ], "url": "https://act-rules.github.io/rules/1ea59c", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R56": { "name": "video element content is media alternative for text", "code": "QW-ACT-R56", "mapping": "ab4d13", "description": "This rule checks non-streaming video is a media alternative for text on the page.", "metadata": { "target": { "element": "video" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/ab4d13", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R57": { "name": "video element visual content has description track", "code": "QW-ACT-R57", "mapping": "f196ce", "description": "This rule checks that description tracks that come with non-streaming video elements are descriptive.", "metadata": { "target": { "element": "video" }, "success-criteria": [], "related": [ "G78", "H96" ], "url": "https://act-rules.github.io/rules/f196ce", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R60": { "name": "video element auditory content has captions", "code": "QW-ACT-R60", "mapping": "f51b46", "description": "This rule checks that captions are available for audio information in non-streaming video elements.", "metadata": { "target": { "element": "video" }, "success-criteria": [], "related": [ "G87", "G93", "H95" ], "url": "https://act-rules.github.io/rules/f51b46", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R61": { "name": "Audio and visuals of video element have transcript", "code": "QW-ACT-R61", "mapping": "1a02b0", "description": "This rule checks that non-streaming video elements have all audio and visual information available in a transcript.", "metadata": { "target": { "element": "video" }, "success-criteria": [ { "name": "1.2.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/WCAG21/#media-alternative-prerecorded", "url_tr": "https://www.w3.org/TR/WCAG21/#media-alternative-prerecorded" } ], "related": [ "G69" ], "url": "https://act-rules.github.io/rules/1a02b0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Can't collect data from the test target." }, "results": [ { "verdict": "warning", "description": "Can't collect data from the test target.", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R23": { "name": "video element visual content has accessible alternative", "code": "QW-ACT-R23", "mapping": "c5a4ea", "description": "This rule checks that video elements with audio have an alternative for the video content as audio or as text.", "metadata": { "target": { "element": "video" }, "success-criteria": [ { "name": "1.2.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-description-or-media-alternative-prerecorded.html", "url_tr": "https://www.w3.org/TR/WCAG21/#audio-description-or-media-alternative-prerecorded" }, { "name": "1.2.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-description-prerecorded.html", "url_tr": "https://www.w3.org/TR/WCAG21/#audio-description-prerecorded" }, { "name": "1.2.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/media-alternative-prerecorded.html" } ], "related": [ "G8", "G69", "G78", "G173" ], "url": "https://act-rules.github.io/rules/c5a4ea", "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-R55" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R55", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R26": { "name": "video element auditory content has accessible alternative", "code": "QW-ACT-R26", "mapping": "eac66b", "description": "This rule checks that video elements have an alternative for information conveyed through audio.", "metadata": { "target": { "element": "video" }, "success-criteria": [ { "name": "1.2.2", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/captions-prerecorded.html" } ], "related": [ "G87", "G93", "H95" ], "url": "https://act-rules.github.io/rules/eac66b", "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-R56" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R56", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R31": { "name": "Video element visual-only content has accessible alternative", "code": "QW-ACT-R31", "mapping": "c3232f", "description": "This rule checks that video elements without audio have an alternative available.", "metadata": { "target": { "element": "video" }, "success-criteria": [ { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded", "url_tr": "https://www.w3.org/TR/WCAG21/#audio-only-and-video-only-prerecorded" } ], "related": [ "G159", "G166" ], "url": "https://act-rules.github.io/rules/c3232f", "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-R51" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R51", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R32": { "name": "video element visual content has strict accessible alternative", "code": "QW-ACT-R32", "mapping": "1ec09b", "description": "This rule checks that video elements with audio have audio description.", "metadata": { "target": { "element": "video" }, "success-criteria": [ { "name": "1.2.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-description-prerecorded.html", "url_tr": "https://www.w3.org/TR/WCAG21/#audio-description-prerecorded" } ], "related": [ "G8", "G78", "G173" ], "url": "https://act-rules.github.io/rules/1ec09b", "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-R55" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R55", "resultCode": "W1", "elements": [ { "htmlCode": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video: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": 9, "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 style=\"letter-spacing:0.01em;\" class=\"wixui-rich-text__text\">About Mike</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(2) > 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) > h1: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:normal;\" class=\"wixui-rich-text__text\">First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process.</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(2) > 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) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s successful efforts to pass a groundbreaking transportation package focused on infrastructure improvements, as well as the extension of California’s historic cap and trade program.</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(2) > 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) > p:nth-child(3) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to protect teachers and parents and prepare LA’s students for the jobs of tomorrow. </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(2) > 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) > 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=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs.</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(2) > 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) > p:nth-child(6) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"wixGuard wixui-rich-text__text\">​</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(2) > 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) > p:nth-child(7) > 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:normal;\" class=\"wixui-rich-text__text\">Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchildren; Faafetai Ole Alofa, and Cataleya Acevedo Gipson.</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(2) > 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) > 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-size:60px;\" class=\"wixui-rich-text__text\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-family:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\">SCHOOLS</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 1, "failed": 7, "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": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body class=\"\">\n\n var bodyCacheable = true;\n \n var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n var ssrInfo = {\"renderBodyTime\":596,\"renderTimeStamp\":1687102424203}\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": 5, "warning": 0, "failed": 4, "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=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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(4) > 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) > 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.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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(4) > 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) > 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://twitter.com/mgipson2014\" target=\"_blank\" 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(4) > 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) > 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=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(4) > 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": 5, "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-jd1hvoxhitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-jd1hvoxh0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem-kcxq35du\" data-state=\"menu false link\" data-index=\"0\" class=\"rqt3qI wixui-dropdown-menu__item vDnwi4\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"false\" style=\"width: 113px; height: 34px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrpxhyr\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-chi …", "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.mikegipson.net/videos\" 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(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Videos</a></li><li><a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"\" tabindex=\"-1\" _selector=\"html > …", "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) > 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-jd1hvoxhmoreContainer\"></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-jcrb6q0f4-comp-jcrb6pzf\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"c …", "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(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a numbered list is marked as an ordered list.", "resultCode": "W2", "elements": [ { "htmlCode": "<ol class=\"HhjGmK\"><li aria-current=\"true\"><a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\" _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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"></a></li><li><a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\" _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: …", "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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol: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-jd08o34g1-comp-jd08o33f\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" …", "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(4) > 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) > 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-keh3vzks\" class=\"JVi7i2 comp-keh3vzks wixui-form\">Success! Message received.Send</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(4) > 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(6) > 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": 7, "failed": 1, "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/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.png\" alt=\"Mike Gipson_2022 Logo.png\" style=\"width:185px;height:81px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20Logo.png 1x, https://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_370,h_162,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20L …", "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": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"White YouTube Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/203dcdc2ac8b48de89313f90d2a4cda1.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/203dcdc2ac8b48de89313f90d2a4cda1.png\" style=\"width: 24px; height: 24px; 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"Flickr - White Circle\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/1b5c99a55d4e4f16abf933fcedd2b9ff.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/1b5c99a55d4e4f16abf933fcedd2b9ff.png\" style=\"width: 24px; height: 24px; 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"White Twitter Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 24px; height: 24px; 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > 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=\"White Facebook Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 24px; height: 24px; 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > 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=\"White YouTube Icon\" style=\"width: 31px; height: 31px; 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(4) > 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) > 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=\"White Twitter Icon\" style=\"width: 31px; height: 31px; 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(4) > 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) > 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=\"White Facebook Icon\" style=\"width: 31px; height: 31px; 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(4) > 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) > ul:nth-child(1) > li:nth-child(4) > 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": 24, "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\":596,\"renderTimeStamp\":1687102424203}\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": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"line-height:1.1em; font-size:60px;\">About Mike</h1>", "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(2) > 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) > h1:nth-child(1)" } ], "attributes": [ "60px" ] }, { "verdict": "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:normal; font-size:16px;\">First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process.</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(2) > 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) > p:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> </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(2) > 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) > p:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of education, expanded access to healthcare, addressed homelessness, and enacted sensible criminal justice reform. Most recently, Gipson helped champion the Legislature’s successful efforts to pass a groundbreaking transportation package focused on infrastructure improvements, as well as the extension of California’s historic cap and trade program.</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(2) > 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) > p:nth-child(3)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> </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(2) > 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) > 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": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits to help at-risk youth stay engaged in school and off the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to protect teachers and parents and prepare LA’s students for the jobs of tomorrow. </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(2) > 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) > p:nth-child(5)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">\nAs a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs.</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(2) > 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) > p:nth-child(6)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">​</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(2) > 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) > 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": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the importance of giving back to your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchildren; Faafetai Ole Alofa, and Cataleya Acevedo Gipson.</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(2) > 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) > p:nth-child(8)" } ], "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": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:60px; text-align:center;\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "60px" ] }, { "verdict": "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:60px;\" class=\"wixui-rich-text__text\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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": [ "60px" ] }, { "verdict": "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:80px; text-align:center;\">SCHOOLS</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [ "80px" ] }, { "verdict": "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:80px;\" class=\"wixui-rich-text__text\">SCHOOLS</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "80px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:60px;\">CONTACT US</h1>", "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(4) > 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) > h1:nth-child(1)" } ], "attributes": [ "60px" ] }, { "verdict": "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=\"font-size:20px;\">FOR INQUIRIES</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(4) > 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(3) > 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": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:16px;\">mikegipson18@gmail.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(4) > 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(4) > p:nth-child(1)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">​</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(4) > 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(5) > p:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">Paid for by Gipson for Assembly 2022​</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(4) > 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(5) > p: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": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">FPPC# 1434878</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(4) > 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(5) > p:nth-child(3)" } ], "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": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">249 E. OCEAN BLVD. SUITE 685\nLONG BEACH, CA 90802</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(4) > 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(5) > p:nth-child(4)" } ], "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": "<p dir=\"ltr\" style=\"font-size:14px; text-align:left;\" class=\"wixui-rich-text__text\">Success! Message received.</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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span style=\"font-size:14px;\" class=\"wixui-rich-text__text\">Success! Message received.</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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > 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": [ "14px" ] } ] }, "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": 29, "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.mikegipson.net/videos\" target=\"_self\" class=\"\" tabindex=\"-1\">Videos</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) > 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.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"\" tabindex=\"-1\">High-Resolution Photos</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) > 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": "<div style=\"display:none\" id=\"comp-jd1hvoxhnavContainer-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\">My Story</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"mHZSwn\">Contact Us</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(2) > 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": 14, "warning": 1, "failed": 1, "inapplicable": 8 }, "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": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"line-height:1.1em; font-size:60px;\">About Mike</h1>", "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(2) > 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) > h1: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:60px; text-align:center;\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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:80px; text-align:center;\">SCHOOLS</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:60px;\">CONTACT US</h1>", "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(4) > 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) > h1:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP18": { "name": "Using percentage values in CSS for container sizes", "code": "QW-BP18", "mapping": "C24", "description": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "metadata": { "target": { "element": "span article section nav aside hgroup header footer address p hr blockquote div h1 h2 h3 h4 h5 h6 li ul ol dd dt dl figcaption", "attributes": "width" }, "success-criteria": [ { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C20" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C24", "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>", "pointer": "html > head:nth-child(1) > style:nth-child(59)" }, { "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>", "pointer": "html > head:nth-child(1) > style:nth-child(59)" } ], "attributes": [ "min-width: 0px !important", " width: 0px !important" ] }, { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>", "pointer": "html > head:nth-child(1) > style:nth-child(59)" }, { "htmlCode": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>", "pointer": "html > head:nth-child(1) > style:nth-child(59)" } ], "attributes": [ "min-width: 0px !important", " width: 0px !important" ] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 30, "document": 1, "region": 9, "button": 4, "img": 8, "navigation": 2, "list": 6, "listitem": 21, "main": 1, "presentation": 5, "heading": 4, "graphics-document": 2, "form": 1, "textbox": 3 }, "tags": { "html": 1, "head": 1, "script": 66, "meta": 25, "link": 8, "style": 19, "noscript": 1, "title": 1, "body": 1, "pages-css": 1, "div": 159, "span": 38, "button": 4, "header": 1, "a": 22, "wow-image": 12, "img": 12, "wix-dropdown-menu": 1, "nav": 2, "ul": 5, "li": 21, "p": 23, "main": 1, "section": 4, "wix-video": 1, "video": 1, "h1": 2, "br": 2, "svg": 2, "path": 2, "h2": 2, "ol": 1, "footer": 1, "form": 1, "input": 2, "label": 1, "textarea": 1 } } } }, "success": true }, "standardResult": { "totals": [ 17, 60, 39, 6 ], "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) > body > meta:nth-of-type(3)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"152\">" }, { "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) > body > meta:nth-of-type(3)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"152\">" }, { "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) > footer:nth-child(4) > 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) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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.mikegipson.net\" 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) > 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) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrpxhyr\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">About Mike</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(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net/endorsements\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Endorsements</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(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.mikegipson.net/issues\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Issues</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "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(4) > 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(5) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" data-anchor=\"dataItem-jcrq1vly\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\">Contact Us</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "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(8) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"linkElement\" class=\"lY3Nwh\" tabindex=\"0\" aria-haspopup=\"false\">More</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) > 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(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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": "", "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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1)" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"></button>" }, { "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) > main:nth-child(3) > div:nth-child(1) > div: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(5) > button:nth-child(2)" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"></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) > main:nth-child(3) > div:nth-child(1) > div: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(5) > nav:nth-child(5) > ol:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></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(4) > 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) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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(4) > 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(4) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-auto-recognition=\"true\" href=\"mailto:mikegipson18@gmail.com\" class=\"wixui-rich-text__text\">mikegipson18@gmail.com</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > 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(5) > p:nth-child(3) > span:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">1434878</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-keh3vzm0", "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(4) > 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(6) > 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=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-keh3vzma", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > textarea:nth-child(2)" }, "excerpt": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>" }, { "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > button:nth-child(1)" }, "excerpt": "<button aria-disabled=\"false\" data-testid=\"buttonElement\" class=\"kuTaGy wixui-button zKbzSQ\">Send</button>" }, { "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-keh3vzm0", "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(4) > 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(6) > 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=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Name *\" required=\"\" aria-required=\"true\" maxlength=\"100\" aria-label=\"Name *\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "input_comp-keh3vzma", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > input:nth-child(1)" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-input__input\" value=\"\" placeholder=\"Email *\" required=\"\" aria-required=\"true\" pattern=\"^.+@.+\\.[a-zA-Z]{2,63}$\" maxlength=\"250\" aria-label=\"Email *\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > textarea:nth-child(2)" }, "excerpt": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placeholder=\"Message\" aria-required=\"false\"></textarea>" }, { "ruleID": "QW-ACT-R51", "what": "This rule checks non-streaming silent video is a media alternative for text on the page.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R53", "what": "Non-streaming video elements without audio must have all visual information available in a transcript.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R54", "what": "Non-streaming video elements without audio must have an audio alternative.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R55", "what": "This rule checks that non-streaming video elements have all visual information also contained in the audio.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R56", "what": "This rule checks non-streaming video is a media alternative for text on the page.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R57", "what": "This rule checks that description tracks that come with non-streaming video elements are descriptive.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R60", "what": "This rule checks that captions are available for audio information in non-streaming video elements.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R61", "what": "This rule checks that non-streaming video elements have all audio and visual information available in a transcript.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R23", "what": "This rule checks that video elements with audio have an alternative for the video content as audio or as text.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R26", "what": "This rule checks that video elements have an alternative for information conveyed through audio.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R31", "what": "This rule checks that video elements without audio have an alternative available.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "ruleID": "QW-ACT-R32", "what": "This rule checks that video elements with audio have audio description.", "ordinalSeverity": 1, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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(2) > div:nth-child(1) > div:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wix-video:nth-child(1) > video:nth-child(1)" }, "excerpt": "<video id=\"comp-jcqcaue3_video\" class=\"K8MSra\" role=\"presentation\" crossorigin=\"anonymous\" playsinline=\"\" preload=\"auto\" muted=\"\" loop=\"\" tabindex=\"-1\" autoplay=\"\" src=\"https://video.wixstatic.com/video/a37828_0ef74ccea8594c0b8652536c2030c176/1080p/mp4/file.mp4\" style=\"height: 100%; width: 100%; object-fit: cover; object-position: center center;\"></video>" }, { "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) > main:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > 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) > h1:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:0.01em;\" class=\"wixui-rich-text__text\">About Mike</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(2) > 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) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process.</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(2) > 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) > p:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the quality of educati ... Legislature’s successful efforts to pass a groundbreaking transportation package focused on infrastructure improvements, as well as the extension of California’s historic cap and trade program.</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(2) > 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) > p:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led local nonprofits ... streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to protect teachers and parents and prepare LA’s students for the jobs of tomorrow. </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(2) > 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) > p:nth-child(6) > span:nth-child(2)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs.</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(2) > 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) > p:nth-child(7) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"wixGuard wixui-rich-text__text\">​</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(2) > 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) > p:nth-child(8) > span:nth-child(1)" }, "excerpt": "<span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most critically, the imp ... ur community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchildren; Faafetai Ole Alofa, and Cataleya Acevedo Gipson.</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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:60px;\" class=\"wixui-rich-text__text\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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-family:dinneuzeitgroteskltw01-_812426,sans-serif;\" class=\"wixui-rich-text__text\">SCHOOLS</span>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 0, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":596,\"renderTimeStamp\":1687102424203} 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) > footer:nth-child(4) > 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) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" 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(4) > 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) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" 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-jd1hvoxhitemsContainer", "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-jd1hvoxhitemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"comp-jd1hvoxh0\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"dataItem ... \"linkElement\" data-anchor=\"dataItem-jcrpxhyr\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"lY3Nwh\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-chi …" }, { "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(4) > ul:nth-child(2)" }, "excerpt": "<ul aria-hidden=\"true\" style=\"display:none\"><li><a data-testid=\"linkElement\" href=\"https://www.mikegipson.net/videos\" target=\"_self\" class=\"\" tabindex=\"-1\" _selector=\"html > body:nth-child(2) > div:nt ... ild(1) > a:nth-child(1)\" _cssrules=\"true\">Videos</a></li><li><a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"\" tabindex=\"-1\" _selector=\"html > …" }, { "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-jd1hvoxhmoreContainer", "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-jd1hvoxhmoreContainer\"></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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jcrb6q0f4-comp-jcrb6pzf\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target= ... (1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><wow-image id=\"img_0_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"c …" }, { "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": "OL", "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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > nav:nth-child(5) > ol:nth-child(1)" }, "excerpt": "<ol class=\"HhjGmK\"><li aria-current=\"true\"><a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child ... a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\" _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: …" }, { "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(4) > 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) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-jd08o34g1-comp-jd08o33f\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target= ... h-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_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" …" }, { "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-keh3vzks", "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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1)" }, "excerpt": "<form id=\"comp-keh3vzks\" class=\"JVi7i2 comp-keh3vzks wixui-form\">Success! Message received.Send</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/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_185,h_81,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022% ... 1x, https://static.wixstatic.com/media/d096d8_77e2d5ba5db3487ba75cd7ea15364bbc~mv2.png/v1/crop/x_278,y_788,w_2760,h_1205/fill/w_370,h_162,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/Mike%20Gipson_2022%20L …" }, { "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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"White YouTube Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/203dcdc2ac8b48de89313f90d2a4cda1.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/203dcdc2ac8b48de89313f90d2a4cda1.png\" style=\"width: 24px; height: 24px; 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"Flickr - White Circle\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/1b5c99a55d4e4f16abf933fcedd2b9ff.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/1b5c99a55d4e4f16abf933fcedd2b9ff.png\" style=\"width: 24px; height: 24px; 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"White Twitter Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/01ab6619093f45388d66736ec22e5885.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/01ab6619093f45388d66736ec22e5885.png\" style=\"width: 24px; height: 24px; 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) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"White Facebook Icon\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/23fd2a2be53141ed810f4d3dcdcd01fa.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/23fd2a2be53141ed810f4d3dcdcd01fa.png\" style=\"width: 24px; height: 24px; 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(4) > 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) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"White YouTube Icon\" style=\"width: 31px; height: 31px; 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(4) > 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) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"White Twitter Icon\" style=\"width: 31px; height: 31px; 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(4) > 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) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img alt=\"White Facebook Icon\" style=\"width: 31px; height: 31px; 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\":596,\"renderTimeStamp\":1687102424203} 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": "H1", "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(2) > 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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"line-height:1.1em; font-size:60px;\">About Mike</h1>" }, { "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(2) > 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) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">First elected in 2014, Mike Gipson represents the 65th District in the California State Assembly. Since 2016, Gipson has also served as Assembly Democratic Caucus Chair, responsible for driving the legislative decision-making process.</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(2) > 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) > p:nth-child(2)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> </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(2) > 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) > p:nth-child(3)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">During his Assembly tenure, Gipson has been a leader on a wide variety of issues, authoring laws that improved the q ... he Legislature’s successful efforts to pass a groundbreaking transportation package focused on infrastructure improvements, as well as the extension of California’s historic cap and trade program.</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(2) > 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) > p:nth-child(4)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> </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(2) > 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) > p:nth-child(5)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">Before being elected to the Assembly, Gipson was a Carson City Council Member and local police officer, and has led ... the streets. Gipson also previously served as a community organizer for the United Teachers of Los Angeles to protect teachers and parents and prepare LA’s students for the jobs of tomorrow. </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(2) > 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) > p:nth-child(6)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\"> As a local Councilmember, Gipson protected funding for neighborhood schools, hospitals, and public safety services. Additionally, Gipson took a pay cut to help balance the city budget and protecting funding for essential local services like services for seniors and after-school programs.</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(2) > 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) > p:nth-child(7)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">​</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(2) > 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) > p:nth-child(8)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:normal; font-size:16px;\">Gipson grew up in Watts, where his parents raised him to know the importance of faith, a good education, and most cr ... your community. Gipson currently lives in Carson with his wife Le Cresha. They have two sons, Devon and Jordan along with their two grandchildren; Faafetai Ole Alofa, and Cataleya Acevedo Gipson.</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) > main:nth-child(3) > div:nth-child(1) > div: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(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:60px; text-align:center;\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > 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:60px;\" class=\"wixui-rich-text__text\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:80px; text-align:center;\">SCHOOLS</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:80px;\" class=\"wixui-rich-text__text\">SCHOOLS</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(4) > 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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:60px;\">CONTACT US</h1>" }, { "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(4) > 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(3) > p:nth-child(1)" }, "excerpt": "<p class=\"font_7 wixui-rich-text__text\" style=\"font-size:20px;\">FOR INQUIRIES</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(4) > 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(4) > p:nth-child(1)" }, "excerpt": "<p class=\"font_8 wixui-rich-text__text\" style=\"line-height:1.6em; font-size:16px;\">mikegipson18@gmail.com</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(4) > 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(5) > p:nth-child(1)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">​</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(4) > 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(5) > p:nth-child(2)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">Paid for by Gipson for Assembly 2022​</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(4) > 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(5) > p:nth-child(3)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">FPPC# 1434878</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(4) > 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(5) > p:nth-child(4)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\">249 E. OCEAN BLVD. SUITE 685 LONG BEACH, CA 90802</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(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > p:nth-child(1)" }, "excerpt": "<p dir=\"ltr\" style=\"font-size:14px; text-align:left;\" class=\"wixui-rich-text__text\">Success! Message received.</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) > footer:nth-child(4) > 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(6) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > 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-size:14px;\" class=\"wixui-rich-text__text\">Success! Message received.</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(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(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net/videos\" target=\"_self\" class=\"\" tabindex=\"-1\">Videos</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(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"\" tabindex=\"-1\">High-Resolution Photos</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-jd1hvoxhnavContainer-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-jd1hvoxhnavContainer-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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">My Story</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(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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">Contact Us</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": "H1", "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(2) > 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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"line-height:1.1em; font-size:60px;\">About Mike</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:60px; text-align:center;\">BETTER</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(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"font-size:80px; text-align:center;\">SCHOOLS</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": "H1", "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(4) > 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) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"font_0 wixui-rich-text__text\" style=\"text-align:center; font-size:60px;\">CONTACT US</h1>" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(59)" }, "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(59)" }, "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(59)" }, "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(59)" }, "excerpt": "<style data-href=\"https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/rb_wixui.thunderbolt[VerticalLine_ClassicVerticalSolidLine].67fb182e.min.css\">.SsY_2i .UGHfip{border-left:var(--lnw,3px) solid rgba(var(--brd,var(--color_15)),var(--alpha-brd,1));height:100%}.SsY_2i{min-width:0!important;width:0!important}.SsY_2i .UGHfip{width:100%}</style>" } ] }, "endTime": 1687109540024 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687109540024, "url": "https://www.mikegipson.net/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.111", "responseTime": "2023-06-18T17:32:19.378Z", "data": { "apiErrors": [], "documentSize": 1298920, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 172, "failing": 8 }, "issues": { "totalErrors": 22, "totalWarnings": 3, "totalIssues": 25 }, "issuesByLevel": { "A": { "count": 12, "pct": 48 }, "AA": { "count": 11, "pct": 44 }, "AAA": { "count": 25, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 0, "allDensity": 2 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "9704b6f5-ca1f-473f-962b-5d1f01b28ef3", "docID": "85d615c4-5d19-4744-dfd4-27d828a94022", "sourceHash": "ac8fd90dc91bcf8abcb3e8eef6d10a78", "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=9704b6f5-ca1f-473f-962b-5d1f01b28ef3", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 12936, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":596,\"renderTimeStamp\":1687102424203}\n</script> <script sty", "xpath": "/html/body", "issueID": "a35eb7c6ac389be800c1eddf07214ed6", "signature": "463bf44e2d8d366a3a72495b3b5a1b54", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=a35eb7c6ac389be800c1eddf07214ed6" }, { "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": 81, "y": 0 }, "bottom-right": { "x": 112, "y": 31 }, "height": 31, "width": 31 }, "position": { "line": 11936, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfx7j3", "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[2]/ul[1]/li[2]/a[1]", "issueID": "2661cadfcc47da6423e9083b284aa703", "signature": "23d8f78e6673cd1c7f0e153e2dbc8d06", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=2661cadfcc47da6423e9083b284aa703" }, { "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": 12936, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":596,\"renderTimeStamp\":1687102424203}\n</script> <script sty", "xpath": "/html/body", "issueID": "1ecdd2572e4d0e89b219ed97c47c90bc", "signature": "a40f24809841f5525f1bc13321ed5026", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=1ecdd2572e4d0e89b219ed97c47c90bc" }, { "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": 12936, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":596,\"renderTimeStamp\":1687102424203}\n</script> <script sty", "xpath": "/html/body", "issueID": "e5875866c0c44e8498d2c557245066cb", "signature": "ea67e889759f974196576f99c15d942a", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e5875866c0c44e8498d2c557245066cb" }, { "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": 235.921875 }, "bottom-right": { "x": 18, "y": 274.062475 }, "height": 38.1406, "width": 18 }, "position": { "line": 18762, "column": 0 }, "errorSnippet": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/button[1]", "issueID": "968f9ea1bffa5a82551c076205d05008", "signature": "d58de420c083c7d8205e07b0e1bc770f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=968f9ea1bffa5a82551c076205d05008" }, { "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": 1056, "y": 235.921875 }, "bottom-right": { "x": 1074, "y": 274.062475 }, "height": 38.1406, "width": 18 }, "position": { "line": 18762, "column": 0 }, "errorSnippet": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/button[2]", "issueID": "aa838a5dc1fdae20cb194d6770142432", "signature": "62318b9baf351fb0a97efd32caf7b5c7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=aa838a5dc1fdae20cb194d6770142432" }, { "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": 7, "y": 7 }, "height": 7, "width": 7 }, "position": { "line": 10901, "column": 0 }, "errorSnippet": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[1]/a[1]", "issueID": "361a61c6c83d6680ab479cc8494e39f9", "signature": "c120753b16d9e034b838c2cca7a9ee6a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=361a61c6c83d6680ab479cc8494e39f9" }, { "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": 27, "y": 2 }, "bottom-right": { "x": 34, "y": 9 }, "height": 7, "width": 7 }, "position": { "line": 10929, "column": 416 }, "errorSnippet": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[2]/a[1]", "issueID": "2acc700ae440228fc1c093a0497ab4a8", "signature": "be0560021f127eed03a7cae8eb297309", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2acc700ae440228fc1c093a0497ab4a8" }, { "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": 50, "y": 2 }, "bottom-right": { "x": 57, "y": 9 }, "height": 7, "width": 7 }, "position": { "line": 10931, "column": 1090 }, "errorSnippet": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[3]/a[1]", "issueID": "5e67bb4b1c74d6f594efd3ca0c93b412", "signature": "fe11cfc90ff29365478025dbdca8d3ef", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5e67bb4b1c74d6f594efd3ca0c93b412" }, { "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": 81, "y": 0 }, "bottom-right": { "x": 112, "y": 31 }, "height": 31, "width": 31 }, "position": { "line": 11936, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfx7j3", "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[2]/ul[1]/li[2]/a[1]", "issueID": "56fa30cadcda1899309b0e09df90e295", "signature": "0cdc59cf1e81c8094a46028d9b4cd9d3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=56fa30cadcda1899309b0e09df90e295" }, { "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": 54 }, "bottom-right": { "x": 389, "y": 90 }, "height": 36, "width": 389 }, "position": { "line": 18762, "column": 0 }, "errorSnippet": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"><span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\">249 E. OCEAN BLVD. SUITE 685<br class=", "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[5]/p[4]", "issueID": "6f5ff1d8368fae49cc26931c37a4b576", "signature": "8152956addd9a6310a7d1f70693571e0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=6f5ff1d8368fae49cc26931c37a4b576" }, { "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": 55 }, "bottom-right": { "x": 222, "y": 89 }, "height": 34, "width": 222 }, "position": { "line": 18768, "column": 0 }, "errorSnippet": "<span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\">249 E. OCEAN BLVD. SUITE 685<br class=\"wixui-rich-text__text\">\nLONG BEACH, CA 90802</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[5]/p[4]/span[1]", "issueID": "de838559666c2d1ed35229e6736c8512", "signature": "49f70e536e16a140979d3b75fbf024c9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=de838559666c2d1ed35229e6736c8512" }, { "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": 55 }, "bottom-right": { "x": 222, "y": 89 }, "height": 34, "width": 222 }, "position": { "line": 18768, "column": 0 }, "errorSnippet": "<span class=\"color_11 wixui-rich-text__text\">249 E. OCEAN BLVD. SUITE 685<br class=\"wixui-rich-text__text\">\nLONG BEACH, CA 90802</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[5]/p[4]/span[1]/span[1]", "issueID": "94a93fa43092fdd7eafc208adc1fb63c", "signature": "68fb671a5d482bd0cf45fee8982be551", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=94a93fa43092fdd7eafc208adc1fb63c" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 10901, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"\" tabindex=\"-1\">High-Resolution Photos</a>", "xpath": "/html/body/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]/ul[1]/li[2]/a[1]", "issueID": "7bf7aa24b100612b7ffd8d1897ed2e8e", "signature": "f0c952c43016f7791ac453e77cbfb938", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7bf7aa24b100612b7ffd8d1897ed2e8e" }, { "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": 74.2344, "y": 0 }, "height": 0, "width": 74.2344 }, "position": { "line": 10901, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MikeGipson2022\" target=\"_blank\" class=\"lY3Nwh\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"tex", "xpath": "/html/body/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[6]/a[1]", "issueID": "5c1c5c7c516f0a6e585910ac86047e1b", "signature": "7edcefbfeab9ecf6e1965dfe7b488181", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5c1c5c7c516f0a6e585910ac86047e1b" }, { "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": 24, "y": 24 }, "height": 24, "width": 24 }, "position": { "line": 10901, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dat", "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]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "9bb8fdb4e43d63fee1a7a7e290f89377", "signature": "1b083a2a95538aa414a698458ea0851a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9bb8fdb4e43d63fee1a7a7e290f89377" }, { "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": 41 }, "bottom-right": { "x": 24, "y": 65 }, "height": 24, "width": 24 }, "position": { "line": 10901, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfeka7", "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]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "ed101d82a00af1ae3f4afb6d0f2c8cc7", "signature": "7b3494c7c9d1e7c198d88b6b139c7ac6", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ed101d82a00af1ae3f4afb6d0f2c8cc7" }, { "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": 82 }, "bottom-right": { "x": 24, "y": 106 }, "height": 24, "width": 24 }, "position": { "line": 10901, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jcrb6q0f-comp-jcrb6", "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]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]", "issueID": "755fa9d6923a0dd8e38aac9ebf152d33", "signature": "08f525e3ebcfbfb07b1f2bb4b56c4f5c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=755fa9d6923a0dd8e38aac9ebf152d33" }, { "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": 123 }, "bottom-right": { "x": 24, "y": 147 }, "height": 24, "width": 24 }, "position": { "line": 10901, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jcrb6", "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]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]", "issueID": "e3d7b8c71afc447e1d2ab3ee985beec2", "signature": "26e8c27a6854c7ee4ad4b6a876eb34d0", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e3d7b8c71afc447e1d2ab3ee985beec2" }, { "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": 22 }, "bottom-right": { "x": 31, "y": 53 }, "height": 31, "width": 31 }, "position": { "line": 10949, "column": 79 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dat", "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[2]/ul[1]/li[1]/a[1]", "issueID": "4b02c56fe98e90b667b11d3fefb40890", "signature": "7a2df027156709633b465070b8abb9b3", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4b02c56fe98e90b667b11d3fefb40890" }, { "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": 81, "y": 0 }, "bottom-right": { "x": 112, "y": 31 }, "height": 31, "width": 31 }, "position": { "line": 11936, "column": 5796 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfx7j3", "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[2]/ul[1]/li[2]/a[1]", "issueID": "685e850fbc2ac772c9ff473a7c695f5d", "signature": "31aaa0de1b2872f1a967fa96f7569ae3", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=685e850fbc2ac772c9ff473a7c695f5d" }, { "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": 162, "y": 22 }, "bottom-right": { "x": 193, "y": 53 }, "height": 31, "width": 31 }, "position": { "line": 11941, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jd08o34g7-comp-jd08", "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[2]/ul[1]/li[3]/a[1]", "issueID": "b88607b45ce207a2846b6df4415106b8", "signature": "3d8aef8687e7c50da4313209507d07c5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b88607b45ce207a2846b6df4415106b8" }, { "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": 243, "y": 22 }, "bottom-right": { "x": 274, "y": 53 }, "height": 31, "width": 31 }, "position": { "line": 11941, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jd08o", "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[2]/ul[1]/li[4]/a[1]", "issueID": "f0119e94ac993f85998ce72e574f6a86", "signature": "ced3989ec00cd85882b4cfb3bb65bc35", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f0119e94ac993f85998ce72e574f6a86" }, { "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": 51.546875, "y": 37 }, "bottom-right": { "x": 108.546875, "y": 53 }, "height": 16, "width": 57 }, "position": { "line": 11957, "column": 0 }, "errorSnippet": "<a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">1434878</a>", "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[5]/p[3]/span[1]/span[1]/a[1]", "issueID": "06ec52dcaf4a95a5a23f670268335161", "signature": "19223d2c37c33199b1671dc0673b2839", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=06ec52dcaf4a95a5a23f670268335161" }, { "tID": 271, "bpID": 211, "priority": 100, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This text is rotated from the horizontal by 60 degrees or more.", "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 is rotated from the horizontal by 60 degrees or more, and is not part of a complex image or graphic. Text rotated beyond a certain threshold presents comprehension difficulties for people with cognitive disabilities or perception-based learning disabilities. Don't rotate text beyond 60 degrees from the horiziontal.", "viewPortLocation": { "top-left": { "x": 1056, "y": 235.921875 }, "bottom-right": { "x": 1074, "y": 274.062475 }, "height": 38.1406, "width": 18 }, "position": { "line": 18762, "column": 0 }, "errorSnippet": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/button[2]", "issueID": "b74a9a428cdc6548e922c2b4a0c6e077", "signature": "cf6c5eb986963dcafaaee59d2f19b48d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=271&issueID=b74a9a428cdc6548e922c2b4a0c6e077" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 4, 21 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":596,\"renderTimeStamp\":1687102424203} </script> <script sty" }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfx7j3" }, { "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\":596,\"renderTimeStamp\":1687102424203} </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\":596,\"renderTimeStamp\":1687102424203} </script> <script sty" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "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[2]/div[1]/div[1]/div[2]/button[1]" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "BUTTON", "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[2]/div[1]/div[1]/div[2]/button[2]" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>" }, { "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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[1]/a[1]" }, "excerpt": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>" }, { "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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[2]/a[1]" }, "excerpt": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>" }, { "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[2]/div[1]/div[1]/div[2]/nav[1]/ol[1]/li[3]/a[1]" }, "excerpt": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>" }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfx7j3" }, { "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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/section[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[4]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:1.3em; font-size:14px;\"><span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\">249 E. OCEAN BLVD. SUITE 685<br class=" }, { "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[5]/p[4]/span[1]" }, "excerpt": "<span style=\"letter-spacing:0.03em;\" class=\"wixui-rich-text__text\"><span class=\"color_11 wixui-rich-text__text\">249 E. OCEAN BLVD. SUITE 685<br class=\"wixui-rich-text__text\"> LONG BEACH, CA 90802</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[5]/p[4]/span[1]/span[1]" }, "excerpt": "<span class=\"color_11 wixui-rich-text__text\">249 E. OCEAN BLVD. SUITE 685<br class=\"wixui-rich-text__text\"> LONG BEACH, CA 90802</span>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/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]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"\" tabindex=\"-1\">High-Resolution Photos</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]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/MikeGipson2022\" target=\"_blank\" class=\"lY3Nwh\" aria-haspopup=\"false\"><div class=\"rBTT56\"><div class=\"\" style=\"text-align:right\"><p class=\"foFAdY\" style=\"tex" }, { "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]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dat" }, { "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]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfeka7" }, { "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]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jcrb6q0f-comp-jcrb6" }, { "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]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-jcrb6pzf\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jcrb6" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_0_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dat" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jfx7j3" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_2_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jd08o34g7-comp-jd08" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[2]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_3_comp-jd08o33f\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-jd08o" }, { "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[1]/div[2]/div[1]/div[2]/div[1]/div[5]/p[3]/span[1]/span[1]/a[1]" }, "excerpt": "<a href=\"https://cal-access.sos.ca.gov/Misc/redirector.aspx?id=1434878\" target=\"_blank\" class=\"wixui-rich-text__text\">1434878</a>" }, { "ruleID": "271", "what": "This text is rotated from the horizontal by 60 degrees or more.", "ordinalSeverity": 3, "tagName": "BUTTON", "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[2]/div[1]/div[1]/div[2]/button[2]" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1.3 20.5 21 40.1z\"></path></svg></button>" } ] }, "endTime": 1687109540478 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687109540478, "url": "https://www.mikegipson.net/", "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", "", "Email *; #input_comp-keh3vzma" ] ] }, "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": "Email *; #input_comp-keh3vzma" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 276 }, "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": 27, "tabFocused": 30, "discrepancy": 3 }, "totals": [ 0, 0, 3, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 3, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 27, "types": { "missing": { "total": 27, "tagNames": { "A": 19, "DIV": 2, "BUTTON": 3, "INPUT": 2, "TEXTAREA": 1 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "tagName": "A", "id": "", "text": "About Mike" }, { "tagName": "A", "id": "", "text": "Endorsements" }, { "tagName": "A", "id": "", "text": "Issues" }, { "tagName": "DIV", "id": "", "text": "Media" }, { "tagName": "A", "id": "", "text": "Contact Us" }, { "tagName": "A", "id": "", "text": "Donate" }, { "tagName": "DIV", "id": "", "text": "More" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" }, { "tagName": "BUTTON", "id": "", "text": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www." }, { "tagName": "BUTTON", "id": "", "text": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" }, { "tagName": "A", "id": "", "text": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>" }, { "tagName": "A", "id": "", "text": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>" }, { "tagName": "A", "id": "", "text": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" }, { "tagName": "A", "id": "", "text": "mikegipson18@gmail.com" }, { "tagName": "A", "id": "", "text": "1434878" }, { "tagName": "INPUT", "id": "input_comp-keh3vzm0", "text": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "tagName": "INPUT", "id": "input_comp-keh3vzma", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "text": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placehol" }, { "tagName": "BUTTON", "id": "", "text": "Send" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 27 ], "standardInstances": [ { "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.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Mike" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "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": "Contact Us" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=" }, { "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/183445511@N07/\" target=\"_blank\" cla" }, { "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://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><" }, { "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.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www." }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>" }, { "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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=" }, { "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/183445511@N07/\" target=\"_blank\" cla" }, { "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://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><" }, { "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.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "mikegipson18@gmail.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1434878" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-keh3vzm0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-keh3vzma", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "TEXTAREA element has no focus indicator", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placehol" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Send" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 40, "types": { "onlyFocusable": { "total": 2, "tagNames": { "DIV": 2 } }, "onlyOperable": { "total": 12, "tagNames": { "DIV": 1, "LI": 8, "A": 2, "SPAN": 1 } }, "focusableAndOperable": { "total": 26, "tagNames": { "A": 20, "BUTTON": 3, "INPUT": 2, "TEXTAREA": 1 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "", "text": "Media" }, { "tagName": "DIV", "id": "", "text": "More" } ], "onlyOperable": [ { "tagName": "DIV", "id": "comp-jf8l3jjd", "text": "<div id=\"comp-jf8l3jjd\" class=\"MazNVa comp-jf8l3jjd wixui-image rYiAuL\" style=\"cursor: default;\"><a ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jd1hvoxh0", "text": "About Mike", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jd1hvoxh1", "text": "Endorsements", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jd1hvoxh2", "text": "Issues", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jd1hvoxh3", "text": "MediaVideosHigh-Resolution Photos", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Videos", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "High-Resolution Photos", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "LI", "id": "comp-jd1hvoxh4", "text": "Contact Us", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jd1hvoxh5", "text": "Donate", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jd1hvoxh6", "text": "Unity Slate", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "LI", "id": "comp-jd1hvoxh__more__", "text": "More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Send", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"j7pOnl\" style=\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About Mike", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Unity Slate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\" style=\"cursor: default;", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\" style=\"cursor: default;\"><s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\" style=\"cursor: default;\"></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\" style=\"cursor: default;\"></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\" style=\"cursor: default;\"></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "mikegipson18@gmail.com", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "1434878", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "input_comp-keh3vzm0", "text": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "input_comp-keh3vzma", "text": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "text": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placehol", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "BUTTON", "id": "", "text": "Send", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 2, 12 ], "standardInstances": [ { "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-jf8l3jjd", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-jf8l3jjd\" class=\"MazNVa comp-jf8l3jjd wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Mike" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaVideosHigh-Resolution Photos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "High-Resolution Photos" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh6", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Unity Slate" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Send" } ] }, "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": 40, "triggerSample": 22, "impactTriggers": 7, "additions": 22, "removals": 13, "opacityChanges": 3, "opacityImpact": 7, "unhoverables": 0, "noCursors": 0, "badCursors": 2, "noIndicators": 2, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "A", "id": "", "text": "<wow-image id=\"img_comp-jf8l3jjd\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":&q", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 3 }, { "tagName": "LI", "id": "comp-jd1hvoxh3", "text": "MediaVideosHigh-Resolution Photos", "additions": 12, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "comp-jd1hvoxh4", "text": "Contact Us", "additions": 0, "removals": 12, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "comp-jd1hvoxh__more__", "text": "More", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "BUTTON", "id": "", "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 2 } ], "unhoverables": [], "noCursors": [], "badCursors": [ { "tagName": "BUTTON", "id": "", "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" } ], "noIndicators": [ { "tagName": "BUTTON", "id": "", "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" } ], "badIndicators": [] } }, "totals": [ 7, 25, 15, 9 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<wow-image id=\"img_comp-jf8l3jjd\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":&q" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaVideosHigh-Resolution Photos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 6 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Previous" } }, { "index": 1, "tagName": "BUTTON", "type": "submit", "labelType": "aria-label", "texts": { "attribute": "Next" } }, { "index": 2, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Name *" } }, { "index": 3, "tagName": "INPUT", "type": "email", "labelType": "aria-label", "texts": { "attribute": "Email *" } }, { "index": 4, "tagName": "TEXTAREA", "type": "textarea", "labelType": "label", "texts": {} }, { "index": 5, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Send" } } ] } }, "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": 22, "adjacent": { "total": 9, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "id": "", "text": "About Mike" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "Issues" }, { "id": "", "text": "Contact Us" }, { "id": "", "text": "Donate" }, { "id": "", "text": "Unity Slate" }, { "id": "", "text": "mikegipson18@gmail.com" }, { "id": "", "text": "1434878" } ] } }, "totals": [ 0, 9, 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.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Mike" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Unity Slate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "mikegipson18@gmail.com" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1434878" } ] }, "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": 3, "subtotals": [ 2, 1 ] }, "adjacentLink": { "total": 9, "subtotals": [ 6, 3 ] }, "listLink": { "total": 13, "subtotals": [ 11, 2 ] }, "h1": { "total": 2 }, "h2": { "total": 2, "subtotals": [ 1, 1 ] } }, "items": { "button": { "borderStyle": { "none": [ "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.", "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" ], "solid": [ "Send" ] }, "height": { "38.6406px": [ "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.", "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" ], "32px": [ "Send" ] }, "minWidth": { "0px": [ "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www.", "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" ], "100%": [ "Send" ] } }, "adjacentLink": { "fontWeight": { "400": [ "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"><wow-im", "mikegipson18@gmail.com", "1434878" ], "700": [ "About Mike", "Endorsements", "Issues", "Contact Us", "Donate", "Unity Slate" ] } }, "listLink": { "fontWeight": { "400": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><", "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl", "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>", "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>", "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>", "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><", "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" ], "700": [ "Videos", "High-Resolution Photos" ] }, "fontSize": { "16px": [ "Videos", "High-Resolution Photos" ], "10px": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><", "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl", "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>", "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>", "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>", "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><", "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" ] }, "lineHeight": { "22.4px": [ "Videos", "High-Resolution Photos" ], "normal": [ "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><", "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl", "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>", "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>", "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>", "<a data-testid=\"linkElement\" href=\"https://www.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=", "<a data-testid=\"linkElement\" href=\"https://www.flickr.com/photos/183445511@N07/\" target=\"_blank\" cla", "<a data-testid=\"linkElement\" href=\"https://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><", "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" ] } }, "h2": { "fontSize": { "60px": [ "BETTER" ], "80px": [ "SCHOOLS" ] } } } }, "totals": [ 1, 1, 1, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 2 different styles", "count": 1, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 5, "tagNames": { "DIV": 3, "BUTTON": 2 } }, "items": [ { "tagName": "DIV", "id": "SITE_HEADER", "text": "About MikeEndorsementsIssuesMediaVideosHigh-Resolution PhotosContact UsDonateUnity SlateMoreUse tab " }, { "tagName": "DIV", "id": "comp-jd1hvoxhdropWrapper", "text": "<div class=\"JdScD2\" id=\"comp-jd1hvoxhdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" }, { "tagName": "DIV", "id": "comp-jcrb5ci5-pinned-layer", "text": "<div id=\"comp-jcrb5ci5-pinned-layer\" class=\"comp-jcrb5ci5-pinned-layer big2ZD\"><div id=\"comp-jcrb5ci" }, { "tagName": "BUTTON", "id": "", "text": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www." }, { "tagName": "BUTTON", "id": "", "text": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" } ] }, "totals": [ 5, 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": "About MikeEndorsementsIssuesMediaVideosHigh-Resolution PhotosContact UsDonateUnity SlateMoreUse tab " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jd1hvoxhdropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-jd1hvoxhdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jcrb5ci5-pinned-layer", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-jcrb5ci5-pinned-layer\" class=\"comp-jcrb5ci5-pinned-layer big2ZD\"><div id=\"comp-jcrb5ci" }, { "ruleID": "zIndex", "what": "BUTTON element has a non-default Z index", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www." }, { "ruleID": "zIndex", "what": "BUTTON element has a non-default Z index", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" } ] } }, "success": true }, "standardResult": { "totals": [ 14, 35, 22, 49 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email *; #input_comp-keh3vzma" }, { "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": 3, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Mike" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "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": "Contact Us" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=" }, { "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/183445511@N07/\" target=\"_blank\" cla" }, { "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://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><" }, { "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.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www." }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"./#comp-jfwxil26\" aria-label=\"Slide 1\" class=\"x8rUIu Fd6sGQ\"></a>" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"./#comp-jfwxy3zz\" aria-label=\"Slide 2\" class=\"x8rUIu\"></a>" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"./#comp-jfwxzhyn\" aria-label=\"Slide 3\" class=\"x8rUIu\"></a>" }, { "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.youtube.com/channel/UCB7Vjt1VLIYWIe3Y0lvvKLg\" target=" }, { "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/183445511@N07/\" target=\"_blank\" cla" }, { "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://twitter.com/mgipson2014\" target=\"_blank\" class=\"oRtuWN\"><" }, { "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.facebook.com/MikeGipson4Assembly/\" target=\"_blank\" cl" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "mikegipson18@gmail.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1434878" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-keh3vzm0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"name-*\" id=\"input_comp-keh3vzm0\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "input_comp-keh3vzma", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" name=\"email\" id=\"input_comp-keh3vzma\" class=\"KvoMHf has-custom-focus wixui-text-" }, { "ruleID": "focInd", "what": "TEXTAREA element has no focus indicator", "ordinalSeverity": 3, "tagName": "TEXTAREA", "id": "textarea_comp-keh3vzme", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<textarea id=\"textarea_comp-keh3vzme\" class=\"rEindN has-custom-focus wixui-text-box__input\" placehol" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Send" }, { "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-jf8l3jjd", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-jf8l3jjd\" class=\"MazNVa comp-jf8l3jjd wixui-image rYiAuL\" style=\"cursor: default;\"><a " }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Mike" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaVideosHigh-Resolution Photos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "High-Resolution Photos" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh5", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh6", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Unity Slate" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Send" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<wow-image id=\"img_comp-jf8l3jjd\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":&q" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh3", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MediaVideosHigh-Resolution Photos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh4", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "comp-jd1hvoxh__more__", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "More" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 21 41\"><path d=\"M20.3 40.8 0 20.5 20.3.2l.7.7L1" }, { "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.mikegipson.net\" target=\"_self\" class=\"j7pOnl\"><wow-im" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About Mike" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact Us" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Unity Slate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "mikegipson18@gmail.com" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1434878" }, { "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": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "SITE_HEADER", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About MikeEndorsementsIssuesMediaVideosHigh-Resolution PhotosContact UsDonateUnity SlateMoreUse tab " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jd1hvoxhdropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"JdScD2\" id=\"comp-jd1hvoxhdropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-jcrb5ci5-pinned-layer", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-jcrb5ci5-pinned-layer\" class=\"comp-jcrb5ci5-pinned-layer big2ZD\"><div id=\"comp-jcrb5ci" }, { "ruleID": "zIndex", "what": "BUTTON element has a non-default Z index", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"prevButton\" aria-label=\"Previous\" class=\"PBM28h LeOpDH\"><svg xmlns=\"http://www." }, { "ruleID": "zIndex", "what": "BUTTON element has a non-default Z index", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button data-testid=\"nextButton\" aria-label=\"Next\" class=\"PBM28h QFf6js\"><svg xmlns=\"http://www.w3.o" } ] }, "endTime": 1687109581073 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687109581073, "url": "https://www.mikegipson.net/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Mike Gipson for State Assembly", "pageurl": "https://www.mikegipson.net/", "time": 2.72, "creditsremaining": 915, "allitemcount": 106, "totalelements": 442, "waveurl": "http://wave.webaim.org/report?url=https://www.mikegipson.net/" }, "categories": { "error": { "description": "Errors", "count": 5, "items": { "alt_link_missing": { "id": "alt_link_missing", "description": "Linked image missing alternative text", "count": 4, "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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jd08o34g1-comp-jd08o33f > A:first-child > WOW-IMAGE#img_0_comp-jd08o33f > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jfx7j3mz-comp-jd08o33f > A:first-child > WOW-IMAGE#img_1_comp-jd08o33f > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jd08o34g7-comp-jd08o33f > A:first-child > WOW-IMAGE#img_2_comp-jd08o33f > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jd08o34g9-comp-jd08o33f > A:first-child > WOW-IMAGE#img_3_comp-jd08o33f > 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" } ] }, "label_empty": { "id": "label_empty", "description": "Empty form label", "count": 1, "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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd09weze > DIV:first-child > DIV:first-child > FORM#comp-keh3vzks > DIV:first-child > DIV:first-child > DIV#comp-keh3vzme > LABEL:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "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" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 10, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 10, "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 > DIV#comp-jfwxil10 > BUTTON:first-child + BUTTON + DIV + DIV > DIV#comp-jfwxil26 > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-jfwxil2f > H2: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 > DIV#comp-jfwxil10 > BUTTON:first-child + BUTTON + DIV + DIV > DIV#comp-jfwxil26 > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-jfwxil2m > H2: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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfks4k > H1: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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd0b5vwi > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd0b6zva > P: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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + P > SPAN:first-child + SPAN > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + P + P > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + P + P + P > SPAN:first-child > SPAN:first-child" ], "contrastdata": [ [ 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 ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 9, "items": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 1, "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-jf8l3jjd > A:first-child > WOW-IMAGE#img_comp-jf8l3jjd > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 1, "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 > WIX-DROPDOWN-MENU#comp-jd1hvoxh > NAV#comp-jd1hvoxhnavContainer > UL#comp-jd1hvoxhitemsContainer > LI#comp-jd1hvoxh0 > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 1, "selectors": [ "HTML > HEAD:first-child > SCRIPT:first-child + META + META + META + META + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + META + LINK + LINK + LINK + LINK + STYLE + STYLE + SCRIPT + META + META + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT" ], "wcag": [] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 5, "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-jd1hvoxh > NAV#comp-jd1hvoxhnavContainer > DIV#comp-jd1hvoxhnavContainer-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-jcrpxhy0 > 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 > DIV#comp-jcrq1vld > SPAN:first-child", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" ], "wcag": [] }, "html5_video_audio": { "id": "html5_video_audio", "description": "HTML5 video or audio", "count": 1, "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-jcqcaucz > DIV:first-child + DIV > DIV#comp-jcqcaue3 > DIV#bgLayers_comp-jcqcaue3 > DIV#bgMedia_comp-jcqcaue3 > WIX-VIDEO#videoContainer_comp-jcqcaue3 > VIDEO#comp-jcqcaue3_video" ], "wcag": [ { "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1" }, { "name": "1.2.2 Captions (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2" }, { "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3" }, { "name": "1.2.5 Audio Description (Prerecorded) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.5" }, { "name": "1.4.2 Audio Control (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.2" } ] } } } }, "success": true }, "standardResult": { "totals": [ 9, 0, 0, 15 ], "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 > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > SECTION#comp-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jd08o34g1-comp-jd08o33f > A:first-child > WOW-IMAGE#img_0_comp-jd08o33f > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jfx7j3mz-comp-jd08o33f > A:first-child > WOW-IMAGE#img_1_comp-jd08o33f > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jd08o34g7-comp-jd08o33f > A:first-child > WOW-IMAGE#img_2_comp-jd08o33f > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd08o33f > UL:first-child > LI#dataItem-jd08o34g9-comp-jd08o33f > A:first-child > WOW-IMAGE#img_3_comp-jd08o33f > IMG:first-child" }, "excerpt": "" }, { "ruleID": "label_empty", "what": "Empty form label", "ordinalSeverity": 3, "tagName": "LABEL", "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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd09weze > DIV:first-child > DIV:first-child > FORM#comp-keh3vzks > DIV:first-child > DIV:first-child > DIV#comp-keh3vzme > LABEL: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 > DIV#comp-jfwxil10 > BUTTON:first-child + BUTTON + DIV + DIV > DIV#comp-jfwxil26 > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-jfwxil2f > H2: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 > DIV#comp-jfwxil10 > BUTTON:first-child + BUTTON + DIV + DIV > DIV#comp-jfwxil26 > DIV:first-child + DIV + DIV > DIV:first-child > DIV#comp-jfwxil2m > H2: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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfks4k > H1: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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd0b5vwi > P: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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jd0b6zva > P: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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + P > SPAN:first-child + SPAN > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + P + P > 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-jcrfedax > DIV:first-child + DIV > DIV#comp-jcrfedcd > DIV:first-child + DIV > DIV:first-child > DIV#comp-jcrfv7jo > P:first-child + P + P + P > SPAN:first-child > SPAN: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-jf8l3jjd > A:first-child > WOW-IMAGE#img_comp-jf8l3jjd > IMG: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 > 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-jd1hvoxh > NAV#comp-jd1hvoxhnavContainer > UL#comp-jd1hvoxhitemsContainer > LI#comp-jd1hvoxh0 > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child > SCRIPT:first-child + META + META + META + META + LINK + LINK + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + META + LINK + LINK + LINK + LINK + STYLE + STYLE + SCRIPT + META + META + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT" }, "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-jd1hvoxhnavContainer-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-jd1hvoxh > NAV#comp-jd1hvoxhnavContainer > DIV#comp-jd1hvoxhnavContainer-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-jcrpxhy0 > 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#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-jcrq1vld > 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": "html5_video_audio", "what": "HTML5 video or audio", "ordinalSeverity": 0, "tagName": "VIDEO", "id": "comp-jcqcaue3_video", "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-jcqcaucz > DIV:first-child + DIV > DIV#comp-jcqcaue3 > DIV#bgLayers_comp-jcqcaue3 > DIV#bgMedia_comp-jcqcaue3 > WIX-VIDEO#videoContainer_comp-jcqcaue3 > VIDEO#comp-jcqcaue3_video" }, "excerpt": "" } ] }, "endTime": 1687109584084 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD65-c", "which": "https://www.mikegipson.net/", "what": "Candidate Mike Gipson (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:31:29", "endTime": "2023-06-18T17:33:04", "elapsedSeconds": 94, "visitLatency": 4, "logCount": 6, "logSize": 449, "errorLogCount": 1, "errorLogSize": 149, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 41 ], [ "testaro", 15 ], [ "axe", 11 ], [ "ibm", 6 ], [ "alfa", 5 ], [ "nuVal", 3 ], [ "wave", 3 ], [ "qualWeb", 2 ], [ "continuum", 0 ], [ "htmlcs", 0 ], [ "tenon", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1751, "issue": 1588, "tool": 161, "prevention": 0, "log": 2, "latency": 0 }, "details": { "severity": { "total": [ 155, 107, 211, 153 ], "byTool": { "testaro": [ 14, 35, 22, 49 ], "alfa": [ 79, 0, 0, 40 ], "axe": [ 12, 5, 4, 7 ], "continuum": [ 0, 0, 0, 6 ], "htmlcs": [ 24, 0, 0, 0 ], "ibm": [ 0, 7, 0, 7 ], "nuVal": [ 0, 0, 142, 2 ], "qualWeb": [ 17, 60, 39, 6 ], "tenon": [ 0, 0, 4, 21 ], "wave": [ 9, 0, 0, 15 ] } }, "prevention": {}, "issue": { "spontaneousMotion": { "score": 204, "maxCount": 102, "weight": 2, "tools": { "testaro": { "motion": { "quality": 1, "what": "Change of visible content not requested by user", "complaints": { "countTotal": 102, "texts": [ "Content moves or changes without user request" ] } } } } }, "linkNoText": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 4, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 4, "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": 4, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 4, "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": 4, "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": 4, "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": 1, "texts": [ "This link has no text inside it." ] } } }, "wave": { "alt_link_missing": { "quality": 1, "what": "Linked image has no text alternative", "complaints": { "countTotal": 4, "texts": [ "Linked image missing alternative text" ] } } } } }, "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" ] } } } } }, "focusIndication": { "score": 108, "maxCount": 27, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 27, "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": 27, "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": 27, "texts": [ "A element has no focus indicator", "DIV element has no focus indicator", "BUTTON element has no focus indicator", "INPUT element has no focus indicator", "TEXTAREA 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" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 3, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.92 (foreground color: #ffffff, background color: #c2202f, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" ] } } } } }, "textContrastAA": { "score": 104, "maxCount": 26, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 26, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 3, "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's background color could not be determined because it's partially obscured by another element" ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 10, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 22, "maxCount": 11, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 11, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 48, "maxCount": 24, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 12, "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": 24, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "headingOfNothing": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 1, "texts": [ "Headings of same level have text content between them" ] } } } } }, "leadingAbsolute": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "alfa": { "r80": { "quality": 1, "what": "Paragraph text has an absolute line height", "complaints": { "countTotal": 7, "texts": [ "Paragraphs of text do not have line heights defined in absolute units" ] } } } } }, "decorativeElementExposed": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r86": { "quality": 1, "what": "Element marked as decorative is in the accessibility tree or has no none/presentation role", "complaints": { "countTotal": 1, "texts": [ "Elements that are marked as decorative are not exposed to assistive technologies" ] } } } } }, "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": 12, "maxCount": 12, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 12, "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." ] } } } } }, "videoContentNoText": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "axe": { "video-caption": { "quality": 1, "what": "video element has no captions", "complaints": { "countTotal": 1, "texts": [ "<video> elements must have captions" ] } } }, "qualWeb": { "QW-ACT-R51": { "quality": 1, "what": "video element visual-only content is not a media alternative for text", "complaints": { "countTotal": 1, "texts": [ "This rule checks non-streaming silent video is a media alternative for text on the page." ] } }, "QW-ACT-R56": { "quality": 1, "what": "video element content is not a media alternative for text", "complaints": { "countTotal": 1, "texts": [ "This rule checks non-streaming video is a media alternative for text on the page." ] } }, "QW-ACT-R61": { "quality": 1, "what": "video element visual content has no transcript", "complaints": { "countTotal": 1, "texts": [ "This rule checks that non-streaming video elements have all audio and visual information available in a transcript." ] } }, "QW-ACT-R23": { "quality": 1, "what": "video element visual content has no accessible alternative", "complaints": { "countTotal": 1, "texts": [ "This rule checks that video elements with audio have an alternative for the video content as audio or as text." ] } }, "QW-ACT-R31": { "quality": 1, "what": "video element visual-only content has no accessible alternative", "complaints": { "countTotal": 1, "texts": [ "This rule checks that video elements without audio have an alternative available." ] } }, "QW-ACT-R32": { "quality": 1, "what": "video element visual-only content has no strict accessible alternative", "complaints": { "countTotal": 1, "texts": [ "This rule checks that video elements with audio have audio description." ] } } } } }, "cssBansRotate": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "css-orientation-lock": { "quality": 1, "what": "CSS media query locks display orientation", "complaints": { "countTotal": 1, "texts": [ "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined" ] } } } } }, "roleBad": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "axe": { "aria-allowed-role": { "quality": 1, "what": "ARIA role is not appropriate for the element", "complaints": { "countTotal": 1, "texts": [ "ARIA role should be appropriate for the element; ARIA role presentation is not allowed for given element" ] } } }, "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" ] } }, "aria_role_valid": { "quality": 1, "what": "ARIA role is not valid for its element", "complaints": { "countTotal": 1, "texts": [ "The ARIA role 'presentation' is not valid for the element <video> and may be ignored by the browser since the element is focusable" ] } } } } }, "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." ] } } } } }, "focusableHidden": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "presentation-role-conflict": { "quality": 1, "what": "Element has a none/presentation role but is focusable or has a global ARIA state or property", "complaints": { "countTotal": 1, "texts": [ "Ensure elements marked as presentational are consistently ignored" ] } } } } }, "textAlternativeRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "continuum": { "234": { "quality": 1, "what": "img element has a suspicious calculated accessible name", "complaints": { "countTotal": 1, "texts": [ "This IMG has a suspicious calculated accessible name value of: mike gipson_2022 logo.png" ] } } }, "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 8, "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": 1, "texts": [ "Suspicious alternative text" ] } } } } }, "textAreaNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "continuum": { "872": { "quality": 1, "what": "textarea element has no accessible name, but only a placeholder attribute", "complaints": { "countTotal": 1, "texts": [ "This textarea should not rely on text in the placeholder attribute for an accessible name" ] } } } } }, "decorativeImageRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 4, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoOrderedListRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H48.2": { "quality": 1, "what": "Ordered list may fail to be coded as such", "complaints": { "countTotal": 1, "texts": [ "This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document." ] } } } } }, "scrollRisk": { "score": 4, "maxCount": 4, "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." ] } } }, "qualWeb": { "QW-BP18": { "quality": 1, "what": "Percentage is not used in CSS for a container size", "complaints": { "countTotal": 4, "texts": [ "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values." ] } } } } }, "contrastRisk": { "score": 11, "maxCount": 11, "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": 1, "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": 8, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } }, "AAA.1_4_6.G18.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1", "complaints": { "countTotal": 2, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 6, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "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": 2, "maxCount": 2, "weight": 1, "tools": { "ibm": { "aria_attribute_redundant": { "quality": 1, "what": "ARIA attribute is used when there is a corresponding HTML attribute", "complaints": { "countTotal": 2, "texts": [ "The ARIA attribute \"aria-required\" is redundant with the HTML attribute \"required\"" ] } } } } }, "attributeBad": { "score": 48, "maxCount": 12, "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": 4, "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." ] } } } } }, "linkElementBad": { "score": 24, "maxCount": 6, "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." ] } }, "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.": { "quality": 1, "what": "link element with a body ancestor has no itemprop or valid rel attribute", "complaints": { "countTotal": 2, "texts": [ "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet." ] } } } } }, "cssInvalid": { "score": 114, "maxCount": 38, "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": 6, "texts": [ "CSS: opacity: Parse Error.", "CSS: left: Parse Error.", "CSS: top: 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": 4, "texts": [ "CSS: color: var(--errorTextColor, #ff4040) is not a valid color 3 or 6 hexadecimals numbers." ] } }, "^CSS: .+: .+ is not a .+ value.*$": { "quality": 1, "what": "Invalid value in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: will-change: var(--corners-overflow-fix-will-change, initial) is not a will-change value." ] } } } } }, "parseError": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "nuVal": { "^Bad start tag in .+$": { "quality": 1, "what": "Invalid start tag", "complaints": { "countTotal": 2, "texts": [ "Bad start tag in img in noscript in head." ] } } } } }, "pageTitle": { "score": 20, "maxCount": 2, "weight": 10, "tools": { "nuVal": { "Element head is missing a required instance of child element title.": { "quality": 1, "what": "head element has no child title element", "complaints": { "countTotal": 2, "texts": [ "Element head is missing a required instance of child element title." ] } } } } }, "imageNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "nuVal": { "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 2, "texts": [ "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images." ] } } } } }, "slashParseRisk": { "score": 23, "maxCount": 23, "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": 23, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "elementClosure": { "score": 30, "maxCount": 10, "weight": 3, "tools": { "nuVal": { "^Stray end tag .+$": { "quality": 1, "what": "Invalid closing tag", "complaints": { "countTotal": 8, "texts": [ "Stray end tag noscript.", "Stray end tag head.", "Stray end tag link." ] } }, "^Start tag .+ seen but an element of the same type was already open.*$": { "quality": 1, "what": "Element is invalidly a descendant of another such element", "complaints": { "countTotal": 2, "texts": [ "Start tag body seen but an element of the same type was already open." ] } } } } }, "metaBad": { "score": 120, "maxCount": 40, "weight": 3, "tools": { "nuVal": { "^Attribute .+ not allowed on element meta at this point.*$": { "quality": 1, "what": "Attribute is not allowed on a meta element here", "complaints": { "countTotal": 20, "texts": [ "Attribute http-equiv not allowed on element meta at this point.", "Attribute name not allowed on element meta at this point." ] } }, "^Element meta is missing one or more of the following attributes: .+$": { "quality": 1, "what": "meta element is missing a required attribute", "complaints": { "countTotal": 20, "texts": [ "Element meta is missing one or more of the following attributes: itemprop, property." ] } } } } }, "parentBad": { "score": 120, "maxCount": 30, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 30, "texts": [ "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "Element title not allowed as child of element body in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "fatalError": { "score": 100, "maxCount": 2, "weight": 50, "tools": { "nuVal": { "Cannot recover after last error. Any further errors will be ignored.": { "quality": 1, "what": "Testing was interrupted by a fatal error", "complaints": { "countTotal": 2, "texts": [ "Cannot recover after last error. Any further errors will be ignored." ] } } } } }, "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": 12, "maxCount": 3, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 3, "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." ] } } } } }, "videoContentNoTranscript": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R53": { "quality": 1, "what": "video element visual-only content has no transcript", "complaints": { "countTotal": 1, "texts": [ "Non-streaming video elements without audio must have all visual information available in a transcript." ] } } } } }, "videoNoAudioTrack": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R54": { "quality": 1, "what": "video element visual-only content has no audio track alternative", "complaints": { "countTotal": 1, "texts": [ "Non-streaming video elements without audio must have an audio alternative." ] } } } } }, "videoNoAudioDescription": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R55": { "quality": 1, "what": "video element visual content has no audio description", "complaints": { "countTotal": 1, "texts": [ "This rule checks that non-streaming video elements have all visual information also contained in the audio." ] } } } } }, "ignorable": { "score": 0, "maxCount": 1, "weight": 0, "tools": { "qualWeb": { "QW-ACT-R57": { "quality": 1, "what": "video element visual content has no description track (description tracks and this ACT rule have been deprecated)", "complaints": { "countTotal": 1, "texts": [ "This rule checks that description tracks that come with non-streaming video elements are descriptive." ] } } } } }, "audioContentNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R60": { "quality": 1, "what": "video element auditory content has no captions", "complaints": { "countTotal": 1, "texts": [ "This rule checks that captions are available for audio information in non-streaming video elements." ] } }, "QW-ACT-R26": { "quality": 1, "what": "video element auditory content has no accessible alternative", "complaints": { "countTotal": 1, "texts": [ "This rule checks that video elements have an alternative for information conveyed through audio." ] } } } } }, "overflowHiddenRisk": { "score": 9, "maxCount": 9, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 9, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "sectionHeadingless": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "pseudoNavList": { "score": 12, "maxCount": 6, "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": 6, "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": 12, "maxCount": 4, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 4, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "fontSmall": { "score": 15, "maxCount": 5, "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": 5, "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": 18, "maxCount": 6, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 6, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "allCaps": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "tenon": { "153": { "quality": 1, "what": "Long string of text is in all caps", "complaints": { "countTotal": 3, "texts": [ "This long string of text is in all caps." ] } } } } }, "linkForcesNewWindow": { "score": 33, "maxCount": 11, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 11, "texts": [ "This link opens in a new window without user control." ] } } } } }, "textRotated": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "tenon": { "271": { "quality": 1, "what": "Text is needlessly rotated 60+ degrees or more, hurting comprehension", "complaints": { "countTotal": 1, "texts": [ "This text is rotated from the horizontal by 60 degrees or more." ] } } } } }, "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": 6, "maxCount": 1.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 3, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 42, "maxCount": 14, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 14, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 14, "maxCount": 7, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 7, "texts": [ "Hovering over element has unexpected effects", "Link or button makes the hovering mouse cursor nonstandard", "Button shows no indication of being hovered over" ] } } } } }, "linkIndication": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 9, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 4, "texts": [ "In-line links have 2 different styles", "Links in columns have 2 different styles", "Buttons have 2 different styles", "Level-2 headings have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 5, "texts": [ "DIV element has a non-default Z index", "BUTTON element has a non-default Z index" ] } } } } }, "labelEmpty": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "wave": { "label_empty": { "quality": 1, "what": "Empty form label", "complaints": { "countTotal": 1, "texts": [ "Empty form label" ] } } } } }, "linkPair": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 1, "texts": [ "Redundant link" ] } } } } }, "noScriptRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 1, "texts": [ "Noscript element" ] } } } } }, "videoCaptionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "html5_video_audio": { "quality": 1, "what": "video or audio element may have no or incorrect captions, transcript, or audio description", "complaints": { "countTotal": 1, "texts": [ "HTML5 video or audio" ] } } } } } } } } }