Accessibility digest
Page | Candidate Phillip Chen (R) |
---|---|
URL | https://www.phillipchen.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 874 |
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 Phillip Chen (R) at https://www.phillipchen.org/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 874, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 874 | Sum of the component scores |
issue | 772 | Severity and number of reported defects |
tool | 90 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 12 | 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 | 130 |
cssInvalid | 96 |
attributeBad | 88 |
focusIndication | 52 |
duplicateID | 48 |
slashParseRisk | 33 |
textContrastAA | 24 |
metaBad | 24 |
focusableOperable | 21 |
fontSizeAbsolute | 18 |
obsolete | 18 |
linkElementBad | 16 |
parentBad | 16 |
colorMissing | 16 |
elementClosure | 12 |
imageNoSource | 12 |
linkForcesNewWindow | 12 |
hoverSurprise | 12 |
linkIndication | 12 |
fontSmall | 9 |
leadingAbsolute | 8 |
textAlternativeRisk | 8 |
contrastAAA | 7 |
leadingInsufficient | 6 |
refresh | 6 |
skipRepeatedContent | 6 |
pseudoNavList | 6 |
hiddenContentRisk | 5 |
imageNoText | 4 |
linkWindowSurpriseRisk | 4 |
headingStructure | 4 |
overflowHiddenRisk | 4 |
leadingClipsText | 4 |
titleBad | 4 |
imageTextBad | 3 |
h1Missing | 3 |
repeatedContentRisk | 3 |
noHeading | 3 |
zIndexNotZero | 3 |
contrastRisk | 2 |
typeRedundant | 2 |
mainNone | 2 |
tabFocusability | 2 |
linkPair | 2 |
sectionHeadingless | 1 |
noScriptRisk | 1 |
frameContentRisk | 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: 130
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 65
Complaint specifics
- Content moves or changes without user request
Issue cssInvalid
WCAG: 4.1
Score: 96
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: 2
Complaint specifics
- CSS: opacity: Parse Error.
Rule ^CSS: .+: .+ is not a .+ value.*$
Description: Invalid value in CSS
Count of instances: 2
Complaint specifics
- CSS: box-shadow: var(--noshd, none) is not a box-shadow value.
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: .+: Unknown dimension.*$
Description: Unknown CSS dimension
Count of instances: 2
Complaint specifics
- CSS: --theme-spx-ratio: Unknown dimension.
Issue attributeBad
WCAG: 1.3.1
Score: 88
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: 10
Complaint specifics
- Attribute position not allowed on element link at this point.
- Attribute allowvr not allowed on element iframe at this point.
Rule ^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 12
Complaint specifics
- Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.
- Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.
Issue focusIndication
WCAG: 2.4.7
Score: 52
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 11
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: 13
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: 11
Complaint specifics
- A element has no focus indicator
- BUTTON element has no focus indicator
Issue duplicateID
WCAG: 4.1.1
Score: 48
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 4
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Description: id attribute value is not unique
Count of instances: 1
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: img_undefined
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 4
Complaint specifics
- This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 3
Complaint specifics
- Duplicate id attribute value "img_undefined" found on the web page.
Complaints by ibm
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 1
Complaint specifics
- The <wow-image> element has the id "img_undefined" that is already in use
Complaints by nuVal
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Description: Duplicate id
Count of instances: 12
Complaint specifics
- Duplicate ID img_undefined.
- The first occurrence of ID img_undefined was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 4
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue slashParseRisk
WCAG: 4.1
Score: 33
Complaints by nuVal
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Description: Void element has a useless trailing slash.
Count of instances: 33
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue textContrastAA
WCAG: 1.4.3
Score: 24
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 6
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 6
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.72 (foreground color: #ffffff, background color: #8eccf9, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by ibm
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 4
Complaint specifics
- Text contrast of 1.73 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400
- Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
- Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 4
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 6
Complaint specifics
- Very low contrast
Issue metaBad
WCAG: 1.3.1
Score: 24
Complaints by nuVal
Rule ^Bad value .+ for attribute .+ on element meta.*$
^Bad value .+ for attribute .+ on element meta.*$
Description: Attribute of a meta element has an invalid value
Count of instances: 8
Complaint specifics
- Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.
- Bad value X-Wix-Published-Version for attribute http-equiv on element meta.
- Bad value etag for attribute http-equiv on element meta.
Issue focusableOperable
WCAG: 2.1.1
Score: 21
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 7
Complaint specifics
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 18
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 3
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 9
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue obsolete
WCAG: 4.1
Score: 18
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
Complaints by nuVal
Rule ^The .+ attribute on the .+ element is obsolete.+$
^The .+ attribute on the .+ element is obsolete.+$
Description: Attribute is obsolete on its element
Count of instances: 6
Complaint specifics
- The scrolling attribute on the iframe element is obsolete. Use CSS instead.
- The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.
- The frameborder attribute on the iframe element is obsolete. Use CSS instead.
Issue linkElementBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Description: link element with an as attribute has no rel attribute with preload or modulepreload as its value
Count of instances: 4
Complaint specifics
- A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Issue parentBad
WCAG: 1.3.1
Score: 16
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: 4
Complaint specifics
- Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)
Issue colorMissing
WCAG: 1.4.3
Score: 16
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 4
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 elementClosure
WCAG: 4.1.1
Score: 12
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Description: Invalid closing tag
Count of instances: 4
Complaint specifics
- Stray end tag link.
Issue imageNoSource
WCAG: 1.3.1
Score: 12
Complaints by nuVal
Rule Element img is missing required attribute src.
Element img is missing required attribute src.
Description: img element has no src attribute
Count of instances: 3
Complaint specifics
- Element img is missing required attribute src.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 12
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 4
Complaint specifics
- This link opens in a new window without user control.
Issue hoverSurprise
WCAG: 1.4.13
Score: 12
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 6
Complaint specifics
- Hovering over element has unexpected effects
- Link or button makes the hovering mouse cursor nonstandard
- Button shows no indication of being hovered over
Issue linkIndication
WCAG: 1.3.3
Score: 12
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 6
Complaint specifics
- Link is inline but has no underline
Issue fontSmall
WCAG: 1.4
Score: 9
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: 3
Complaint specifics
- Very small text
Issue leadingAbsolute
WCAG: 1.4.12
Score: 8
Complaints by alfa
Rule r80
r80
Description: Paragraph text has an absolute line height
Count of instances: 4
Complaint specifics
- Paragraphs of text do not have line heights defined in absolute units
Issue 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: chen2024_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 contrastAAA
WCAG: 1.4.6
Score: 7
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 7
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 1
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.75 (foreground color: #ffffff, background color: #e31919, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 2
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.73:1. Recommendation: change background to #1f5d8a.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 4
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 6
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 3
Complaint specifics
- Paragraphs of text have sufficient line height
Issue 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 pseudoNavList
WCAG: 1.3.1
Score: 6
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: 3
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue hiddenContentRisk
WCAG: 4.1
Score: 5
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 5
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 imageNoText
WCAG: 1.1.1
Score: 4
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule role-img-alt
role-img-alt
Description: Element with role img has no text alternative
Count of instances: 1
Complaint specifics
- [role='img'] elements must have an alternative text; 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 87
87
Description: Element with an image, graphics-symbol, or graphics-document role has no mechanism to calculate an accessible name
Count of instances: 1
Complaint specifics
- This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated
Complaints by ibm
Rule aria_img_labelled
aria_img_labelled
Description: Element with an img role has no label or an empty label
Count of instances: 1
Complaint specifics
- Element with "img" role has no label or an empty label
Complaints by qualWeb
Rule QW-ACT-R17
QW-ACT-R17
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 4
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: 4
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 4
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: 4
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 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 titleBad
WCAG: 1.3.1
Score: 4
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 1
Complaint specifics
- DIV element has a title attribute
Issue imageTextBad
WCAG: 1.1.1
Score: 3
Complaints by alfa
Rule r39
r39
Description: Image text alternative is the filename instead
Count of instances: 1
Complaint specifics
- Image filename is accessible name for image
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue noHeading
WCAG: 1.3.1
Score: 3
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 1
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue zIndexNotZero
WCAG: 1.4
Score: 3
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 3
Complaint specifics
- DIV element has a non-default Z index
- NAV element has a non-default Z index
Issue contrastRisk
WCAG: 1.4.3
Score: 2
Complaints by htmlcs
Rule AAA.1_4_6.G17.Abs
AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 2
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Issue typeRedundant
WCAG: 1.3.1
Score: 2
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 2
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue tabFocusability
WCAG: 2.1.1
Score: 2
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 1
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue 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 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 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 frameContentRisk
WCAG: 4.1
Score: 0
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 1
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Complete report
{ "id": "18ixx-ts27-caAD59-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687109167211, "endTime": 1687109167756 }, { "type": "url", "which": "https://www.phillipchen.org/", "what": "Candidate Phillip Chen (R)", "startTime": 1687109167756, "result": { "url": "https://www.phillipchen.org/" }, "endTime": 1687109168380 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687109168380, "url": "https://www.phillipchen.org/", "endTime": 1687109170023 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687109170023, "url": "https://www.phillipchen.org/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 860317, 1323720, 1089033, 1058754, 1115450 ], "localRatios": [ 1.539, 1.216, 1.029, 1.054 ], "meanLocalRatio": 1.21, "maxLocalRatio": 1.539, "globalRatio": 1.539, "pixelChanges": [ 441678, 484645, 287576, 425900 ], "meanPixelChange": 409949, "maxPixelChange": 484645, "changeFrequency": 1 }, "totals": [ 0, 0, 65, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 65, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 65, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 65, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687109184539 }, { "type": "launch", "which": "chromium", "startTime": 1687109184540, "endTime": 1687109185101 }, { "type": "url", "which": "https://www.phillipchen.org/", "what": "Candidate Phillip Chen (R)", "startTime": 1687109185101, "result": { "url": "https://www.phillipchen.org/" }, "endTime": 1687109185657 }, { "type": "test", "which": "alfa", "startTime": 1687109185657, "url": "https://www.phillipchen.org/", "what": "alfa", "result": { "totals": { "failures": 20, "warnings": 22 }, "items": [ { "index": 72, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "div", "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[2]/div[1]/div[1]", "codeLines": [ "<div class=\"QS8h3m\" role=\"img\" data-testid=\"gallery-item-click-action-disabled\">", " <div class=\"NBLBbN\">", " <div class=\"x2q2kn\">", " <div class=\"u2zCj9\">", " <wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name&qu...", " <img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetch...", " </wow-image>", " </div>", " </div>", " </div>", " <div data-testid=\"gallery-item-panel\" class=\"UcEVc5 JbGmiU\">", " <div data-testid=\"gallery-item-title\" class=\"gy3LbX\">", " Chen_SwearingIn", " </div>", " <p data-testid=\"gallery-item-description\" class=\"WY_zBV\"></p>", " </div>", "</div>" ] } }, { "index": 168, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "wow-image", "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]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":&quo...", " <img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority...", "</wow-image>" ] } }, { "index": 169, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "wow-image", "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[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height":1066,"uri":"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg","name":&...", " <img src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\" alt=\"IMG_1043_preview\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 5...", "</wow-image>" ] } }, { "index": 170, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "wow-image", "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[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height":3168,"uri":"8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg",&...", " <img src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\" alt=\"IMG_8729\" style=\"width: 980px; height: 712px; object-fit:...", "</wow-image>" ] } }, { "index": 171, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "wow-image", "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "codeLines": [ "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":&quo...", " <img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority...", "</wow-image>" ] } }, { "index": 202, "verdict": "cantTell", "rule": { "ruleID": "r39", "ruleSummary": "Image filename is accessible name for image", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r39", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]/wow-image[1]/img[1]", "codeLines": [ "<img src=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.png\" style=\"width:164px;height:48px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/8a8215_99231b7b..." ] } }, { "index": 245, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 250, "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.phillipchen.org\" target=\"_self\" class=\"j7pOnl\">", " <wow-image id=\"img_comp-ii6mvw34\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"comp-ii6mvw34","displayMode":"fill","targetWidth":164,"targetHeight":48,"isLQIP":false,"imageData":{"width":1033,"...", " <img src=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.png\" style=\"width:164px;height:48px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/8a8215_9923...", " </wow-image>", "</a>" ] } }, { "index": 251, "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\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">", " <div class=\"BwSjQZ\">", " <div class=\"vJwH4p\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">", " Home", " </p>", " </div>", " </div>", " </div>", "</a>" ] } }, { "index": 252, "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.phillipchen.org/meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">", " <div class=\"BwSjQZ\">", " <div class=\"vJwH4p\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul161label\">", " Meet Phillip", " </p>", " </div>", " </div>", " </div>", "</a>" ] } }, { "index": 253, "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.phillipchen.org/copy-of-meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">", " <div class=\"BwSjQZ\">", " <div class=\"vJwH4p\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul162label\">", " The District", " </p>", " </div>", " </div>", " </div>", "</a>" ] } }, { "index": 254, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org/contact\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">", " <div class=\"BwSjQZ\">", " <div class=\"vJwH4p\">", " <div class=\"\" style=\"text-align:center\">", " <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul163label\">", " Contact", " </p>", " </div>", " </div>", " </div>", "</a>" ] } }, { "index": 255, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">", " <span class=\"M3I7Z2 wixui-button__label\">", " DONATE", " </span>", "</a>" ] } }, { "index": 256, "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[1]/div[1]/div[1]/div[2]/nav[1]/button[1]", "codeLines": [ "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\">", " <span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>", "</button>" ] } }, { "index": 257, "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[1]/div[1]/div[1]/div[2]/nav[1]/button[2]", "codeLines": [ "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\">", " <span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>", "</button>" ] } }, { "index": 258, "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]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-irfgvzc31-hxxcciz7","displayMode":"fill","imageData":{"width":200,"height":200,"uri":"72a44c1b3b7c450287b9f4dd21be1548...", " <img alt=\"Facebook - Grey Circle\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/72a44c1b3b7c450287b9f4dd21be1548.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/72a44c1b3b7c450287b9f4dd21be1548.png\" style=\"width: 42px; height: 42px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 259, "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]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"i122l2-hxxcciz7","displayMode":"fill","imageData":{"width":128,"height":128,"uri":"50d1c1ebf8315c89781859112ee73126.png",&...", " <img alt=\"Twitter Clean Grey\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/50d1c1ebf8315c89781859112ee73126.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/50d1c1ebf8315c89781859112ee73126.png\" style=\"width: 42px; height: 42px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 260, "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]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\">", " <wow-image id=\"img_2_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"image1onh-hxxcciz7","displayMode":"fill","imageData":{"width":128,"height":128,"uri":"92b798c32b2d61ae63a6a18a363cf316.png"...", " <img alt=\"Instagram Clean Grey\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/92b798c32b2d61ae63a6a18a363cf316.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/92b798c32b2d61ae63a6a18a363cf316.png\" style=\"width: 42px; height: 42px; object-fit: cover;\">", " </wow-image>", "</a>" ] } }, { "index": 261, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 265, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/span[1]/text()[1]", "codeLines": [ "DONATE" ] } }, { "index": 266, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Phillip Chen" ] } }, { "index": 267, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[2]/span[1]/text()[1]", "codeLines": [ "Our State Assemblyman" ] } }, { "index": 268, "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]/div[2]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Phillip Chen for Assembly 2024" ] } }, { "index": 269, "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]/div[2]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC #1447996" ] } }, { "index": 270, "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]/div[3]/p[1]/span[1]/text()[1]", "codeLines": [ "JOIN THE CONVERSATION:" ] } }, { "index": 274, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 279, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Phillip Chen" ] } }, { "index": 280, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[2]/span[1]/text()[1]", "codeLines": [ "Our State Assemblyman" ] } }, { "index": 281, "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]/div[2]/p[1]/span[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Phillip Chen for Assembly 2024" ] } }, { "index": 282, "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]/div[2]/p[2]/span[1]/span[1]/text()[1]", "codeLines": [ "FPPC #1447996" ] } }, { "index": 283, "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]/div[3]/p[1]/span[1]/text()[1]", "codeLines": [ "JOIN THE CONVERSATION:" ] } }, { "index": 304, "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]/div[2]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span class=\"color_12 wixui-rich-text__text\">", " Paid for by Phillip Chen for Assembly 2024", " </span>", " </span>", "</p>" ] } }, { "index": 305, "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]/div[2]/p[2]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span class=\"color_12 wixui-rich-text__text\">", " FPPC #1447996", " </span>", " </span>", "</p>" ] } }, { "index": 306, "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]/div[3]/p[1]", "codeLines": [ "<p style=\"text-align:center; font-size:16px;\" class=\"font_7 wixui-rich-text__text\">", " <span class=\"color_12 wixui-rich-text__text\">", " JOIN THE CONVERSATION:", " </span>", "</p>" ] } }, { "index": 307, "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]/div[2]/p[1]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span class=\"color_12 wixui-rich-text__text\">", " Paid for by Phillip Chen for Assembly 2024", " </span>", " </span>", "</p>" ] } }, { "index": 308, "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]/div[2]/p[2]", "codeLines": [ "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\">", " <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\">", " <span class=\"color_12 wixui-rich-text__text\">", " FPPC #1447996", " </span>", " </span>", "</p>" ] } }, { "index": 309, "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]/div[3]/p[1]", "codeLines": [ "<p style=\"text-align:center; font-size:16px;\" class=\"font_7 wixui-rich-text__text\">", " <span class=\"color_12 wixui-rich-text__text\">", " JOIN THE CONVERSATION:", " </span>", "</p>" ] } }, { "index": 322, "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]/div[1]/p[1]", "codeLines": [ "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">", " Home", "</p>" ] } }, { "index": 323, "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]/div[1]/p[1]", "codeLines": [ "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul161label\">", " Meet Phillip", "</p>" ] } }, { "index": 324, "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]/div[1]/p[1]", "codeLines": [ "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul162label\">", " The District", "</p>" ] } }, { "index": 325, "verdict": "failed", "rule": { "ruleID": "r80", "ruleSummary": "Paragraphs of text do not have line heights defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r80", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul163label\">", " Contact", "</p>" ] } }, { "index": 342, "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": [ 22, 0, 0, 20 ], "instances": [ { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]" }, "excerpt": "<div class=\"QS8h3m\" role=\"img\" data-testid=\"gallery-item-click-action-disabled\"> <div class=\"NBLBbN\"> <div class=\"x2q2kn\"> <div class=\"u2zCj9\"> <wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data ... tid=\"gallery-item-panel\" class=\"UcEVc5 JbGmiU\"> <div data-testid=\"gallery-item-title\" class=\"gy3LbX\"> Chen_SwearingIn </div> <p data-testid=\"gallery-item-description\" class=\"WY_zBV\"></p> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "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]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":7 ... l_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "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[2]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height": ... al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\" alt=\"IMG_1043_preview\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 5... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "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[3]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height": ... fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\" alt=\"IMG_8729\" style=\"width: 980px; height: 712px; object-fit:... </wow-image>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":7 ... l_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority... </wow-image>" }, { "ruleID": "r39", "what": "Image filename is accessible name for image", "ordinalSeverity": 0, "tagName": "IMG", "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]/wow-image[1]/img[1]" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.png\" style=\"width:164px;height:48px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/8a8215_99231b7b..." }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"> <wow-image id=\"img_comp-ii6mvw34\" class=\"HlRz5e BI8PVQ\" data-image-info=\"{"containerId":"c ... q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.png\" style=\"width:164px;height:48px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/8a8215_9923... </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\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\"> <div class=\"BwSjQZ\"> <div class=\"vJwH4p\"> <div class=\"\" style=\"text-align:center\"> <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\"> Home </p> </div> </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.phillipchen.org/meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\"> <div class=\"BwSjQZ\"> <div class=\"vJwH4p\"> <div class=\"\" style=\"text-align:center\"> <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul161label\"> Meet Phillip </p> </div> </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.phillipchen.org/copy-of-meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\"> <div class=\"BwSjQZ\"> <div class=\"vJwH4p\"> <div class=\"\" style=\"text-align:center\"> <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul162label\"> The District </p> </div> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org/contact\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\"> <div class=\"BwSjQZ\"> <div class=\"vJwH4p\"> <div class=\"\" style=\"text-align:center\"> <p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul163label\"> Contact </p> </div> </div> </div> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"> <span class=\"M3I7Z2 wixui-button__label\"> DONATE </span> </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[1]/div[1]/div[1]/div[2]/nav[1]/button[1]" }, "excerpt": "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\"> <span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span> </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[1]/div[1]/div[1]/div[2]/nav[1]/button[2]" }, "excerpt": "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\"> <span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span> </button>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId" ... 44c1b3b7c450287b9f4dd21be1548.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/72a44c1b3b7c450287b9f4dd21be1548.png\" style=\"width: 42px; height: 42px; 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]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId": ... 1c1ebf8315c89781859112ee73126.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/50d1c1ebf8315c89781859112ee73126.png\" style=\"width: 42px; height: 42px; 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]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"> <wow-image id=\"img_2_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":&q ... 798c32b2d61ae63a6a18a363cf316.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/92b798c32b2d61ae63a6a18a363cf316.png\" style=\"width: 42px; height: 42px; object-fit: cover;\"> </wow-image> </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/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]/div[1]/p[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]/span[1]/text()[1]" }, "excerpt": "DONATE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Phillip Chen" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[2]/span[1]/text()[1]" }, "excerpt": "Our State Assemblyman" }, { "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]/div[2]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Phillip Chen for Assembly 2024" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC #1447996" }, { "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]/div[3]/p[1]/span[1]/text()[1]" }, "excerpt": "JOIN THE CONVERSATION:" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "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]/div[1]/p[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Phillip Chen" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[5]/div[1]/div[1]/h2[1]/span[1]/span[2]/span[1]/text()[1]" }, "excerpt": "Our State Assemblyman" }, { "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]/div[2]/p[1]/span[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Phillip Chen for Assembly 2024" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/p[2]/span[1]/span[1]/text()[1]" }, "excerpt": "FPPC #1447996" }, { "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]/div[3]/p[1]/span[1]/text()[1]" }, "excerpt": "JOIN THE CONVERSATION:" }, { "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]/div[2]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span class=\"color_12 wixui-rich-text__text\"> Paid for by Phillip Chen for Assembly 2024 </span> </span> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/p[2]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span class=\"color_12 wixui-rich-text__text\"> FPPC #1447996 </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]/div[3]/p[1]" }, "excerpt": "<p style=\"text-align:center; font-size:16px;\" class=\"font_7 wixui-rich-text__text\"> <span class=\"color_12 wixui-rich-text__text\"> JOIN THE CONVERSATION: </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]/div[2]/p[1]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span class=\"color_12 wixui-rich-text__text\"> Paid for by Phillip Chen for Assembly 2024 </span> </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/p[2]" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\"> <span style=\"letter-spacing:normal;\" class=\"wixui-rich-text__text\"> <span class=\"color_12 wixui-rich-text__text\"> FPPC #1447996 </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]/div[3]/p[1]" }, "excerpt": "<p style=\"text-align:center; font-size:16px;\" class=\"font_7 wixui-rich-text__text\"> <span class=\"color_12 wixui-rich-text__text\"> JOIN THE CONVERSATION: </span> </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "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]/div[1]/p[1]" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\"> Home </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul161label", "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]/div[1]/p[1]" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul161label\"> Meet Phillip </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul162label", "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]/div[1]/p[1]" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul162label\"> The District </p>" }, { "ruleID": "r80", "what": "Paragraphs of text do not have line heights defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul163label", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[4]/a[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul163label\"> Contact </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687109189567 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687109189568, "url": "https://www.phillipchen.org/", "what": "Axe", "result": { "totals": { "rulesNA": 50, "rulesPassed": 46, "rulesWarned": 3, "rulesViolated": 4, "warnings": { "minor": 5, "moderate": 0, "serious": 2, "critical": 1 }, "violations": { "minor": 1, "moderate": 0, "serious": 6, "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:26:30.205Z", "url": "https://www.phillipchen.org/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "34.5pt (46px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-size:46px;\" class=\"wixui-rich-text__text\">Phillip Chen</span>", "target": [ ".color_11 > span:nth-child(1)" ], "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": "18.0pt (24px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">Our State Assemblyman</span>", "target": [ "span:nth-child(3) > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" src=\"https://gs.wixapps.net/statics/index?pageId=masterPage&compId=comp-ii6qfto8&viewerCompId=comp-ii6qfto8&siteRevision=739&viewMode=site&deviceType=desktop&locale=en&regionalLanguage=en&width=239&height=155&instance=LSZ8bNOEzK4GsdX0kstvJh9QQ5H1NdBI7un7VCLZKVo.eyJpbnN0YW5jZUlkIjoiODc4MDk2NWEtMzAwMi00YWNkLWE5MGItMmRhZGVjZTFhZTJhIiwiYXBwRGVmSWQiOiIxMzc1YmFhOC04ZWNhLTU2NTktY2U5ZC00NTViMjAwOTI1MGQiLCJtZXRhU2l0ZUlkIjoiNDNkNWEzMWMtNTQ1NS00M2I1LTg2ODMtNWQ3MGFiYTVhNDRkIiwic2lnbkRhdGUiOiIyMDIzLTA2LTE4VDE3OjI2OjI0LjM2N1oiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6ImE2MjJkZTczLTljMTYtNDE0ZS1hMWI2LTJjODU3NTZlNDdiOSIsImJpVG9rZW4iOiJjNDU1MzU0Ni02NDU3LTA5NzgtMmY4OC03MGRkNDc0NDBhNjciLCJzaXRlT3duZXJJZCI6IjhhODIxNTM1LTA0YmUtNDljMC1hNzFjLTc0MDM4ZjU0MDA5ZiJ9&commonConfig=%7B%22brand%22%3A%22wix%22%2C%22bsi%22%3A%22e424c8d9-cea5-4416-8131-832d055bcd63%7C1%22%2C%22BSI%22%3A%22e424c8d9-cea5-4416-8131-832d055bcd63%7C1%22%7D&currentRoute=.%2F&vsi=159f459c-8e0a-4f0e-a764-7292e6269575\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\">", "target": [ "iframe" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<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": "<li id=\"hxvvul16__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"R5Wt23 vxlIdO\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"true\" style=\"height: 0px; overflow: hidden; position: absolute; visibility: hidden;\">", "target": [ "#hxvvul16__more__" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div style=\"display:none\" id=\"hxvvul16navContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "target": [ "#hxvvul16navContainer-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": "<div class=\"ZTB3Xl\">", "target": [ ".ZTB3Xl" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"mHZSwn\">bottom of page</span>", "target": [ "#SCROLL_TO_BOTTOM > .mHZSwn" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] } ], "violations": [ { "id": "color-contrast-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": "#e31919", "contrastRatio": 4.75, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE</span></a>", "target": [ ".kuTaGy" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.75 (foreground color: #ffffff, background color: #e31919, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"M3I7Z2 wixui-button__label\">DONATE</span>", "target": [ ".M3I7Z2" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.75 (foreground color: #ffffff, background color: #e31919, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#8eccf9", "contrastRatio": 1.72, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"BwSjQZ\"><div class=\"vJwH4p\"><div class=\"\" style=\"text-align:center\"><p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">Home</p></div></div></div>", "target": [ ".utvqrI[href$=\"www.phillipchen.org\"][target=\"_self\"] > .BwSjQZ" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.72 (foreground color: #ffffff, background color: #8eccf9, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">Home</p>", "target": [ "#hxvvul160label" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.72 (foreground color: #ffffff, background color: #8eccf9, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#f3f3f3", "bgColor": "#1c75bd", "contrastRatio": 4.37, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"gUbusX\" data-testid=\"screenWidthContainerBgCenter\"></div>", "target": [ "#SITE_FOOTER > .U4Bvut > .G5K6X8 > .gUbusX[data-testid=\"screenWidthContainerBgCenter\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"color_12 wixui-rich-text__text\">Paid for by Phillip Chen for Assembly 2024</span>", "target": [ ".font_9:nth-child(1) > span > .color_12" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#f3f3f3", "bgColor": "#1c75bd", "contrastRatio": 4.37, "fontSize": "9.8pt (13px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"gUbusX\" data-testid=\"screenWidthContainerBgCenter\"></div>", "target": [ "#SITE_FOOTER > .U4Bvut > .G5K6X8 > .gUbusX[data-testid=\"screenWidthContainerBgCenter\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"color_12 wixui-rich-text__text\">FPPC #1447996</span>", "target": [ ".font_9:nth-child(2) > span > .color_12" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#f3f3f3", "bgColor": "#1c75bd", "contrastRatio": 4.37, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"gUbusX\" data-testid=\"screenWidthContainerBgCenter\"></div>", "target": [ "#SITE_FOOTER > .U4Bvut > .G5K6X8 > .gUbusX[data-testid=\"screenWidthContainerBgCenter\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"color_12 wixui-rich-text__text\">JOIN THE CONVERSATION: </span>", "target": [ ".font_7 > .color_12" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "img_undefined", "relatedNodes": [ { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height":1066,"uri":"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\">", "target": [ ".Wh6lWl.zT_qMU[data-testid=\"gallery-item-ghost\"]:nth-child(2) > .QS8h3m[role=\"img\"] > .NBLBbN > .x2q2kn > .u2zCj9 > .aCO9ui" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height":3168,"uri":"8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\">", "target": [ ".Wh6lWl.zT_qMU[data-testid=\"gallery-item-ghost\"]:nth-child(3) > .QS8h3m[role=\"img\"] > .NBLBbN > .x2q2kn > .u2zCj9 > .aCO9ui" ] }, { "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\">", "target": [ "div[data-testid=\"gallery-item-item\"] > .QS8h3m[role=\"img\"] > .NBLBbN > .x2q2kn > .u2zCj9 > .aCO9ui" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: img_undefined" } ], "all": [], "none": [], "impact": "minor", "html": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\">", "target": [ ".Wh6lWl.zT_qMU[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .QS8h3m[role=\"img\"] > .NBLBbN > .x2q2kn > .u2zCj9 > .aCO9ui" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: img_undefined" } ] }, { "id": "role-img-alt", "impact": "serious", "tags": [ "cat.text-alternatives", "wcag2a", "wcag111", "section508", "section508.22.a", "ACT", "TTv5", "TT7.a" ], "description": "Ensures [role='img'] elements have alternate text", "help": "[role='img'] elements must have an alternative text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/role-img-alt?application=axeAPI", "nodes": [ { "any": [ { "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": [], "impact": "serious", "html": "<div class=\"QS8h3m\" role=\"img\" data-testid=\"gallery-item-click-action-disabled\">", "target": [ "div[data-testid=\"gallery-item-item\"] > .QS8h3m[role=\"img\"]" ], "failureSummary": "Fix any of the following:\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] } ] }, "success": true }, "standardResult": { "totals": [ 5, 3, 1, 6 ], "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": ".color_11 > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:46px;\" class=\"wixui-rich-text__text\">Phillip Chen</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": "span:nth-child(3) > span" }, "excerpt": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">Our State Assemblyman</span>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "iframe" }, "excerpt": "<iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" src=\"https://gs.wixapps.net/statics/index?pageId=masterPage&compId=comp-ii6qfto8&viewerCompId ... %22%7D&currentRoute=.%2F&vsi=159f459c-8e0a-4f0e-a764-7292e6269575\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\">" }, { "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": "LI", "id": "hxvvul16__more__", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul16__more__" }, "excerpt": "<li id=\"hxvvul16__more__\" data-direction=\"ltr\" data-listposition=\"right\" data-state=\"menu false header\" data-index=\"__more__\" data-dropdown=\"false\" class=\"R5Wt23 vxlIdO\" 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": "hxvvul16navContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul16navContainer-hiddenA11ySubMenuIndication" }, "excerpt": "<div style=\"display:none\" id=\"hxvvul16navContainer-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".ZTB3Xl" }, "excerpt": "<div class=\"ZTB3Xl\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#SCROLL_TO_BOTTOM > .mHZSwn" }, "excerpt": "<span class=\"mHZSwn\">bottom of page</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.75 (foreground color: #ffffff, background color: #e31919, font size: 9.8pt (13px), 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\">DONATE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.72 (foreground color: #ffffff, background color: #8eccf9, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "location": { "doc": "dom", "type": "selector", "spec": "#hxvvul160label" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">Home</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".font_9:nth-child(1) > span > .color_12" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">Paid for by Phillip Chen for Assembly 2024</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".font_9:nth-child(2) > span > .color_12" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">FPPC #1447996</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".font_7 > .color_12" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">JOIN THE CONVERSATION: </span>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: img_undefined", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": ".Wh6lWl.zT_qMU[data-testid=\"gallery-item-ghost\"]:nth-child(1) > .QS8h3m[role=\"img\"] > .NBLBbN > .x2q2kn > .u2zCj9 > .aCO9ui" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":7 ... ata-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\">" }, { "ruleID": "role-img-alt", "what": "[role='img'] elements must have an alternative text; 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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "div[data-testid=\"gallery-item-item\"] > .QS8h3m[role=\"img\"]" }, "excerpt": "<div class=\"QS8h3m\" role=\"img\" data-testid=\"gallery-item-click-action-disabled\">" } ] }, "endTime": 1687109190238 }, { "type": "launch", "which": "chromium", "startTime": 1687109190238, "endTime": 1687109190781 }, { "type": "url", "which": "https://www.phillipchen.org/", "what": "Candidate Phillip Chen (R)", "startTime": 1687109190781, "result": { "url": "https://www.phillipchen.org/" }, "endTime": 1687109191332 }, { "type": "test", "which": "continuum", "startTime": 1687109191332, "url": "https://www.phillipchen.org/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 87, "bestPracticeId": 362, "attribute": "This element (role=img, role=graphics-symbol or role=graphics-document) does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated", "element": "<div data-testid=\"gallery-item-click-action-disabled\" role=\"img\" class=\"QS8h3m\"><div class=\"NBLBbN\"><div class=\"x2q2kn\"><div class=\"u2zCj9\"><div data-src=\"https://static.wixstatic.com/media/8a8215_720 ... ass=\"UcEVc5 JbGmiU\" data-testid=\"gallery-item-panel\"><div class=\"gy3LbX\" data-testid=\"gallery-item-title\">Chen_SwearingIn</div><p class=\"WY_zBV\" data-testid=\"gallery-item-description\"></p></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[class=\"QS8h3m\"][role=\"img\"][data-testid=\"gallery-item-click-action-disabled\"]", "attNo": 3 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" data-has-ssr-s ... \"Chen_SwearingIn\" src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e aCO9ui\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":824,\\\"height\\\":707,\\\"uri\\\":\\\"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2 ... =\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e aCO9ui\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":1600,\\\"height\\\":1066,\\\"uri\\\":\\\"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b ... ia/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e aCO9ui\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":4356,\\\"height\\\":3168,\\\"uri\\\":\\\"8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "element": "<div data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" data-has-ssr-s ... \"Chen_SwearingIn\" src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></div>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[id=\"img_undefined\"][class=\"HlRz5e aCO9ui\"][data-image-info=\"{\\\"displayMode\\\":\\\"fill\\\",\\\"isLQIP\\\":true,\\\"imageData\\\":{\\\"width\\\":824,\\\"height\\\":707,\\\"uri\\\":\\\"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\\\",\\\"name\\\":\\\"\\\",\\\"displayMode\\\":\\\"fill\\\"}}\"][data-bg-effect-name=\"\"][data-has-ssr-src=\"\"][data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"]", "attNo": 6 } }, { "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: chen2024_logo.png", "element": "<img fetchpriority=\"high\" srcset=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 1x, http ... -fit:cover\" alt=\"chen2024_logo.png\" src=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\">", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*: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/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\"][alt=\"chen2024_logo.png\"][srcset=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 1x, https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_328,h_96,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 2x\"][fetchpriority=\"high\"]", "attNo": 5 } } ], "standardResult": { "totals": [ 0, 0, 0, 6 ], "instances": [ { "ruleID": "87", "what": "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-testid=\"gallery-item-click-action-disabled\" role=\"img\" class=\"QS8h3m\"><div class=\"NBLBbN\"><div class=\"x2q2kn\"><div class=\"u2zCj9\"><div data-src=\"https://static.wixstatic.com/media/8a8215_720 ... ass=\"UcEVc5 JbGmiU\" data-testid=\"gallery-item-panel\"><div class=\"gy3LbX\" data-testid=\"gallery-item-title\">Chen_SwearingIn</div><p class=\"WY_zBV\" data-testid=\"gallery-item-description\"></p></div></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" data-has-ssr-s ... \"Chen_SwearingIn\" src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2 ... =\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b ... ia/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\"></div>" }, { "ruleID": "94", "what": "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" data-has-ssr-s ... \"Chen_SwearingIn\" src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></div>" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: chen2024_logo.png", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*: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/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 1x, http ... -fit:cover\" alt=\"chen2024_logo.png\" src=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\">" } ] }, "endTime": 1687109191489 }, { "type": "launch", "which": "chromium", "startTime": 1687109191489, "endTime": 1687109191980 }, { "type": "url", "which": "https://www.phillipchen.org/", "what": "Candidate Phillip Chen (R)", "startTime": 1687109191980, "result": { "url": "https://www.phillipchen.org/" }, "endTime": 1687109192484 }, { "type": "test", "which": "htmlcs", "startTime": 1687109192484, "url": "https://www.phillipchen.org/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">...</h2>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.": [ { "tagName": "div", "id": "", "code": "<div data-testid=\"gallery-item-title\" class=\"gy3LbX\">...</div>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.73:1. Recommendation: change background to #1f5d8a.": [ { "tagName": "p", "id": "#hxvvul160label", "code": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">...</p>" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"img_undefined\" found on the web page.": [ { "tagName": "wow-image", "id": "#img_undefined", "code": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height":1066,"uri":"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\">...</wow-image>" }, { "tagName": "wow-image", "id": "#img_undefined", "code": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height":3168,"uri":"8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\">...</wow-image>" }, { "tagName": "wow-image", "id": "#img_undefined", "code": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\">...</wow-image>" } ] } }, "Warning": { "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": "div", "id": "", "code": "<div data-testid=\"gallery-counter\" class=\"R9dm4s\">...</div>" }, { "tagName": "span", "id": "", "code": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 6, 0, 0, 7 ], "instances": [ { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-testid=\"gallery-counter\" class=\"R9dm4s\">...</div>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"M3I7Z2 wixui-button__label\">...</span>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" 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=\"http://www.twitter.com/phillipchenca\" 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/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"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/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">...</h2>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div data-testid=\"gallery-item-title\" class=\"gy3LbX\">...</div>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.73:1. Recommendation: change background to #1f5d8a.", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">...</p>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"img_undefined\" found on the web page.", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height": ... /static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\">...</wow-image>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"img_undefined\" found on the web page.", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height": ... _7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\">...</wow-image>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"img_undefined\" found on the web page.", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":7 ... =\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\">...</wow-image>" } ] }, "endTime": 1687109192607 }, { "type": "launch", "which": "chromium", "startTime": 1687109192607, "endTime": 1687109193089 }, { "type": "url", "which": "https://www.phillipchen.org/", "what": "Candidate Phillip Chen (R)", "startTime": 1687109193089, "result": { "url": "https://www.phillipchen.org/" }, "endTime": 1687109193692 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687109193692, "url": "https://www.phillipchen.org/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 6, "recommendation": 5, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/wix-dropdown-menu[1]/nav[1]/ul[1]/li[1]/a[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/banner[1]/navigation[1]/list[1]/listitem[1]/link[1]/paragraph[1]" }, "message": "Text contrast of 1.73 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "bounds": { "left": 233, "top": 2, "height": 76, "width": 49 }, "snippet": "<p id=\"hxvvul160label\" style=\"text-align: center; line-height: 76px;\" class=\"BmxP3m\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "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]/div[3]/p[1]/span[1]", "aria": "/document[1]/contentinfo[1]/paragraph[3]" }, "message": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 392, "top": 883, "height": 22, "width": 198 }, "snippet": "<span class=\"color_12 wixui-rich-text__text\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "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]/div[2]/p[2]/span[1]/span[1]", "aria": "/document[1]/contentinfo[1]/paragraph[2]" }, "message": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400", "bounds": { "left": 447, "top": 1051, "height": 15, "width": 86 }, "snippet": "<span class=\"color_12 wixui-rich-text__text\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "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]/div[2]/p[1]/span[1]/span[1]", "aria": "/document[1]/contentinfo[1]/paragraph[1]" }, "message": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400", "bounds": { "left": 375, "top": 1036, "height": 15, "width": 229 }, "snippet": "<span class=\"color_12 wixui-rich-text__text\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]", "aria": "/document[1]/main[1]/region[1]/generic[1]/img[1]" }, "message": "The <wow-image> element has the id \"img_undefined\" that is already in use", "bounds": { "left": 0, "top": 76, "height": 712, "width": 980 }, "snippet": "<wow-image data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" data-has-ssr-src=\"\" data-bg-effect-name=\"\" data-image-info=\"{\"displayMode\":\"fill\",\"isLQIP\":true,\"imageData\":{\"width\":824,\"height\":707,\"uri\":\"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\",\"name\":\"\",\"displayMode\":\"fill\"}}\" class=\"HlRz5e aCO9ui\" id=\"img_undefined\">", "level": "violation" }, { "ruleId": "aria_img_labelled", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]", "aria": "/document[1]/main[1]/region[1]/generic[1]/img[1]" }, "message": "Element with \"img\" role has no label or an empty label", "bounds": { "left": 0, "top": 76, "height": 712, "width": 980 }, "snippet": "<div data-testid=\"gallery-item-click-action-disabled\" role=\"img\" class=\"QS8h3m\">", "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=\"cde9f3d7-d9d7-415f-a817-1ebb07f83d10\" 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=\"43d5a31c-5455-43b5-8683-5d70aba5a44d\" 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=\"739\" http-equiv=\"X-Wix-Published-Version\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 5, 0, 6 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.73 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "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]/div[1]/p[1]" }, "excerpt": "<p id=\"hxvvul160label\" style=\"text-align: center; line-height: 76px;\" class=\"BmxP3m\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "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]/div[3]/p[1]/span[1]" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400", "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]/div[2]/p[2]/span[1]/span[1]" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400", "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]/div[2]/p[1]/span[1]/span[1]" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">" }, { "ruleID": "element_id_unique", "what": "The <wow-image> element has the id \"img_undefined\" that is already in use", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/wow-image[1]" }, "excerpt": "<wow-image data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" data-has ... playMode\":\"fill\",\"isLQIP\":true,\"imageData\":{\"width\":824,\"height\":707,\"uri\":\"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\",\"name\":\"\",\"displayMode\":\"fill\"}}\" class=\"HlRz5e aCO9ui\" id=\"img_undefined\">" }, { "ruleID": "aria_img_labelled", "what": "Element with \"img\" role has no label or an empty label", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]" }, "excerpt": "<div data-testid=\"gallery-item-click-action-disabled\" role=\"img\" class=\"QS8h3m\">" }, { "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=\"cde9f3d7-d9d7-415f-a817-1ebb07f83d10\" 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=\"43d5a31c-5455-43b5-8683-5d70aba5a44d\" 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=\"739\" http-equiv=\"X-Wix-Published-Version\">" } ] }, "endTime": 1687109198120 }, { "type": "launch", "which": "chromium", "startTime": 1687109198121, "endTime": 1687109198666 }, { "type": "url", "which": "https://www.phillipchen.org/", "what": "Candidate Phillip Chen (R)", "startTime": 1687109198666, "result": { "url": "https://www.phillipchen.org/" }, "endTime": 1687109199217 }, { "type": "test", "which": "nuVal", "startTime": 1687109199217, "url": "https://www.phillipchen.org/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 189, "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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_9d44b6092a92df5bdc7b5d6071db7b19_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2823 }, { "type": "error", "lastLine": 189, "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?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_9d44b6092a92df5bdc7b5d6071db7b19_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2823 }, { "type": "error", "lastLine": 194, "lastColumn": 2824, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_291bbb6a6f29798a0007f2cd4ffcdc82_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2816 }, { "type": "error", "lastLine": 194, "lastColumn": 2824, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_291bbb6a6f29798a0007f2cd4ffcdc82_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 2816 }, { "type": "error", "lastLine": 199, "lastColumn": 3074, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=fba690a6.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-features&originalLanguage=en&pageId=8a8215_9d44b6092a92df5bdc7b5d6071db7b19_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&staticHTMLComponentUrl=https%3A%2F%2Fwww-phillipchen-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3066 }, { "type": "error", "lastLine": 204, "lastColumn": 3067, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=fba690a6.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-features&originalLanguage=en&pageId=8a8215_291bbb6a6f29798a0007f2cd4ffcdc82_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&staticHTMLComponentUrl=https%3A%2F%2Fwww-phillipchen-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\">\n ", "hiliteStart": 10, "hiliteLength": 3059 }, { "type": "error", "lastLine": 209, "lastColumn": 2483, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 2657, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 2830, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 3000, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 3163, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 3296, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 3428, "message": "CSS: Parse Error.", "extract": "nsition-group(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 3453, "message": "CSS: Parse Error.", "extract": "ransition-new(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 209, "lastColumn": 3478, "message": "CSS: Parse Error.", "extract": "ransition-old(*){animation:non", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 222, "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": 224, "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": 237, "lastColumn": 85, "firstColumn": 1, "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"43d5a31c-5455-43b5-8683-5d70aba5a44d\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 238, "lastColumn": 96, "firstColumn": 1, "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "extract": "ba5a44d\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"cde9f3d7-d9d7-415f-a817-1ebb07f83d10\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 240, "lastColumn": 61, "firstColumn": 5, "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "extract": "10\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"739\">\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "error", "lastLine": 244, "lastColumn": 42, "firstColumn": 5, "message": "Bad value etag for attribute http-equiv on element meta.", "extract": "\">\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "error", "lastLine": 248, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 248, "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": 248, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 249, "lastColumn": 2706, "message": "CSS: box-shadow: var(--noshd, none) is not a box-shadow value.", "extract": "ar(--noshd,none);transition:va", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 250, "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": 250, "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": "info", "lastLine": 283, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "class=\"\">\n<script type=\"text/javascript\">\n v", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 302, "lastColumn": 70, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 304, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 329, "lastColumn": 53, "firstColumn": 27, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "ages-css\"><style id=\"css_masterPage\">#maste", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 330, "lastColumn": 2426, "firstColumn": 2421, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 530, "lastColumn": 21, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_crp5\">#maste", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "error", "lastLine": 564, "lastColumn": 10880, "firstColumn": 10280, "message": "Duplicate ID img_undefined.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height":1066,"uri":"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\"><img s", "hiliteStart": 10, "hiliteLength": 601 }, { "type": "info", "lastLine": 564, "lastColumn": 9482, "firstColumn": 8906, "subType": "warning", "message": "The first occurrence of ID img_undefined was here.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s", "hiliteStart": 10, "hiliteLength": 577 }, { "type": "error", "lastLine": 564, "lastColumn": 12352, "firstColumn": 11701, "message": "Duplicate ID img_undefined.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height":3168,"uri":"8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\"><img s", "hiliteStart": 10, "hiliteLength": 652 }, { "type": "info", "lastLine": 564, "lastColumn": 9482, "firstColumn": 8906, "subType": "warning", "message": "The first occurrence of ID img_undefined was here.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s", "hiliteStart": 10, "hiliteLength": 577 }, { "type": "error", "lastLine": 564, "lastColumn": 14321, "firstColumn": 13745, "message": "Duplicate ID img_undefined.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s", "hiliteStart": 10, "hiliteLength": 577 }, { "type": "info", "lastLine": 564, "lastColumn": 9482, "firstColumn": 8906, "subType": "warning", "message": "The first occurrence of ID img_undefined was here.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s", "hiliteStart": 10, "hiliteLength": 577 }, { "type": "error", "lastLine": 568, "lastColumn": 290, "firstColumn": 67, "message": "Attribute allowvr not allowed on element iframe at this point.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 568, "lastColumn": 290, "firstColumn": 67, "message": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 568, "lastColumn": 290, "firstColumn": 67, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 568, "lastColumn": 290, "firstColumn": 67, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 622, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 624, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 6, "lastColumn": 96, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "utf-8'>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" />\n <me", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 8, "lastColumn": 60, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=edge\">\n <meta name=\"generator\" content=\"Wix.com Website Builder\"/>\n\n <l", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 11, "lastColumn": 224, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1.png\">\n <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/8a8215_45cea05301fd433dbfce95a49747c631.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/8a8215_45cea05301fd433dbfce95a49747c631.png\" type=\"image/png\"/>\n <li", "hiliteStart": 10, "hiliteLength": 222 }, { "type": "info", "lastLine": 12, "lastColumn": 227, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/png\"/>\n <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/8a8215_45cea05301fd433dbfce95a49747c631.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/8a8215_45cea05301fd433dbfce95a49747c631.png\" type=\"image/png\"/>\n <!-", "hiliteStart": 10, "hiliteLength": 225 }, { "type": "error", "lastLine": 191, "lastColumn": 2727, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_9d44b6092a92df5bdc7b5d6071db7b19_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2719 }, { "type": "error", "lastLine": 191, "lastColumn": 2727, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_9d44b6092a92df5bdc7b5d6071db7b19_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2719 }, { "type": "error", "lastLine": 191, "lastColumn": 2734, "firstColumn": 2728, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 196, "lastColumn": 2720, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_291bbb6a6f29798a0007f2cd4ffcdc82_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2712 }, { "type": "error", "lastLine": 196, "lastColumn": 2720, "firstColumn": 9, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=81226340.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&language=en&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-platform&originalLanguage=en&pageId=8a8215_291bbb6a6f29798a0007f2cd4ffcdc82_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"prefetch\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2712 }, { "type": "error", "lastLine": 196, "lastColumn": 2727, "firstColumn": 2721, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 201, "lastColumn": 2946, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=fba690a6.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=false&isWixCodeOnSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-features&originalLanguage=en&pageId=8a8215_9d44b6092a92df5bdc7b5d6071db7b19_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&staticHTMLComponentUrl=https%3A%2F%2Fwww-phillipchen-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_masterPage\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2938 }, { "type": "error", "lastLine": 201, "lastColumn": 2953, "firstColumn": 2947, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 206, "lastColumn": 2939, "firstColumn": 9, "message": "Attribute position not allowed on element link at this point.", "extract": " \n <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&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.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.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.phillipchen.org&fileId=fba690a6.bundle.min&formFactor=desktop&hasTPAWorkerOnSite=false&isHttps=true&isInSeo=false&isMultilingualEnabled=false&isPremiumDomain=true&isUrlMigrated=true&isWixCodeOnPage=true&isWixCodeOnSite=true&language=en&languageResolutionMethod=QueryParam&metaSiteId=43d5a31c-5455-43b5-8683-5d70aba5a44d&module=thunderbolt-features&originalLanguage=en&pageId=8a8215_291bbb6a6f29798a0007f2cd4ffcdc82_738.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=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&staticHTMLComponentUrl=https%3A%2F%2Fwww-phillipchen-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" as=\"fetch\" position=\"post-scripts\" rel=\"preload\" crossorigin=\"anonymous\"></link", "hiliteStart": 10, "hiliteLength": 2931 }, { "type": "error", "lastLine": 206, "lastColumn": 2946, "firstColumn": 2940, "message": "Stray end tag link.", "extract": "nonymous\"></link>\n ", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 211, "lastColumn": 2483, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 2657, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 2830, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 3000, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:sli", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 3163, "message": "CSS: Parse Error.", "extract": "-old(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 3296, "message": "CSS: Parse Error.", "extract": "-new(page-group){animation:out", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 3428, "message": "CSS: Parse Error.", "extract": "nsition-group(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 3453, "message": "CSS: Parse Error.", "extract": "ransition-new(*),::view-transi", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 211, "lastColumn": 3478, "message": "CSS: Parse Error.", "extract": "ransition-old(*){animation:non", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 224, "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": 226, "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": 239, "lastColumn": 85, "firstColumn": 1, "message": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "extract": "\n \n \n\n<meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"43d5a31c-5455-43b5-8683-5d70aba5a44d\">\n<meta", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 240, "lastColumn": 96, "firstColumn": 1, "message": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "extract": "ba5a44d\">\n<meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"cde9f3d7-d9d7-415f-a817-1ebb07f83d10\">\n\n ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 242, "lastColumn": 62, "firstColumn": 5, "message": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "extract": "10\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"739\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 242, "lastColumn": 62, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "10\">\n\n <meta http-equiv=\"X-Wix-Published-Version\" content=\"739\"/>\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "error", "lastLine": 246, "lastColumn": 43, "firstColumn": 5, "message": "Bad value etag for attribute http-equiv on element meta.", "extract": "/>\n\n\n\n <meta http-equiv=\"etag\" content=\"bug\"/>\n\n<!--", "hiliteStart": 10, "hiliteLength": 39 }, { "type": "info", "lastLine": 246, "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": 250, "lastColumn": 3854, "message": "CSS: --divider-pin-height__: The types are incompatible.", "extract": "-factor__) + 1));--divider-pin", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 250, "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": 250, "lastColumn": 4720, "message": "CSS: opacity: Parse Error.", "extract": "layer-i__) + 1))}.UORcXs{--div", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 251, "lastColumn": 2706, "message": "CSS: box-shadow: var(--noshd, none) is not a box-shadow value.", "extract": "ar(--noshd,none);transition:va", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 252, "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": 252, "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": "info", "lastLine": 262, "lastColumn": 107, "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=\"State Assemblyman Phillip Chen represents the 55th Assembly District\"/>\n <li", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "info", "lastLine": 263, "lastColumn": 60, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rict\"/>\n <link rel=\"canonical\" href=\"https://www.phillipchen.org\"/>\n <me", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 264, "lastColumn": 39, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org\"/>\n <meta name=\"robots\" content=\"index\"/>\n <me", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 265, "lastColumn": 70, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ndex\"/>\n <meta property=\"og:title\" content=\"State Assemblyman Phillip Chen\"/>\n <me", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 266, "lastColumn": 114, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Chen\"/>\n <meta property=\"og:description\" content=\"State Assemblyman Phillip Chen represents the 55th Assembly District\"/>\n <me", "hiliteStart": 10, "hiliteLength": 112 }, { "type": "info", "lastLine": 267, "lastColumn": 197, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rict\"/>\n <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.jpg/v1/fill/w_1600,h_1066,al_c/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.jpg\"/>\n <me", "hiliteStart": 10, "hiliteLength": 195 }, { "type": "info", "lastLine": 268, "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=\"1600\"/>\n <me", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 269, "lastColumn": 51, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1600\"/>\n <meta property=\"og:image:height\" content=\"1066\"/>\n <me", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 270, "lastColumn": 65, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1066\"/>\n <meta property=\"og:url\" content=\"https://www.phillipchen.org\"/>\n <me", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "info", "lastLine": 271, "lastColumn": 61, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org\"/>\n <meta property=\"og:site_name\" content=\"chen-for-assembly\"/>\n <me", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 272, "lastColumn": 46, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mbly\"/>\n <meta property=\"og:type\" content=\"website\"/>\n <me", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 273, "lastColumn": 125, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\"/>\n <meta name=\"keywords\" content=\"california, small business owner, prop.13, prescription drug prices, gas tax, enviornment\"/>\n <me", "hiliteStart": 10, "hiliteLength": 123 }, { "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": "ment\"/>\n <meta name=\"fb_admins_meta_tag\" content=\"PhillipChenCA\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 275, "lastColumn": 95, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "enCA\"/>\n <meta name=\"google-site-verification\" content=\"2yOg7OoUHDYnkeGeOuMD8QMRmNIutQ2zJMk9ArwZ99A\"/>\n <me", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 276, "lastColumn": 54, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Z99A\"/>\n <meta property=\"fb:admins\" content=\"PhillipChenCA\"/>\n <me", "hiliteStart": 10, "hiliteLength": 52 }, { "type": "info", "lastLine": 277, "lastColumn": 59, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "enCA\"/>\n <meta name=\"twitter:card\" content=\"summary_large_image\"/>\n <me", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 278, "lastColumn": 71, "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=\"State Assemblyman Phillip Chen\"/>\n <me", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 279, "lastColumn": 115, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Chen\"/>\n <meta name=\"twitter:description\" content=\"State Assemblyman Phillip Chen represents the 55th Assembly District\"/>\n <me", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "info", "lastLine": 280, "lastColumn": 198, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rict\"/>\n <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.jpg/v1/fill/w_1600,h_1066,al_c/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.jpg\"/>\n\n\n</h", "hiliteStart": 10, "hiliteLength": 196 }, { "type": "info", "lastLine": 285, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "lass='' >\n<script type=\"text/javascript\">\n v", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 304, "lastColumn": 70, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "error", "lastLine": 306, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 331, "lastColumn": 53, "firstColumn": 27, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "ages-css\"><style id=\"css_masterPage\">#maste", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 332, "lastColumn": 2426, "firstColumn": 2421, "message": "CSS: --theme-spx-ratio: Unknown dimension.", "extract": "io:0.1cqw}.font_0{font", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 532, "lastColumn": 21, "firstColumn": 1, "message": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "extract": "\n</style>\n<style id=\"css_crp5\">#maste", "hiliteStart": 10, "hiliteLength": 21 }, { "type": "info", "lastLine": 566, "lastColumn": 2690, "firstColumn": 2095, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.png\" style=\"width:164px;height:48px;object-fit:cover\" srcSet=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 1x, https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_328,h_96,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 2x\" fetchpriority=\"high\"/></wow-", "hiliteStart": 10, "hiliteLength": 596 }, { "type": "info", "lastLine": 566, "lastColumn": 8393, "firstColumn": 8092, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_148,h_127,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 302 }, { "type": "error", "lastLine": 566, "lastColumn": 9287, "firstColumn": 8885, "message": "Duplicate ID img_undefined.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height":1066,"uri":"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s", "hiliteStart": 10, "hiliteLength": 403 }, { "type": "info", "lastLine": 566, "lastColumn": 8091, "firstColumn": 7692, "subType": "warning", "message": "The first occurrence of ID img_undefined was here.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s", "hiliteStart": 10, "hiliteLength": 400 }, { "type": "info", "lastLine": 566, "lastColumn": 9591, "firstColumn": 9288, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\" alt=\"IMG_1043_preview\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 304 }, { "type": "error", "lastLine": 566, "lastColumn": 10503, "firstColumn": 10084, "message": "Duplicate ID img_undefined.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height":3168,"uri":"8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s", "hiliteStart": 10, "hiliteLength": 420 }, { "type": "info", "lastLine": 566, "lastColumn": 8091, "firstColumn": 7692, "subType": "warning", "message": "The first occurrence of ID img_undefined was here.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s", "hiliteStart": 10, "hiliteLength": 400 }, { "type": "info", "lastLine": 566, "lastColumn": 10834, "firstColumn": 10504, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_147,h_107,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\" alt=\"IMG_8729\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 331 }, { "type": "error", "lastLine": 566, "lastColumn": 12272, "firstColumn": 11873, "message": "Duplicate ID img_undefined.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s", "hiliteStart": 10, "hiliteLength": 400 }, { "type": "info", "lastLine": 566, "lastColumn": 8091, "firstColumn": 7692, "subType": "warning", "message": "The first occurrence of ID img_undefined was here.", "extract": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s", "hiliteStart": 10, "hiliteLength": 400 }, { "type": "info", "lastLine": 566, "lastColumn": 12574, "firstColumn": 12273, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_148,h_127,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-", "hiliteStart": 10, "hiliteLength": 302 }, { "type": "error", "lastLine": 567, "lastColumn": 1548, "firstColumn": 1514, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Facebook - Grey Circle\"/></wow-", "hiliteStart": 10, "hiliteLength": 35 }, { "type": "info", "lastLine": 567, "lastColumn": 1548, "firstColumn": 1514, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Facebook - Grey Circle\"/></wow-", "hiliteStart": 10, "hiliteLength": 35 }, { "type": "error", "lastLine": 567, "lastColumn": 2203, "firstColumn": 2173, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Twitter Clean Grey\"/></wow-", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 567, "lastColumn": 2203, "firstColumn": 2173, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Twitter Clean Grey\"/></wow-", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 567, "lastColumn": 2864, "firstColumn": 2832, "message": "Element img is missing required attribute src.", "extract": "x, 100%)\"><img alt=\"Instagram Clean Grey\"/></wow-", "hiliteStart": 10, "hiliteLength": 33 }, { "type": "info", "lastLine": 567, "lastColumn": 2864, "firstColumn": 2832, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "x, 100%)\"><img alt=\"Instagram Clean Grey\"/></wow-", "hiliteStart": 10, "hiliteLength": 33 }, { "type": "error", "lastLine": 570, "lastColumn": 290, "firstColumn": 67, "message": "Attribute allowvr not allowed on element iframe at this point.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 570, "lastColumn": 290, "firstColumn": 67, "message": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 570, "lastColumn": 290, "firstColumn": 67, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 570, "lastColumn": 290, "firstColumn": 67, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 624, "lastColumn": 68, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "extract": "rt-->\n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "error", "lastLine": 626, "lastColumn": 66, "firstColumn": 5, "message": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "extract": "\n \n <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri", "hiliteStart": 10, "hiliteLength": 62 } ] }, "success": true }, "standardResult": { "totals": [ 8, 0, 89, 0 ], "instances": [ { "ruleID": "Attribute position not allowed on element link at this point.", "what": "Attribute position not allowed on element link at this point.", "ordinalSeverity": 2, "tagName": "LINK", "id": "platform_masterPage", "location": { "doc": "dom", "type": "line", "spec": "189" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... =1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&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": "189" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... =1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&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_crp5", "location": { "doc": "dom", "type": "line", "spec": "194" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... ersion=1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" 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_crp5", "location": { "doc": "dom", "type": "line", "spec": "194" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... ersion=1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" 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": "199" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... tps%3A%2F%2Fwww-phillipchen-org.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_crp5", "location": { "doc": "dom", "type": "line", "spec": "204" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt ... Url=https%3A%2F%2Fwww-phillipchen-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" 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": "209" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "excerpt": "-old(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "excerpt": "-new(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "excerpt": "nsition-group(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "excerpt": "ransition-new(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "209" }, "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": "222" }, "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head end", "location": { "doc": "dom", "type": "line", "spec": "224" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "237" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"43d5a31c-5455-43b5-8683-5d70aba5a44d\"> <meta" }, { "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "238" }, "excerpt": "ba5a44d\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"cde9f3d7-d9d7-415f-a817-1ebb07f83d10\"> " }, { "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "240" }, "excerpt": "10\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"739\"> " }, { "ruleID": "Bad value etag for attribute http-equiv on element meta.", "what": "Bad value etag for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "244" }, "excerpt": "\"> <meta http-equiv=\"etag\" content=\"bug\"> <!--" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "248" }, "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": "248" }, "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": "248" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "CSS: box-shadow: var(--noshd, none) is not a box-shadow value.", "what": "CSS: box-shadow: var(--noshd, none) is not a box-shadow value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "249" }, "excerpt": "ar(--noshd,none);transition:va" }, { "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": "250" }, "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": "250" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "283" }, "excerpt": "class=\"\"> <script type=\"text/javascript\"> v" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart start", "location": { "doc": "dom", "type": "line", "spec": "302" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart end", "location": { "doc": "dom", "type": "line", "spec": "304" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_masterPage", "location": { "doc": "dom", "type": "line", "spec": "329" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "330" }, "excerpt": "io:0.1cqw}.font_0{font" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_crp5", "location": { "doc": "dom", "type": "line", "spec": "530" }, "excerpt": " </style> <style id=\"css_crp5\">#maste" }, { "ruleID": "Duplicate ID img_undefined.", "what": "Duplicate ID img_undefined.", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "line", "spec": "564" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"hei ... =\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\"><img s" }, { "ruleID": "The first occurrence of ID img_undefined was here.", "what": "The first occurrence of ID img_undefined was here.", "ordinalSeverity": 0, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "line", "spec": "564" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... s-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s" }, { "ruleID": "Duplicate ID img_undefined.", "what": "Duplicate ID img_undefined.", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "line", "spec": "564" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"hei ... ia/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\"><img s" }, { "ruleID": "The first occurrence of ID img_undefined was here.", "what": "The first occurrence of ID img_undefined was here.", "ordinalSeverity": 0, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "line", "spec": "564" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... s-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s" }, { "ruleID": "Duplicate ID img_undefined.", "what": "Duplicate ID img_undefined.", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "line", "spec": "564" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... s-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s" }, { "ruleID": "The first occurrence of ID img_undefined was here.", "what": "The first occurrence of ID img_undefined was here.", "ordinalSeverity": 0, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "line", "spec": "564" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... s-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"><img s" }, { "ruleID": "Attribute allowvr not allowed on element iframe at this point.", "what": "Attribute allowvr not allowed on element iframe at this point.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "568" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "what": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "568" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "568" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "568" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameborder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd start", "location": { "doc": "dom", "type": "line", "spec": "622" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd end", "location": { "doc": "dom", "type": "line", "spec": "624" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "wixDesktopViewport", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": "utf-8'> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" id=\"wixDesktopViewport\" /> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": "=edge\"> <meta name=\"generator\" content=\"Wix.com Website Builder\"/> <l" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "1.png\"> <link rel=\"shortcut icon\" href=\"https://static.wixstatic.com/media/8a8215_45cea05301fd433dbfce95a49747c631.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/8a8215_45cea05301fd433dbfce95a49747c631.png\" type=\"image/png\"/> <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": "/png\"/> <link rel=\"apple-touch-icon\" href=\"https://static.wixstatic.com/media/8a8215_45cea05301fd433dbfce95a49747c631.png/v1/fill/w_32%2Ch_32%2Clg_1%2Cusm_0.66_1.00_0.01/8a8215_45cea05301fd433dbfce95a49747c631.png\" type=\"image/png\"/> <!-" }, { "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": "191" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... Version=1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&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": "191" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... Version=1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&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": "191" }, "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_crp5", "location": { "doc": "source", "type": "line", "spec": "196" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... uilderVersion=1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" 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_crp5", "location": { "doc": "source", "type": "line", "spec": "196" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... uilderVersion=1.238.0&siteId=cde9f3d7-d9d7-415f-a817-1ebb07f83d10&siteRevision=739&viewMode=desktop\" id=\"platform_crp5\" 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": "196" }, "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": "201" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... =https%3A%2F%2Fwww-phillipchen-org.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": "201" }, "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_crp5", "location": { "doc": "source", "type": "line", "spec": "206" }, "excerpt": " <link href=\"https://siteassets.parastorage.com/pages/pages/thunderbolt?appDefinitionIdToSiteRevision=%7B%2214271d6f-ba62-d045-549b-ab972ae1f70e%22%3A%2218%22%7D&beckyExperiments=specs.thunderbolt.WRi ... entUrl=https%3A%2F%2Fwww-phillipchen-org.filesusr.com%2F&useSandboxInHTMLComp=false&viewMode=desktop\" id=\"features_crp5\" 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": "206" }, "excerpt": "nonymous\"></link> " }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "-old(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "-new(page-group){animation:sli" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "-old(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "-new(page-group){animation:out" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "nsition-group(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "excerpt": "ransition-new(*),::view-transi" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "211" }, "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": "224" }, "excerpt": "--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.head end", "location": { "doc": "source", "type": "line", "spec": "226" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.head end\"></scri" }, { "ruleID": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "239" }, "excerpt": " <meta http-equiv=\"X-Wix-Meta-Site-Id\" content=\"43d5a31c-5455-43b5-8683-5d70aba5a44d\"> <meta" }, { "ruleID": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "240" }, "excerpt": "ba5a44d\"> <meta http-equiv=\"X-Wix-Application-Instance-Id\" content=\"cde9f3d7-d9d7-415f-a817-1ebb07f83d10\"> " }, { "ruleID": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "what": "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "242" }, "excerpt": "10\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"739\"/> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "242" }, "excerpt": "10\"> <meta http-equiv=\"X-Wix-Published-Version\" content=\"739\"/> " }, { "ruleID": "Bad value etag for attribute http-equiv on element meta.", "what": "Bad value etag for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "246" }, "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": "246" }, "excerpt": "/> <meta http-equiv=\"etag\" content=\"bug\"/> <!--" }, { "ruleID": "CSS: --divider-pin-height__: The types are incompatible.", "what": "CSS: --divider-pin-height__: The types are incompatible.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "250" }, "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": "250" }, "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": "250" }, "excerpt": "layer-i__) + 1))}.UORcXs{--div" }, { "ruleID": "CSS: box-shadow: var(--noshd, none) is not a box-shadow value.", "what": "CSS: box-shadow: var(--noshd, none) is not a box-shadow value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "251" }, "excerpt": "ar(--noshd,none);transition:va" }, { "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": "252" }, "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": "252" }, "excerpt": "or-effect:non-scaling-stroke}.R8rh" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "262" }, "excerpt": "/title> <meta name=\"description\" content=\"State Assemblyman Phillip Chen represents the 55th Assembly District\"/> <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": "263" }, "excerpt": "rict\"/> <link rel=\"canonical\" href=\"https://www.phillipchen.org\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "264" }, "excerpt": ".org\"/> <meta name=\"robots\" content=\"index\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "265" }, "excerpt": "ndex\"/> <meta property=\"og:title\" content=\"State Assemblyman Phillip Chen\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "266" }, "excerpt": "Chen\"/> <meta property=\"og:description\" content=\"State Assemblyman Phillip Chen represents the 55th Assembly District\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "267" }, "excerpt": "rict\"/> <meta property=\"og:image\" content=\"https://static.wixstatic.com/media/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.jpg/v1/fill/w_1600,h_1066,al_c/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.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": "268" }, "excerpt": ".jpg\"/> <meta property=\"og:image:width\" content=\"1600\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "269" }, "excerpt": "1600\"/> <meta property=\"og:image:height\" content=\"1066\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "270" }, "excerpt": "1066\"/> <meta property=\"og:url\" content=\"https://www.phillipchen.org\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "271" }, "excerpt": ".org\"/> <meta property=\"og:site_name\" content=\"chen-for-assembly\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "272" }, "excerpt": "mbly\"/> <meta property=\"og:type\" content=\"website\"/> <me" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "273" }, "excerpt": "site\"/> <meta name=\"keywords\" content=\"california, small business owner, prop.13, prescription drug prices, gas tax, enviornment\"/> <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": "274" }, "excerpt": "ment\"/> <meta name=\"fb_admins_meta_tag\" content=\"PhillipChenCA\"/> <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": "enCA\"/> <meta name=\"google-site-verification\" content=\"2yOg7OoUHDYnkeGeOuMD8QMRmNIutQ2zJMk9ArwZ99A\"/> <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": "Z99A\"/> <meta property=\"fb:admins\" content=\"PhillipChenCA\"/> <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": "enCA\"/> <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": "278" }, "excerpt": "mage\"/> <meta name=\"twitter:title\" content=\"State Assemblyman Phillip Chen\"/> <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": "Chen\"/> <meta name=\"twitter:description\" content=\"State Assemblyman Phillip Chen represents the 55th Assembly District\"/> <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": "rict\"/> <meta name=\"twitter:image\" content=\"https://static.wixstatic.com/media/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.jpg/v1/fill/w_1600,h_1066,al_c/8a8215_ab7fdb12aab24d50a9a0d61293959632~mv2.jpg\"/> </h" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "285" }, "excerpt": "lass='' > <script type=\"text/javascript\"> v" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart start", "location": { "doc": "source", "type": "line", "spec": "304" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyStart end", "location": { "doc": "source", "type": "line", "spec": "306" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyStart end\"></scri" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_masterPage", "location": { "doc": "source", "type": "line", "spec": "331" }, "excerpt": "ages-css\"><style id=\"css_masterPage\">#maste" }, { "ruleID": "CSS: --theme-spx-ratio: Unknown dimension.", "what": "CSS: --theme-spx-ratio: Unknown dimension.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "332" }, "excerpt": "io:0.1cqw}.font_0{font" }, { "ruleID": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "css_crp5", "location": { "doc": "source", "type": "line", "spec": "532" }, "excerpt": " </style> <style id=\"css_crp5\">#maste" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "sr-src=\"\"><img src=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.pn ... o.png 1x, https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_328,h_96,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 2x\" fetchpriority=\"high\"/></wow-" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_148,h_127,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Duplicate ID img_undefined.", "what": "Duplicate ID img_undefined.", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"hei ... t;uri":"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s" }, { "ruleID": "The first occurrence of ID img_undefined was here.", "what": "The first occurrence of ID img_undefined was here.", "ordinalSeverity": 0, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... ot;uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_147,h_98,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\" alt=\"IMG_1043_preview\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Duplicate ID img_undefined.", "what": "Duplicate ID img_undefined.", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"hei ... ;8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s" }, { "ruleID": "The first occurrence of ID img_undefined was here.", "what": "The first occurrence of ID img_undefined was here.", "ordinalSeverity": 0, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... ot;uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_147,h_107,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\" alt=\"IMG_8729\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Duplicate ID img_undefined.", "what": "Duplicate ID img_undefined.", "ordinalSeverity": 2, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... ot;uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s" }, { "ruleID": "The first occurrence of ID img_undefined was here.", "what": "The first occurrence of ID img_undefined was here.", "ordinalSeverity": 0, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "=\"u2zCj9\"><wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"heig ... ot;uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"true\"><img s" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "566" }, "excerpt": "rc=\"true\"><img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_148,h_127,al_c,q_80,usm_0.66_1.00_0.01,blur_2,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width:100%;height:100%;object-fit:cover;object-position:50% 50%\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "567" }, "excerpt": "x, 100%)\"><img alt=\"Facebook - Grey Circle\"/></wow-" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "567" }, "excerpt": "x, 100%)\"><img alt=\"Facebook - Grey Circle\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "567" }, "excerpt": "x, 100%)\"><img alt=\"Twitter Clean Grey\"/></wow-" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "567" }, "excerpt": "x, 100%)\"><img alt=\"Twitter Clean Grey\"/></wow-" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "567" }, "excerpt": "x, 100%)\"><img alt=\"Instagram Clean Grey\"/></wow-" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "567" }, "excerpt": "x, 100%)\"><img alt=\"Instagram Clean Grey\"/></wow-" }, { "ruleID": "Attribute allowvr not allowed on element iframe at this point.", "what": "Attribute allowvr not allowed on element iframe at this point.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "570" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "what": "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "570" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "570" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "570" }, "excerpt": "8 pvlz2w\"><iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" allowfullscreen=\"\" allowtransparency=\"true\" allowvr=\"true\" frameBorder=\"0\" allow=\"autoplay;camera;microphone;geolocation;vr\"></ifra" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd start", "location": { "doc": "source", "type": "line", "spec": "624" }, "excerpt": "rt--> <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd start\"></scri" }, { "ruleID": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "what": "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace.", "ordinalSeverity": 2, "tagName": "SCRIPT", "id": "pageHtmlEmbeds.bodyEnd end", "location": { "doc": "source", "type": "line", "spec": "626" }, "excerpt": " <script type=\"wix/htmlEmbeds\" id=\"pageHtmlEmbeds.bodyEnd end\"></scri" } ] }, "endTime": 1687109201868 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687109201868, "url": "https://www.phillipchen.org/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:26:43", "hash": "9631b4ba0cedf80de11eaea5709e156a1a0eeeb7e2bae7f61c1a92082301edc039a13b636f128c8d152edb1f7d502738b9d2341fbcbab50173b13875a7867025", "page": { "viewport": { "mobile": false, "landscape": true, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36", "resolution": { "width": 1366, "height": 768 } } } }, "metadata": { "passed": 35, "warning": 8, "failed": 12, "inapplicable": 70 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 15, "warning": 7, "failed": 6, "inapplicable": 39 }, "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 739 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 739 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"739\">", "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)" } ], "attributes": [] } ] }, "QW-ACT-R71": { "name": "`meta` element has no refresh delay (no exception)", "code": "QW-ACT-R71", "mapping": "bisz58", "description": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.", "metadata": { "target": { "element": "meta" }, "success-criteria": [ { "name": "2.2.4", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/interruptions", "url_tr": "https://www.w3.org/TR/WCAG21/#interruptions" }, { "name": "3.2.5", "level": "AAA", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/change-on-request", "url_tr": "https://www.w3.org/TR/WCAG21/#change-on-request" } ], "related": [ "G110", "H76" ], "url": "https://act-rules.github.io/rules/bisz58", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target refreshes after 739 seconds." }, "results": [ { "verdict": "failed", "description": "The test target refreshes after 739 seconds.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"739\">", "pointer": "html:nth-of-type(1) > head > meta:nth-of-type(10)" } ], "attributes": [] } ] }, "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W2", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 76, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></wow-image>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" }, { "htmlCode": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height":1066,"uri":"8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\"></wow-image>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" }, { "htmlCode": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height":3168,"uri":"8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\"></wow-image>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" }, { "htmlCode": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":707,"uri":"8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg","name":"","displayMode":"fill"}}\" data-bg-effect-name=\"\" data-has-ssr-src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></wow-image>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 13, "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(1) > 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.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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.phillipchen.org/meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">Meet Phillip</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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.phillipchen.org/copy-of-meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">The District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org/contact\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">DONATE</a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > nav: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.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": "<iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" src=\"https://gs.wixapps.net/statics/index?pageId=masterPage&compId=comp-ii6qfto8&viewerCompId=comp-ii6qfto8&siteRevision=739&viewMode=site&deviceType=desktop&locale=en&regionalLanguage=en&width=239&height=155&instance=MHAjJiUv6IfyAffxFREWkjS6KSmh3o5mFCI_aZBACVI.eyJpbnN0YW5jZUlkIjoiODc4MDk2NWEtMzAwMi00YWNkLWE5MGItMmRhZGVjZTFhZTJhIiwiYXBwRGVmSWQiOiIxMzc1YmFhOC04ZWNhLTU2NTktY2U5ZC00NTViMjAwOTI1MGQiLCJtZXRhU2l0ZUlkIjoiNDNkNWEzMWMtNTQ1NS00M2I1LTg2ODMtNWQ3MGFiYTVhNDRkIiwic2lnbkRhdGUiOiIyMDIzLTA2LTE4VDE3OjI2OjM3Ljk0OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6ImIyZjRiZTd …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R17": { "name": "Image has accessible name", "code": "QW-ACT-R17", "mapping": "23a2a8", "description": "This rule checks that each image that is not marked as decorative, has an accessible name.", "metadata": { "target": { "element": "img" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html", "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content" } ], "related": [ "G94", "G95" ], "url": "https://act-rules.github.io/rules/23a2a8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 4, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"QS8h3m\" role=\"img\" data-testid=\"gallery-item-click-action-disabled\">Chen_SwearingIn</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 5, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">Home</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">Paid for by Phillip Chen for Assembly 2024</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">FPPC #1447996</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">JOIN THE CONVERSATION: </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 5, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">Home</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">Paid for by Phillip Chen for Assembly 2024</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">FPPC #1447996</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"color_12 wixui-rich-text__text\">JOIN THE CONVERSATION: </span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en\"><head></head><body>(function () {\n var noop = function noop() {};\n if (\"performance\" in window === false) {\n window.performance = {};\n }\n window.performance.mark = performance.mark || noop;\n window.performance.measure = performance.measure || noop;\n if (\"now\" in window.performance === false) {\n var nowOffset = Date.now();\n if (performance.timing && performance.timing.navigationStart) {\n nowOffset = performance.timing.navigationStart;\n }\n window.performance.now = function now() {\n return Date.now() - nowOffset;\n };\n }\n })();\n \n\n \n \n (function () {\n var now = Date.now()\n window.initialTime …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 4, "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": "<div data-testid=\"gallery-item-title\" class=\"gy3LbX\">Chen_SwearingIn</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div data-testid=\"gallery-counter\" class=\"R9dm4s\">1/4</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-size:46px;\" class=\"wixui-rich-text__text\">Phillip Chen</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">Our State Assemblyman</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(3) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 6, "warning": 0, "failed": 6, "inapplicable": 22 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body class=\"\">\n\n var bodyCacheable = true;\n \n var exclusionReason = {\"shouldRender\":true,\"forced\":false};\n var ssrInfo = {\"renderBodyTime\":505,\"renderTimeStamp\":1687082775609}\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(1) > button:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 2, "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=\"ufoMNK\" id=\"hxvvul16itemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"hxvvul160\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"bmi0\" data-state=\"menu selected link\" data-index=\"0\" class=\"WkRZyQ wixui-dropdown-menu__item vxlIdO\" data-original-gap-between-text-and-btn=\"0\" aria-hidden=\"false\" style=\"width: 154px; height: 76px; position: relative; box-sizing: border-box; overflow: visible; visibility: inherit;\"><a data-testid=\"linkElement\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:n …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"yk44VW wixui-dropdown-menu__submenu\" id=\"hxvvul16moreContainer\"></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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-irfgvzc31-hxxcciz7\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-irfgvzc31-hxxcciz7","displayMode":"fill",&quo …", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul: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/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.png\" style=\"width:164px;height:48px;object-fit:cover\" srcset=\"https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 1x, https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_328,h_96,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 2x\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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 src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\" alt=\"IMG_1043_preview\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\" alt=\"IMG_8729\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img alt=\"Facebook - Grey Circle\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/72a44c1b3b7c450287b9f4dd21be1548.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/72a44c1b3b7c450287b9f4dd21be1548.png\" style=\"width: 42px; height: 42px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"Twitter Clean Grey\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/50d1c1ebf8315c89781859112ee73126.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/50d1c1ebf8315c89781859112ee73126.png\" style=\"width: 42px; height: 42px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"Instagram Clean Grey\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/92b798c32b2d61ae63a6a18a363cf316.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/92b798c32b2d61ae63a6a18a363cf316.png\" style=\"width: 42px; height: 42px; object-fit: cover;\">", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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": [] } ] }, "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": 9, "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\":505,\"renderTimeStamp\":1687082775609}\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(1) > 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": "<div data-testid=\"gallery-counter\" class=\"R9dm4s\">1/4</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" } ], "attributes": [ "12px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">Phillip Chen\nOur State Assemblyman</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [ "35px" ] }, { "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:46px;\" class=\"wixui-rich-text__text\">Phillip Chen</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" } ], "attributes": [ "46px" ] }, { "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:24px;\" class=\"wixui-rich-text__text\">Our State Assemblyman</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(3) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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:normal; text-align:center; font-size:13px;\">Paid for by Phillip Chen for Assembly 2024</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [ "13px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\">FPPC #1447996</p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" } ], "attributes": [ "13px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<p style=\"text-align:center; font-size:16px;\" class=\"font_7 wixui-rich-text__text\">JOIN THE CONVERSATION: </p>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" } ], "attributes": [ "16px" ] } ] }, "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": 17, "warning": 0, "failed": 4, "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(1) > 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": "<div style=\"display:none\" id=\"hxvvul16navContainer-hiddenA11ySubMenuIndication\">Use tab to navigate through the menu items.</div>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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\">bottom of page</span>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(5) > 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": "<noscript>\n <img height=\"1\" width=\"1\" style=\"display:none\"\n src=\"https://www.facebook.com/tr?id=768942280571896&ev=PageView&noscript=1\"/>\n</noscript>", "pointer": "html > body:nth-child(2) > noscript:nth-child(22)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 14, "warning": 1, "failed": 0, "inapplicable": 9 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">Phillip Chen\nOur State Assemblyman</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 17, "document": 1, "region": 3, "button": 3, "img": 12, "navigation": 2, "list": 3, "listitem": 8, "main": 1, "presentation": 2, "heading": 1 }, "tags": { "html": 1, "head": 1, "meta": 29, "link": 8, "script": 67, "style": 15, "title": 1, "body": 1, "pages-css": 1, "div": 120, "span": 14, "button": 3, "header": 1, "a": 9, "wow-image": 8, "img": 8, "wix-dropdown-menu": 1, "nav": 2, "ul": 3, "li": 8, "p": 12, "main": 1, "h2": 1, "br": 1, "footer": 1, "iframe": 1, "noscript": 1 } } } }, "success": true }, "standardResult": { "totals": [ 10, 22, 17, 15 ], "instances": [ { "ruleID": "QW-ACT-R4", "what": "This rule checks that the meta element is not used for delayed redirecting or refreshing.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"739\">" }, { "ruleID": "QW-ACT-R71", "what": "This rule checks that the `meta` element is not used for delayed redirecting or refreshing.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html:nth-of-type(1) > head > meta:nth-of-type(10)" }, "excerpt": "<meta http-equiv=\"X-Wix-Published-Version\" content=\"739\">" }, { "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-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":7 ... src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></wow-image>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":1600,"height": ... s://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\"></wow-image>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":4356,"height": ... 215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\"></wow-image>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "WOW-IMAGE", "id": "img_undefined", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1)" }, "excerpt": "<wow-image id=\"img_undefined\" class=\"HlRz5e aCO9ui\" data-image-info=\"{"displayMode":"fill","isLQIP":true,"imageData":{"width":824,"height":7 ... src=\"\" data-src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\"></wow-image>" }, { "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(1) > 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(1) > 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.phillipchen.org\" 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(1) > 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\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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.phillipchen.org/meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">Meet Phillip</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(1) > 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.phillipchen.org/copy-of-meet-phillip\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">The District</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(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > wix-dropdown-menu:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org/contact\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\">Contact</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > header:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\">DONATE</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > button:nth-child(1)" }, "excerpt": "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\"></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(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(2) > button:nth-child(2)" }, "excerpt": "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\"></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(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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.facebook.com/PhillipChenCA\" 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(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"http://www.twitter.com/phillipchenca\" 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(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"http://instagram.com/phillipchenca\" 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": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" src=\"https://gs.wixapps.net/statics/index?pageId=masterPage&compId=comp-ii6qfto8&viewerCompId ... WNhLTU2NTktY2U5ZC00NTViMjAwOTI1MGQiLCJtZXRhU2l0ZUlkIjoiNDNkNWEzMWMtNTQ1NS00M2I1LTg2ODMtNWQ3MGFiYTVhNDRkIiwic2lnbkRhdGUiOiIyMDIzLTA2LTE4VDE3OjI2OjM3Ljk0OVoiLCJkZW1vTW9kZSI6ZmFsc2UsImFpZCI6ImIyZjRiZTd …" }, { "ruleID": "QW-ACT-R17", "what": "This rule checks that each image that is not marked as decorative, has an accessible name.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"QS8h3m\" role=\"img\" data-testid=\"gallery-item-click-action-disabled\">Chen_SwearingIn</div>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">Home</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">Paid for by Phillip Chen for Assembly 2024</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">FPPC #1447996</span>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">JOIN THE CONVERSATION: </span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p class=\"BmxP3m\" style=\"text-align: center; line-height: 76px;\" id=\"hxvvul160label\">Home</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">Paid for by Phillip Chen for Assembly 2024</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">FPPC #1447996</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"color_12 wixui-rich-text__text\">JOIN THE CONVERSATION: </span>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en\"><head></head><body>(function () { var noop = function noop() {}; if (\"performance\" in window === false) { window.performance = {}; } window.performance.mark = performance.mark || noop; ... nStart) { nowOffset = performance.timing.navigationStart; } window.performance.now = function now() { return Date.now() - nowOffset; }; } })(); (function () { var now = Date.now() window.initialTime …" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"gallery-item-title\" class=\"gy3LbX\">Chen_SwearingIn</div>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"gallery-counter\" class=\"R9dm4s\">1/4</div>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:46px;\" class=\"wixui-rich-text__text\">Phillip Chen</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(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">Our State Assemblyman</span>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":505,\"renderTimeStamp\":1687082775609} 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(1) > 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-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": "hxvvul16itemsContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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=\"ufoMNK\" id=\"hxvvul16itemsContainer\" style=\"text-align:center\" data-marginallchildren=\"true\"><li id=\"hxvvul160\" data-direction=\"ltr\" data-listposition=\"left\" data-data-id=\"bmi0\" data-state=\" ... https://www.phillipchen.org\" target=\"_self\" class=\"utvqrI\" aria-haspopup=\"false\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:n …" }, { "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": "hxvvul16moreContainer", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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=\"yk44VW wixui-dropdown-menu__submenu\" id=\"hxvvul16moreContainer\"></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(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"mpGTIt\" aria-label=\"Social Bar\"><li id=\"dataItem-irfgvzc31-hxxcciz7\" class=\"O6KwRn\"><a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\" ... > a:nth-child(1)\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{"containerId":"dataItem-irfgvzc31-hxxcciz7","displayMode":"fill",&quo …" }, { "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(1) > 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/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_164,h_48,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png\" alt=\"chen2024_logo.png\" style=\" ... 024_logo.png 1x, https://static.wixstatic.com/media/8a8215_99231b7b90ab49f6bd2bd54850ad651c~mv2.png/v1/fill/w_328,h_96,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/chen2024_logo.png 2x\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_1f8ef83a4c3e44fca846c996fc800369~mv2.jpeg\" alt=\"IMG_1043_preview\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg/v1/fill/w_980,h_712,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/8a8215_7a49538e5c12446880b39ea5ef961c24~mv2_d_4356_3168_s_4_2.jpg\" alt=\"IMG_8729\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > wow-image:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://static.wixstatic.com/media/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg/v1/fill/w_824,h_599,al_c,q_85,enc_auto/8a8215_7207f18dd46e48009cabf3c37e9ca9b3~mv2.jpg\" alt=\"Chen_SwearingIn\" style=\"width: 980px; height: 712px; object-fit: cover; object-position: 50% 50%;\" fetchpriority=\"high\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"Facebook - Grey Circle\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/72a44c1b3b7c450287b9f4dd21be1548.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/72a44c1b3b7c450287b9f4dd21be1548.png\" style=\"width: 42px; height: 42px; 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(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"Twitter Clean Grey\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/50d1c1ebf8315c89781859112ee73126.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/50d1c1ebf8315c89781859112ee73126.png\" style=\"width: 42px; height: 42px; 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(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > 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=\"Instagram Clean Grey\" fetchpriority=\"high\" src=\"https://static.wixstatic.com/media/92b798c32b2d61ae63a6a18a363cf316.png/v1/fill/w_42,h_42,al_c,q_85,usm_0.66_1.00_0.01,enc_auto/92b798c32b2d61ae63a6a18a363cf316.png\" style=\"width: 42px; height: 42px; 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\":505,\"renderTimeStamp\":1687082775609} 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(1) > 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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div data-testid=\"gallery-counter\" class=\"R9dm4s\">1/4</div>" }, { "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(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">Phillip Chen Our State Assemblyman</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(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:46px;\" class=\"wixui-rich-text__text\">Phillip Chen</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1) > span:nth-child(1) > span:nth-child(3) > span:nth-child(1)" }, "excerpt": "<span style=\"font-size:24px;\" class=\"wixui-rich-text__text\">Our State Assemblyman</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\">Paid for by Phillip Chen for Assembly 2024</p>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > p:nth-child(2)" }, "excerpt": "<p class=\"font_9 wixui-rich-text__text\" style=\"line-height:normal; text-align:center; font-size:13px;\">FPPC #1447996</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(1) > div:nth-child(4) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p style=\"text-align:center; font-size:16px;\" class=\"font_7 wixui-rich-text__text\">JOIN THE CONVERSATION: </p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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": "DIV", "id": "hxvvul16navContainer-hiddenA11ySubMenuIndication", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(7) > div:nth-child(1) > 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=\"hxvvul16navContainer-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(1) > div:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span class=\"mHZSwn\">bottom 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": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > noscript:nth-child(22)" }, "excerpt": "<noscript> <img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=768942280571896&ev=PageView&noscript=1\"/> </noscript>" }, { "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(1) > div:nth-child(4) > div:nth-child(1) > main: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) > div:nth-child(1) > div:nth-child(5) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"font_2 wixui-rich-text__text\" style=\"text-align:center; font-size:35px;\">Phillip Chen Our State Assemblyman</h2>" } ] }, "endTime": 1687109204325 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687109204325, "url": "https://www.phillipchen.org/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.161", "responseTime": "2023-06-18T17:26:43.809Z", "data": { "apiErrors": [], "documentSize": 1276942, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 176, "failing": 4 }, "issues": { "totalErrors": 6, "totalWarnings": 1, "totalIssues": 7 }, "issuesByLevel": { "A": { "count": 2, "pct": 28.57 }, "AA": { "count": 1, "pct": 14.29 }, "AAA": { "count": 7, "pct": 100 } }, "density": { "errorDensity": 0, "warningDensity": 0, "allDensity": 1 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "28fadcc3-91e1-45c1-987f-aa4f806675cf", "docID": "d3cf0e88-79fe-4b7b-fde3-8788a1ec728c", "sourceHash": "0bef978e88ed5e53f17c8a1b47ddf17a", "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=28fadcc3-91e1-45c1-987f-aa4f806675cf", "resultSet": [ { "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": 12651, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":505,\"renderTimeStamp\":1687082775609}\n</script> <script sty", "xpath": "/html/body", "issueID": "47de31698b2a2ecd859cf135b6a478d1", "signature": "69a8deacc05b92f9c6946fc0dcf74fce", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=47de31698b2a2ecd859cf135b6a478d1" }, { "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": 12651, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":505,\"renderTimeStamp\":1687082775609}\n</script> <script sty", "xpath": "/html/body", "issueID": "2bda0b13631a14b215733cba728322cf", "signature": "0e42c9db590f418ed94accddd8de3827", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=2bda0b13631a14b215733cba728322cf" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 12651, "column": 60 }, "errorSnippet": "<body class=\"\">\n<script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":505,\"renderTimeStamp\":1687082775609}\n</script> <script sty", "xpath": "/html/body", "issueID": "beccb7ebc5074f480757153fd144af4a", "signature": "c670cefdf08bfdaa6a7ff0dca202b56d", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=beccb7ebc5074f480757153fd144af4a" }, { "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": 82, "y": 65 }, "height": 65, "width": 82 }, "position": { "line": 10616, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE&", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]", "issueID": "04544bf41808b935ef76bfccf06a917e", "signature": "4bce5b2fe5aa96b26d0e435654764b4b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=04544bf41808b935ef76bfccf06a917e" }, { "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": 42, "y": 42 }, "height": 42, "width": 42 }, "position": { "line": 10616, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-irfgvzc31-hxxcciz", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "1c62455d78bbde8e6f7aac39a84ae1d9", "signature": "456ea36f4aa2a271a5e1b19adb0198b5", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1c62455d78bbde8e6f7aac39a84ae1d9" }, { "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": 123, "y": 42 }, "height": 42, "width": 42 }, "position": { "line": 10616, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2-hxxcciz7&quot;,&a", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "62721497a395294bc75c6c760f9b17c4", "signature": "0b478cdc057d94230d2dfb3191977b11", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=62721497a395294bc75c6c760f9b17c4" }, { "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": 0 }, "bottom-right": { "x": 204, "y": 42 }, "height": 42, "width": 42 }, "position": { "line": 10616, "column": 0 }, "errorSnippet": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_2_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;image1onh-hxxcciz7&quot;,&", "xpath": "/html/body/div[1]/div[1]/div[3]/div[1]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "issueID": "c662628548c6836ea529b328b7397b90", "signature": "2555b87f6c218bb1fc2eacfaf9725d11", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c662628548c6836ea529b328b7397b90" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 2, 5 ], "instances": [ { "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\":505,\"renderTimeStamp\":1687082775609} </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\":505,\"renderTimeStamp\":1687082775609} </script> <script sty" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"\"> <script type=\"text/javascript\" style=\"\"> var bodyCacheable = true; var exclusionReason = {\"shouldRender\":true,\"forced\":false}; var ssrInfo = {\"renderBodyTime\":505,\"renderTimeStamp\":1687082775609} </script> <script sty" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[3]/div[1]/header[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.efundraisingconnections.com/c/PhillipChen2024/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"kuTaGy wixui-button zKbzSQ\" aria-disabled=\"false\"><span class=\"M3I7Z2 wixui-button__label\">DONATE&" }, { "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]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_0_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;dataItem-irfgvzc31-hxxcciz" }, { "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]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_1_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;i122l2-hxxcciz7&quot;,&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]/footer[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN\"><wow-image id=\"img_2_hxxcciz7\" class=\"HlRz5e YaS0jR\" data-image-info=\"{&quot;containerId&quot;:&quot;image1onh-hxxcciz7&quot;,&" } ] }, "endTime": 1687109204889 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687109204889, "url": "https://www.phillipchen.org/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "", "main": "PAGES_CONTAINER" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 140 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 12, "tabFocused": 13, "discrepancy": 1 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 11, "types": { "missing": { "total": 11, "tagNames": { "A": 9, "BUTTON": 2 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"><wow-i" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Meet Phillip" }, { "tagName": "A", "id": "", "text": "The District" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "A", "id": "", "text": "DONATE" }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\"><" }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\"><span" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oR" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtu" }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 11 ], "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.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"><wow-i" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Phillip" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\"><" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\"><span" }, { "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/PhillipChenCA\" target=\"_blank\" class=\"oR" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtu" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 19, "types": { "onlyFocusable": { "total": 1, "tagNames": { "DIV": 1 } }, "onlyOperable": { "total": 6, "tagNames": { "DIV": 5, "SPAN": 1 } }, "focusableAndOperable": { "total": 12, "tagNames": { "A": 9, "BUTTON": 2, "IFRAME": 1 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "", "text": "More" } ], "onlyOperable": [ { "tagName": "DIV", "id": "comp-ii6mvw34", "text": "<div id=\"comp-ii6mvw34\" class=\"MazNVa comp-ii6mvw34 wixui-image rYiAuL\" title=\"chen2018_logo.jpg\" st", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "Home", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "Meet Phillip", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "The District", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "Contact", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "DONATE", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"j7pOnl\" style=", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Phillip", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "DONATE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\" s", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\" style", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.facebook.com/PhillipChenCA\" target=\"_blank\" class=\"oR", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"nKphmK\" title=\"Wix Get Subscribers\" aria-label=\"Wix Get Subscribers\" scrolling=\"no\" a", "byTag": true, "byOnClick": false, "byPointer": false } ] } }, "totals": [ 0, 0, 1, 6 ], "standardInstances": [ { "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-ii6mvw34", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-ii6mvw34\" class=\"MazNVa comp-ii6mvw34 wixui-image rYiAuL\" title=\"chen2018_logo.jpg\" st" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Phillip" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" } ] }, "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": 18, "triggerSample": 18, "impactTriggers": 2, "additions": 0, "removals": 9, "opacityChanges": 8, "opacityImpact": 16, "unhoverables": 0, "noCursors": 0, "badCursors": 2, "noIndicators": 2, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "BUTTON", "id": "", "text": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>", "additions": 0, "removals": 9, "opacityChanges": 4, "opacityImpact": 8 }, { "tagName": "BUTTON", "id": "", "text": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>", "additions": 0, "removals": 0, "opacityChanges": 4, "opacityImpact": 8 } ], "unhoverables": [], "noCursors": [], "badCursors": [ { "tagName": "BUTTON", "id": "", "text": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "tagName": "BUTTON", "id": "", "text": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" } ], "noIndicators": [ { "tagName": "BUTTON", "id": "", "text": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "tagName": "BUTTON", "id": "", "text": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" } ], "badIndicators": [] } }, "totals": [ 16, 8, 11, 4 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 2 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "previous" } }, { "index": 1, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "next" } } ] } }, "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": 9, "adjacent": { "total": 6, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"><wow-i" }, { "id": "", "text": "Home" }, { "id": "", "text": "Meet Phillip" }, { "id": "", "text": "The District" }, { "id": "", "text": "Contact" }, { "id": "", "text": "DONATE" } ] } }, "totals": [ 0, 6, 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.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"><wow-i" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Phillip" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" } ] }, "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": 9, "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": 2 }, "adjacentLink": { "total": 6 }, "listLink": { "total": 3 }, "h2": { "total": 1 } }, "items": {} }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 1, "items": [ { "tagName": "DIV", "id": "comp-ii6mvw34", "text": "", "title": "chen2018_logo.jpg" } ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "DIV element has a title attribute", "ordinalSeverity": 2, "tagName": "DIV", "id": "comp-ii6mvw34", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DIV (): chen2018_logo.jpg" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 3, "tagNames": { "DIV": 2, "NAV": 1 } }, "items": [ { "tagName": "DIV", "id": "hxvvul16dropWrapper", "text": "<div class=\"nIHEOq\" id=\"hxvvul16dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false\"><ul" }, { "tagName": "DIV", "id": "comp-k9n40frb", "text": "Chen_SwearingInIMG_1043_previewIMG_8729Chen_SwearingIn1/4" }, { "tagName": "NAV", "id": "", "text": "<nav aria-label=\"slides\" class=\"gAvFno\" data-testid=\"gallery-navButtons\"><button class=\"o0VW51 uz9kA" } ] }, "totals": [ 3, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "hxvvul16dropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"nIHEOq\" id=\"hxvvul16dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false\"><ul" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-k9n40frb", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Chen_SwearingInIMG_1043_previewIMG_8729Chen_SwearingIn1/4" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<nav aria-label=\"slides\" class=\"gAvFno\" data-testid=\"gallery-navButtons\"><button class=\"o0VW51 uz9kA" } ] } }, "success": true }, "standardResult": { "totals": [ 19, 14, 14, 21 ], "instances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"https://www.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"><wow-i" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Phillip" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button class=\"o0VW51 uz9kAV\" data-testid=\"gallery-prevButton\" type=\"button\" aria-label=\"previous\"><" }, { "ruleID": "focInd", "what": "BUTTON element has no focus indicator", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<button class=\"o0VW51 g3Jdt5\" data-testid=\"gallery-nextButton\" type=\"button\" aria-label=\"next\"><span" }, { "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/PhillipChenCA\" target=\"_blank\" class=\"oR" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://www.twitter.com/phillipchenca\" target=\"_blank\" class=\"oRtu" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a data-testid=\"linkElement\" href=\"http://instagram.com/phillipchenca\" target=\"_blank\" class=\"oRtuWN" }, { "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-ii6mvw34", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"comp-ii6mvw34\" class=\"MazNVa comp-ii6mvw34 wixui-image rYiAuL\" title=\"chen2018_logo.jpg\" st" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Phillip" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "focOp", "complaint": "DIV element is operable but not focusable", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Link or button makes the hovering mouse cursor nonstandard", "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-prevButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "ruleID": "hover", "what": "Button shows no indication of being hovered over", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span data-testid=\"gallery-nextButtonInner\" role=\"presentation\" aria-hidden=\"true\"></span>" }, { "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.phillipchen.org\" target=\"_self\" class=\"j7pOnl\"><wow-i" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Phillip" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The District" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DONATE" }, { "ruleID": "titledEl", "what": "DIV element has a title attribute", "ordinalSeverity": 2, "tagName": "DIV", "id": "comp-ii6mvw34", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "DIV (): chen2018_logo.jpg" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "hxvvul16dropWrapper", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"nIHEOq\" id=\"hxvvul16dropWrapper\" data-dropalign=\"center\" data-dropdown-shown=\"false\"><ul" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "comp-k9n40frb", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Chen_SwearingInIMG_1043_previewIMG_8729Chen_SwearingIn1/4" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<nav aria-label=\"slides\" class=\"gAvFno\" data-testid=\"gallery-navButtons\"><button class=\"o0VW51 uz9kA" } ] }, "endTime": 1687109236103 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687109236103, "url": "https://www.phillipchen.org/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Phillip Chen State Assemblyman | California", "pageurl": "https://www.phillipchen.org/", "time": 5.02, "creditsremaining": 927, "allitemcount": 72, "totalelements": 313, "waveurl": "http://wave.webaim.org/report?url=https://www.phillipchen.org/" }, "categories": { "error": { "description": "Errors", "count": 0, "items": [] }, "contrast": { "description": "Contrast Errors", "count": 6, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 6, "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#hxvvul16 > NAV#hxvvul16navContainer > UL#hxvvul16itemsContainer > LI#hxvvul160 > A:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P#hxvvul160label", "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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#comp-l01q5b35 > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV#comp-l01q5t18 > H2: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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#comp-l01q5b35 > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV#comp-l01q5t18 > H2:first-child > SPAN:first-child > SPAN:first-child + BR + 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 > DIV#WRchTxt0-16wb > 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 > DIV#WRchTxt0-16wb > 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 > DIV#hxxch9ac > P:first-child > SPAN:first-child" ], "contrastdata": [ [ 1.72, "#ffffff", "#8eccf9", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", true ], [ 1.1, "#f3f3f3", "#ffffff", false ], [ 1.1, "#f3f3f3", "#ffffff", false ], [ 1.1, "#f3f3f3", "#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": 7, "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-ii6mvw34 > A:first-child > WOW-IMAGE#img_comp-ii6mvw34 > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "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#hxvvul16 > NAV#hxvvul16navContainer > UL#hxvvul16itemsContainer > LI#hxvvul160 > 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 + BODY > SCRIPT:first-child + SCRIPT + SCRIPT + SCRIPT + SCRIPT + PAGES-CSS + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + NOSCRIPT" ], "wcag": [] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 3, "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#hxvvul16 > NAV#hxvvul16navContainer > DIV#hxvvul16navContainer-hiddenA11ySubMenuIndication", "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#SCROLL_TO_BOTTOM > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 7, 0, 0, 6 ], "instances": [ { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "hxvvul160label", "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#hxvvul16 > NAV#hxvvul16navContainer > UL#hxvvul16itemsContainer > LI#hxvvul160 > A:first-child > DIV:first-child > DIV:first-child > DIV:first-child > P#hxvvul160label" }, "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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#comp-l01q5b35 > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV#comp-l01q5t18 > H2: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#crp5 > DIV:first-child + DIV > DIV#Containercrp5 > DIV:first-child > DIV:first-child > DIV#comp-l01q5b35 > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV#comp-l01q5t18 > H2:first-child > SPAN:first-child > SPAN:first-child + BR + 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 > DIV#WRchTxt0-16wb > P:first-child > SPAN:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#SITE_CONTAINER > DIV#main_MF > DIV#site-root > DIV#masterPage > FOOTER#SITE_FOOTER_WRAPPER > DIV#SITE_FOOTER > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV#WRchTxt0-16wb > 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 > DIV#hxxch9ac > P: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-ii6mvw34 > A:first-child > WOW-IMAGE#img_comp-ii6mvw34 > IMG:first-child" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "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#hxvvul16 > NAV#hxvvul16navContainer > UL#hxvvul16itemsContainer > LI#hxvvul160 > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > SCRIPT:first-child + SCRIPT + SCRIPT + SCRIPT + SCRIPT + PAGES-CSS + DIV + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + 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": "hxvvul16navContainer-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#hxvvul16 > NAV#hxvvul16navContainer > DIV#hxvvul16navContainer-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#SCROLL_TO_BOTTOM > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687109241402 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD59-c", "which": "https://www.phillipchen.org/", "what": "Candidate Phillip Chen (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:26:07", "endTime": "2023-06-18T17:27:21", "elapsedSeconds": 74, "visitLatency": 6, "logCount": 27, "logSize": 1678, "errorLogCount": 15, "errorLogSize": 699, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 31 ], [ "testaro", 15 ], [ "wave", 5 ], [ "alfa", 4 ], [ "ibm", 4 ], [ "nuVal", 3 ], [ "qualWeb", 2 ], [ "axe", 1 ], [ "tenon", 1 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 874, "issue": 772, "tool": 90, "prevention": 0, "log": 12, "latency": 0 }, "details": { "severity": { "total": [ 77, 44, 123, 92 ], "byTool": { "testaro": [ 19, 14, 14, 21 ], "alfa": [ 22, 0, 0, 20 ], "axe": [ 5, 3, 1, 6 ], "continuum": [ 0, 0, 0, 6 ], "htmlcs": [ 6, 0, 0, 7 ], "ibm": [ 0, 5, 0, 6 ], "nuVal": [ 8, 0, 89, 0 ], "qualWeb": [ 10, 22, 17, 15 ], "tenon": [ 0, 0, 2, 5 ], "wave": [ 7, 0, 0, 6 ] } }, "prevention": {}, "issue": { "spontaneousMotion": { "score": 130, "maxCount": 65, "weight": 2, "tools": { "testaro": { "motion": { "quality": 1, "what": "Change of visible content not requested by user", "complaints": { "countTotal": 65, "texts": [ "Content moves or changes without user request" ] } } } } }, "imageNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "alfa": { "r2": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Images have an accessible name" ] } } }, "axe": { "role-img-alt": { "quality": 1, "what": "Element with role img has no text alternative", "complaints": { "countTotal": 1, "texts": [ "[role='img'] elements must have an alternative text; 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": { "87": { "quality": 1, "what": "Element with an image, graphics-symbol, or graphics-document role has no mechanism to calculate an accessible name", "complaints": { "countTotal": 1, "texts": [ "This DIV (role=img) does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "ibm": { "aria_img_labelled": { "quality": 1, "what": "Element with an img role has no label or an empty label", "complaints": { "countTotal": 1, "texts": [ "Element with \"img\" role has no label or an empty label" ] } } }, "qualWeb": { "QW-ACT-R17": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each image that is not marked as decorative, has an accessible name." ] } } } } }, "duplicateID": { "score": 48, "maxCount": 12, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 4, "texts": [ "id attributes have a unique value" ] } } }, "axe": { "duplicate-id": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 1, "texts": [ "id attribute value must be unique; Document has multiple static elements with the same id attribute: img_undefined" ] } } }, "continuum": { "94": { "quality": 1, "what": "Element contains an id attribute set to a value that is not unique in the DOM", "complaints": { "countTotal": 4, "texts": [ "This WOW-IMAGE has an id attribute of 'img_undefined', which is not unique in the same DOM" ] } } }, "htmlcs": { "AAA.4_1_1.F77": { "quality": 1, "what": "Duplicate id attribute value", "complaints": { "countTotal": 3, "texts": [ "Duplicate id attribute value \"img_undefined\" found on the web page." ] } } }, "ibm": { "element_id_unique": { "quality": 1, "what": "Element has an id attribute value that is already in use", "complaints": { "countTotal": 1, "texts": [ "The <wow-image> element has the id \"img_undefined\" that is already in use" ] } } }, "nuVal": { "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": { "quality": 1, "what": "Duplicate id", "complaints": { "countTotal": 12, "texts": [ "Duplicate ID img_undefined.", "The first occurrence of ID img_undefined was here." ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 4, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "imageTextBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r39": { "quality": 1, "what": "Image text alternative is the filename instead", "complaints": { "countTotal": 1, "texts": [ "Image filename is accessible name for image" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "focusIndication": { "score": 52, "maxCount": 13, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 11, "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": 13, "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": 11, "texts": [ "A element has no focus indicator", "BUTTON element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 7, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 1, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.75 (foreground color: #ffffff, background color: #e31919, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 7:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 2, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.73:1. Recommendation: change background to #1f5d8a." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 4, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } } } }, "textContrastAA": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 6, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 6, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.72 (foreground color: #ffffff, background color: #8eccf9, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 9.8pt (13px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.37 (foreground color: #f3f3f3, background color: #1c75bd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "ibm": { "text_contrast_sufficient": { "quality": 1, "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight", "complaints": { "countTotal": 4, "texts": [ "Text contrast of 1.73 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "Text contrast of 1.11 with its background is less than the WCAG AA minimum requirements for text of size 13px and weight of 400" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 4, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 6, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 3, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "fontSizeAbsolute": { "score": 18, "maxCount": 9, "weight": 2, "tools": { "alfa": { "r74": { "quality": 1, "what": "Paragraph text has an absolute font size", "complaints": { "countTotal": 3, "texts": [ "Paragraphs of text do not have font sizes defined in absolute units" ] } } }, "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 9, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "leadingAbsolute": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r80": { "quality": 1, "what": "Paragraph text has an absolute line height", "complaints": { "countTotal": 4, "texts": [ "Paragraphs of text do not have line heights defined in absolute units" ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } } } } }, "frameContentRisk": { "score": 0, "maxCount": 0.2, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 1, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 5, "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." ] } } } } }, "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: chen2024_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" ] } } } } }, "contrastRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 2, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 4, "maxCount": 4, "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": 4, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "obsolete": { "score": 18, "maxCount": 6, "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" ] } } }, "nuVal": { "^The .+ attribute on the .+ element is obsolete.+$": { "quality": 1, "what": "Attribute is obsolete on its element", "complaints": { "countTotal": 6, "texts": [ "The scrolling attribute on the iframe element is obsolete. Use CSS instead.", "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "The frameborder attribute on the iframe element is obsolete. Use CSS instead." ] } } } } }, "attributeBad": { "score": 88, "maxCount": 22, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 10, "texts": [ "Attribute position not allowed on element link at this point.", "Attribute allowvr not allowed on element iframe at this point." ] } }, "^Bad value .* for attribute .+ on element .+$": { "quality": 1, "what": "Attribute on this element has an invalid value", "complaints": { "countTotal": 12, "texts": [ "Bad value pageHtmlEmbeds.head start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.head end for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyStart start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyStart end for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyEnd start for attribute id on element script: An ID must not contain whitespace.", "Bad value pageHtmlEmbeds.bodyEnd end for attribute id on element script: An ID must not contain whitespace." ] } } } } }, "linkElementBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": { "quality": 1, "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value", "complaints": { "countTotal": 4, "texts": [ "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload." ] } } } } }, "cssInvalid": { "score": 96, "maxCount": 32, "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": 2, "texts": [ "CSS: opacity: Parse Error." ] } }, "^CSS: .+: .+ is not a .+ value.*$": { "quality": 1, "what": "Invalid value in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: box-shadow: var(--noshd, none) is not a box-shadow value." ] } }, "^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: .+: Unknown dimension.*$": { "quality": 1, "what": "Unknown CSS dimension", "complaints": { "countTotal": 2, "texts": [ "CSS: --theme-spx-ratio: Unknown dimension." ] } } } } }, "metaBad": { "score": 24, "maxCount": 8, "weight": 3, "tools": { "nuVal": { "^Bad value .+ for attribute .+ on element meta.*$": { "quality": 1, "what": "Attribute of a meta element has an invalid value", "complaints": { "countTotal": 8, "texts": [ "Bad value X-Wix-Meta-Site-Id for attribute http-equiv on element meta.", "Bad value X-Wix-Application-Instance-Id for attribute http-equiv on element meta.", "Bad value X-Wix-Published-Version for attribute http-equiv on element meta.", "Bad value etag for attribute http-equiv on element meta." ] } } } } }, "typeRedundant": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 2, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "parentBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 4, "texts": [ "Element style not allowed as child of element pages-css in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "slashParseRisk": { "score": 33, "maxCount": 33, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 33, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "elementClosure": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "nuVal": { "^Stray end tag .+$": { "quality": 1, "what": "Invalid closing tag", "complaints": { "countTotal": 4, "texts": [ "Stray end tag link." ] } } } } }, "imageNoSource": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 3, "texts": [ "Element img is missing required attribute src." ] } } } } }, "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." ] } } } } }, "overflowHiddenRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 4, "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": 6, "maxCount": 3, "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": 3, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "colorMissing": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 4, "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": 3, "maxCount": 1, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 1, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "fontSmall": { "score": 9, "maxCount": 3, "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": 3, "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." ] } } } } }, "linkForcesNewWindow": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 4, "texts": [ "This link opens in a new window without user control." ] } } } } }, "tabFocusability": { "score": 2, "maxCount": 0.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 1, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 21, "maxCount": 7, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 7, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 6, "texts": [ "Hovering over element has unexpected effects", "Link or button makes the hovering mouse cursor nonstandard", "Button shows no indication of being hovered over" ] } } } } }, "linkIndication": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 6, "texts": [ "Link is inline but has no underline" ] } } } } }, "titleBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 1, "texts": [ "DIV element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 3, "texts": [ "DIV element has a non-default Z index", "NAV element has a non-default Z index" ] } } } } }, "linkPair": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 1, "texts": [ "Redundant link" ] } } } } }, "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" ] } } } } } } } } }