Accessibility digest
Page | Candidate Sabrina Cervantes (D) |
---|---|
URL | https://sabrinacervantes.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1090 |
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 Sabrina Cervantes (D) at https://sabrinacervantes.com/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 1090, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1090 | Sum of the component scores |
issue | 934 | Severity and number of reported defects |
tool | 154 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 2 | Browser warnings about the page |
latency | 0 | Abnormal delay in page responses |
Issue scores
The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).
Issue | Score |
---|---|
spontaneousMotion | 126 |
focusIndication | 88 |
zIndexNotZero | 53 |
titleBad | 52 |
slashParseRisk | 47 |
typeRedundant | 44 |
textContrastAA | 40 |
linkForcesNewWindow | 33 |
parentBad | 32 |
menuNavigation | 28 |
duplicateID | 24 |
errorReferenceBad | 24 |
internalLinkBroken | 24 |
hoverSurprise | 22 |
hiddenContentRisk | 21 |
targetSize | 21 |
contentBeyondLandmarks | 20 |
colorMissing | 20 |
linkIndication | 16 |
overflowHiddenRisk | 13 |
focusableHidden | 12 |
focusableOperable | 12 |
focusedAway | 12 |
linkWindowSurpriseRisk | 11 |
pseudoNavList | 8 |
controlNoText | 8 |
inputNoText | 8 |
encodingBad | 8 |
contrastAAA | 7 |
roleRedundant | 6 |
skipRepeatedContent | 6 |
noHeading | 6 |
titleRedundant | 6 |
repeatedContentRisk | 5 |
pseudoListRisk | 5 |
scrollRisk | 4 |
legendMissing | 4 |
imageNoText | 4 |
sectionHeadingless | 4 |
linkTextsSame | 4 |
tabIndexMissing | 4 |
labelClash | 4 |
inconsistentStyles | 4 |
groupName | 3 |
decorativeImageRisk | 3 |
contrastRisk | 3 |
visibleLabelNotName | 3 |
landmarkConfusion | 3 |
horizontalScrolling | 3 |
leadingInsufficient | 2 |
headingOfNothing | 2 |
mainNone | 2 |
labelConfusionRisk | 2 |
textAlternativeRisk | 2 |
fontSizeAbsolute | 2 |
autocompleteNone | 2 |
decorativeTitle | 1 |
noOptionFocusable | 1 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue spontaneousMotion
WCAG: 2.2.2
Score: 126
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 63
Complaint specifics
- Content moves or changes without user request
Issue focusIndication
WCAG: 2.4.7
Score: 88
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 6
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: 22
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: 22
Complaint specifics
- INPUT element has a non-outline focus indicator
- A element has no focus indicator
- INPUT element has no focus indicator
Issue zIndexNotZero
WCAG: 1.4
Score: 53
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 53
Complaint specifics
- DIV element has a non-default Z index
- HEADER element has a non-default Z index
- SPAN element has a non-default Z index
- IMG element has a non-default Z index
- NAV element has a non-default Z index
- UL element has a non-default Z index
- LI element has a non-default Z index
- A element has a non-default Z index
- MAIN element has a non-default Z index
Issue titleBad
WCAG: 1.3.1
Score: 52
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 13
Complaint specifics
- IMG element has a title attribute
- A element has a title attribute
- ABBR element has a title attribute
Issue slashParseRisk
WCAG: 4.1
Score: 47
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: 47
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue typeRedundant
WCAG: 1.3.1
Score: 44
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: 27
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Rule The type attribute for the style element is not needed and should be omitted.
Description: type attribute is unnecessary for a style element
Count of instances: 17
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Issue textContrastAA
WCAG: 1.4.3
Score: 40
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 7
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 10
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 1
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN: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: 2
Complaint specifics
- Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400
- Text contrast of 2.51 with its background is less than the WCAG AA minimum requirements for text of size 34px and weight of 700
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 33
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 11
Complaint specifics
- This link opens in a new window without user control.
Issue parentBad
WCAG: 1.3.1
Score: 32
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: 8
Complaint specifics
- Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
Issue menuNavigation
WCAG: 2.1.1
Score: 28
Complaints by testaro
Rule menuNav
menuNav
Description: Nonstandard keyboard navigation among focusable menu items
Count of instances: 14
Complaint specifics
- Menu item responds nonstandardly to ArrowUp, ArrowDown, End
- Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End
- Menu item responds nonstandardly to ArrowUp, ArrowDown, Home
Issue duplicateID
WCAG: 4.1.1
Score: 24
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 2
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
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: mobile
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 2
Complaint specifics
- This DIV has an id attribute of 'mobile', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 1
Complaint specifics
- Duplicate id attribute value "mobile" 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: 3
Complaint specifics
- The <style> element has the id "av-browser-height" that is already in use
- The <link> element has the id "avia-google-webfont" that is already in use
- The <div> element has the id "mobile" 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: 4
Complaint specifics
- Duplicate ID mobile.
- The first occurrence of ID mobile was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 6
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 24
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 6
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue internalLinkBroken
WCAG: 1.3.1
Score: 24
Complaints by wave
Rule link_internal_broken
link_internal_broken
Description: Broken same-page link
Count of instances: 6
Complaint specifics
- Broken same-page link
Issue hoverSurprise
WCAG: 1.4.13
Score: 22
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 11
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue hiddenContentRisk
WCAG: 4.1
Score: 21
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 21
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 targetSize
WCAG: 2.5.5
Score: 21
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 7
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 20
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 10
Complaint specifics
- Perceivable text content is included in a landmark
Complaints by axe
Rule region
region
Description: Some page content is not contained by landmarks
Count of instances: 8
Complaint specifics
- All page content should be contained by landmarks; Some page content is not contained by landmarks
Complaints by ibm
Rule aria_content_in_landmark
aria_content_in_landmark
Description: Content is not within a landmark element
Count of instances: 6
Complaint specifics
- Content is not within a landmark element
Issue colorMissing
WCAG: 1.4.3
Score: 20
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 5
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 linkIndication
WCAG: 1.3.3
Score: 16
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 8
Complaint specifics
- Link is inline but has no underline
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 13
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: 13
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 focusableHidden
WCAG: 4.1.2
Score: 12
Complaints by tenon
Rule 194
194
Description: Visible element is focusable but has a presentation role or aria-hidden=true attribute
Count of instances: 3
Complaint specifics
- This visible element is focusable and is marked up with either `role="presentation"` or `aria-hidden="true"`.
Issue focusableOperable
WCAG: 2.1.1
Score: 12
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 4
Complaint specifics
Issue focusedAway
WCAG: 1.4.10
Score: 12
Complaints by testaro
Rule focVis
focVis
Description: Element when focused is off the display
Count of instances: 4
Complaint specifics
- Visible link is above or to the left of the display
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 11
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: 11
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue pseudoNavList
WCAG: 1.3.1
Score: 8
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 2
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 4
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue controlNoText
WCAG: 4.1.2
Score: 8
Complaints by htmlcs
Rule AAA.1_3_1.F68
AAA.1_3_1.F68
Description: Form control has no label
Count of instances: 2
Complaint specifics
- This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
Complaints by wave
Rule label_missing
label_missing
Description: form element has no label
Count of instances: 2
Complaint specifics
- Missing form label
Issue inputNoText
WCAG: 4.1.2
Score: 8
Complaints by htmlcs
Rule AAA.4_1_2.H91.InputText.Name
AAA.4_1_2.H91.InputText.Name
Description: Text input has no accessible name
Count of instances: 2
Complaint specifics
- This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Issue encodingBad
WCAG: 3.1.3
Score: 8
Complaints by nuVal
Rule Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)
Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)
Description: Page includes a Unicode PUA character
Count of instances: 2
Complaint specifics
- Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)
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 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 6.04:1. Recommendation: change background to #161616.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 2
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 5
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue roleRedundant
WCAG: 4.1.2
Score: 6
Complaints by ibm
Rule aria_role_redundant
aria_role_redundant
Description: Explicitly assigned ARIA role is redundant with the implicit role of the element
Count of instances: 3
Complaint specifics
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
- The explicitly-assigned ARIA role "banner" is redundant with the implicit role of the element <header>
- The explicitly-assigned ARIA role "main" is redundant with the implicit role of the element <main>
Complaints by nuVal
Rule ^The .+ role is unnecessary for element .+$
^The .+ role is unnecessary for element .+$
Description: explicit role is redundant for its element
Count of instances: 6
Complaint specifics
- The banner role is unnecessary for element header.
- The navigation role is unnecessary for element nav.
- The main role is unnecessary for element main.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 3
Complaint specifics
- HEADER elements have invalid or native-replaceable explicit role banner (count: 1)
- NAV elements have redundant explicit role navigation (count: 1)
- MAIN elements have redundant explicit role main (count: 1)
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 noHeading
WCAG: 1.3.1
Score: 6
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 2
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue titleRedundant
WCAG: 1.3.1
Score: 6
Complaints by tenon
Rule 79
79
Description: Link has a title attribute that is the same as the text inside the link
Count of instances: 6
Complaint specifics
- This link has a `title` attribute that is the same as the text inside the link.
Complaints by wave
Rule title_redundant
title_redundant
Description: Title attribute text is the same as text or alternative text
Count of instances: 6
Complaint specifics
- Redundant title text
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 5
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 2
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue pseudoListRisk
WCAG: 1.3.1
Score: 5
Complaints by qualWeb
Rule QW-BP23
QW-BP23
Description: List item is used nonsemantically
Count of instances: 5
Complaint specifics
- Ensures <li> elements are used semantically
Issue scrollRisk
WCAG: 1.4.10
Score: 4
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 4
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue legendMissing
WCAG: 4.1.2
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1.H71.NoLegend
AAA.1_3_1.H71.NoLegend
Description: fieldset has no legend element
Count of instances: 1
Complaint specifics
- Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.
Complaints by ibm
Rule fieldset_legend_valid
fieldset_legend_valid
Description: fieldset element does not have a legend element
Count of instances: 1
Complaint specifics
- <fieldset> element does not have a <legend>
Complaints by qualWeb
Rule QW-WCAG-T3
QW-WCAG-T3
Description: Description for a group of form controls using fieldset and legend elements is not provided
Count of instances: 2
Complaint specifics
- This technique checks the correct use of the description element for form controls
Complaints by wave
Rule legend_missing
legend_missing
Description: fieldset has no legend element
Count of instances: 2
Complaint specifics
- Fieldset missing legend
Issue imageNoText
WCAG: 1.1.1
Score: 4
Complaints by ibm
Rule img_alt_null
img_alt_null
Description: Image has a title attribute but an empty alt attribute
Count of instances: 1
Complaint specifics
- The image 'alt' attribute is empty, but the 'title' attribute is not empty
Issue sectionHeadingless
WCAG: 1.3.1
Score: 4
Complaints by nuVal
Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Description: section has no heading
Count of instances: 4
Complaint specifics
- Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue linkTextsSame
WCAG: 2.4.4
Score: 4
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Description: Links with identical accessible names have different purposes
Count of instances: 2
Complaint specifics
- This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 1
Complaint specifics
- These links have the same text but different destinations.
Issue tabIndexMissing
WCAG: 2.1.1
Score: 4
Complaints by tenon
Rule 190
190
Description: Interactive item is not natively actionable, but has no tabindex=0 attribute
Count of instances: 1
Complaint specifics
- Item(s) with interactive `role` must have `tabindex="0"` unless it is natively actionable.
Issue labelClash
WCAG: 1.3.1
Score: 4
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 2
Complaint specifics
- Element INPUT is unlabeled
Issue inconsistentStyles
WCAG: 3.2.4
Score: 4
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 4
Complaint specifics
- In-line links have 2 different styles
- Links in columns have 3 different styles
- Level-1 headings have 2 different styles
Issue groupName
WCAG: 4.1.2
Score: 3
Complaints by alfa
Rule r60
r60
Description: Form-control group has no accessible name
Count of instances: 1
Complaint specifics
- Groups have an accessible name
Complaints by htmlcs
Rule AAA.4_1_2.H91.Fieldset.Name
AAA.4_1_2.H91.Fieldset.Name
Description: Fieldset has no accessible name
Count of instances: 1
Complaint specifics
- This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label attribute, aria-labelledby attribute.
Complaints by ibm
Rule fieldset_label_valid
fieldset_label_valid
Description: Group or fieldset has no accessible name
Count of instances: 1
Complaint specifics
- Group/Fieldset does not have an accessible name
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 3
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 3
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue contrastRisk
WCAG: 1.4.3
Score: 3
Complaints by htmlcs
Rule AAA.1_4_6.G18.Abs
AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 3
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.
Issue visibleLabelNotName
WCAG: 2.5.3
Score: 3
Complaints by htmlcs
Rule AAA.2_5_3.F96
AAA.2_5_3.F96
Description: Visible label is not in the accessible name
Count of instances: 1
Complaint specifics
- Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.
Issue landmarkConfusion
WCAG: 1.3.6
Score: 3
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 1
Complaint specifics
- Multiple "form" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 2
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 1
Complaint specifics
- Paragraphs of text have sufficient line height
Issue headingOfNothing
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 1
Complaint specifics
- Headings of same level have text content between them
Issue 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 labelConfusionRisk
WCAG: 3.3.2
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T17
QW-WCAG-T17
Description: label not positioned to maximize the predictability of the relationship
Count of instances: 2
Complaint specifics
- This technique checks the correct position of labels in forms
Issue textAlternativeRisk
WCAG: 1
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 2
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 1
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue autocompleteNone
WCAG: 1.3.5
Score: 2
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 2
Complaint specifics
- Input is missing the required autocomplete attribute with value email
Issue decorativeTitle
WCAG: 1.3.1
Score: 1
Complaints by htmlcs
Rule AAA.1_1_1.H67.1
AAA.1_1_1.H67.1
Description: img element has an empty alt attribute but has a nonempty title attribute
Count of instances: 1
Complaint specifics
- Img element with empty alt text must have absent or empty title attribute.
Complaints by wave
Rule image_title
image_title
Description: Image has a title attribute value but no alt value
Count of instances: 1
Complaint specifics
- Image with title
Issue noOptionFocusable
WCAG: 2.1.1
Score: 1
Complaints by ibm
Rule aria_child_tabbable
aria_child_tabbable
Description: No descendent element with an option role is tabbable
Count of instances: 1
Complaint specifics
- None of the descendent elements with "menuitem" role is tabbable
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 11
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD58-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687101555833, "endTime": 1687101556408 }, { "type": "url", "which": "https://sabrinacervantes.com/", "what": "Candidate Sabrina Cervantes (D)", "startTime": 1687101556408, "result": { "url": "https://sabrinacervantes.com/" }, "endTime": 1687101557539 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687101557539, "url": "https://sabrinacervantes.com/", "endTime": 1687101559302 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687101559302, "url": "https://sabrinacervantes.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1445065, 1110125, 1110125, 1510376, 1510376 ], "localRatios": [ 1.302, 1, 1.361, 1 ], "meanLocalRatio": 1.166, "maxLocalRatio": 1.361, "globalRatio": 1.361, "pixelChanges": [ 667404, 0, 665856, 0 ], "meanPixelChange": 333315, "maxPixelChange": 667404, "changeFrequency": 0.5 }, "totals": [ 0, 0, 63, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 63, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 63, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 63, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687101573738 }, { "type": "launch", "which": "chromium", "startTime": 1687101573738, "endTime": 1687101574317 }, { "type": "url", "which": "https://sabrinacervantes.com/", "what": "Candidate Sabrina Cervantes (D)", "startTime": 1687101574317, "result": { "url": "https://sabrinacervantes.com/" }, "endTime": 1687101575046 }, { "type": "test", "which": "alfa", "startTime": 1687101575046, "url": "https://sabrinacervantes.com/", "what": "alfa", "result": { "totals": { "failures": 15, "warnings": 21 }, "items": [ { "index": 165, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[3]", "codeLines": [ "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">", " <div class=\"container av-section-cont-open\">", " <div class=\"template-page content av-content-full alpha units\">", " <div class=\"post-entry post-entry-type-page post-entry-1811\">", " <div class=\"entry-content-wrapper clearfix\">", " <div class=\"flex_column av-bgy2v7-134fa91129e70d466341d32128735e91 av_one_full avia-builder-el-10 avia-builder-el-no-sibling first flex_column_div av-animated-generic fade-in avia_start_animation avia_start_delayed_animation\">", " <div class=\"av-special-heading av-98e4pv-416b43efc653f2250c01b255e69e3b81 av-special-heading-h1 custom-color-heading blockquote modern-quote modern-centered avia-builder-el-11 avia-builder-el-no-sibling \">", " <h1 class=\"av-special-heading-tag\" itemprop=\"headline\">", " A working mom who gets things done for the Inland Empire", " </h1>", " <div class=\"special-heading-border\">", " <div class=\"special-heading-inner-border\"></div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " <!-- close content main div -->", " </div>", "</div>" ] } }, { "index": 166, "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": "div", "path": "/html[1]/body[1]/div[1]/div[1]/div[4]", "codeLines": [ "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">", " <div class=\"container av-section-cont-open\">", " <div class=\"template-page content av-content-full alpha units\">", " <div class=\"post-entry post-entry-type-page post-entry-1811\">", " <div class=\"entry-content-wrapper clearfix\">", " <div class=\"flex_column av-ekkn2r-189ba5512724884a2b55f9cf5f6a6bad av_one_full avia-builder-el-13 el_before_av_one_full avia-builder-el-first first flex_column_div av-animated-generic fade-in avia_start_animation avia_start_delayed_animation\">", " <div class=\"av-special-heading av-lbv2xsho-b0695df31f913ac7035c5d803968c65e av-special-heading-h1 custom-color-heading blockquote modern-quote modern-centered avia-builder-el-14 avia-builder-el-no-sibling \">", " <h1 class=\"av-special-heading-tag\" itemprop=\"headline\">", " Join The Team", " </h1>", " <div class=\"av_custom_color av-subheading av-subheading_below\">", " <p>", " Sign up for email updates!", " </p>", " </div>", " <div class=\"special-heading-border\">", " <div class=\"special-heading-inner-border\"></div>", " </div>", " </div>", " </div>", " <div class=\"flex_column av-cuvx37-0f1007f8c4f616063b60e231cdba967a av_one_full avia-builder-el-15 el_after_av_one_full avia-builder-el-last first flex_column_div av-animated-generic fade-in column-top-margin avia_start_animation avia_start_delayed_animation\">", " <form action=\"https://sabrinacervantes.com/\" method=\"post\" data-av-custom-send=\"mailchimp_send\" class=\"avia_ajax_form av-form-labels-hidden avia-builder-el-16 avia-builder-el-no-sibling avia-mailchimp-form \" data-avia-form-id=\"2\" data-avia-redirect=\"\">", " <fieldset>", " <p class=\" first_form form_element form_fullwidth\" id=\"element_avia_0_2\">", " <label for=\"avia_0_2\">", " Email", " <abbr class=\"required\" title=\"required\">", " *", " </abbr>", " </label>", " <input name=\"avia_0_2\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_2\" value=\"\" placeholder=\"Email*\">", " </p>", " <p class=\" first_form form_element form_element_half\" id=\"element_avia_3_2\">", " <label for=\"avia_3_2\">", " Zip", " </label>", " <input name=\"avia_3_2\" class=\"text_input \" type=\"text\" id=\"avia_3_2\" value=\"\" placeholder=\"Zip\">", " </p>", " <p class=\"form_element form_element form_element_half av-last-visible-form-element modified_width\">", " <input type=\"hidden\" value=\"1\" name=\"avia_generated_form2\">", " <input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">", " </p>", " <p class=\"hidden\">", " <input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">", " </p>", " </fieldset>", " </form>", " <div id=\"ajaxresponse_2\" class=\"ajaxresponse ajaxresponse_2 hidden\"></div>", " </div>", " </div>", " </div>", " </div>", " <!-- close content main div -->", " <!-- section close by builder template -->", " </div>", " <!--end builder template-->", "</div>" ] } }, { "index": 236, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "1" ] } }, { "index": 237, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]", "codeLines": [ "2" ] } }, { "index": 238, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[3]/text()[1]", "codeLines": [ "3" ] } }, { "index": 239, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]/text()[1]", "codeLines": [ "4" ] } }, { "index": 240, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]", "codeLines": [ "A working mom who gets things done for the Inland Empire" ] } }, { "index": 241, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h1[1]/text()[1]", "codeLines": [ "Join The Team" ] } }, { "index": 242, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]", "codeLines": [ "Sign up for email updates!" ] } }, { "index": 243, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/text()[1]", "codeLines": [ "Email" ] } }, { "index": 244, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/abbr[1]/text()[1]", "codeLines": [ "*" ] } }, { "index": 245, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[2]/label[1]/text()[1]", "codeLines": [ "Zip" ] } }, { "index": 250, "verdict": "failed", "rule": { "ruleID": "r60", "ruleSummary": "Groups have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r60", "requirements": [] }, "target": { "type": "element", "tagName": "fieldset", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]", "codeLines": [ "<fieldset>", " <p class=\" first_form form_element form_element_third\" id=\"element_avia_0_1\">", " <label for=\"avia_0_1\">", " Email", " <abbr class=\"required\" title=\"required\">", " *", " </abbr>", " </label>", " <input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">", " </p>", " <p class=\" form_element form_element_third\" id=\"element_avia_3_1\">", " <label for=\"avia_3_1\">", " Zip", " </label>", " <input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">", " </p>", " <p class=\"form_element form_element form_element_third av-last-visible-form-element modified_width\">", " <input type=\"hidden\" value=\"1\" name=\"avia_generated_form1\">", " <input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">", " </p>", " <p class=\"hidden\">", " <input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">", " </p>", "</fieldset>" ] } }, { "index": 272, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[3]/input[2]", "codeLines": [ "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" ] } }, { "index": 273, "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\">", " <span class=\"avia_hidden_link_text\">", " Link to Facebook", " </span>", "</a>" ] } }, { "index": 274, "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\">", " <span class=\"avia_hidden_link_text\">", " Link to Twitter", " </span>", "</a>" ] } }, { "index": 275, "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\">", " <span class=\"avia_hidden_link_text\">", " Link to Flickr", " </span>", "</a>" ] } }, { "index": 276, "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">", " <span class=\"avia_hidden_link_text\">", " Link to Instagram", " </span>", "</a>" ] } }, { "index": 277, "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\">", " <span class=\"avia_hidden_link_text\">", " Link to Youtube", " </span>", "</a>" ] } }, { "index": 278, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[2]/text()[1]", "codeLines": [ "Meet Sabrina" ] } }, { "index": 279, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[2]/a[1]/span[2]/text()[1]", "codeLines": [ "Supporters" ] } }, { "index": 280, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/a[1]/span[2]/text()[1]", "codeLines": [ "Our District" ] } }, { "index": 281, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/a[1]/span[2]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 285, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/text()[1]", "codeLines": [ "Email" ] } }, { "index": 286, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/abbr[1]/text()[1]", "codeLines": [ "*" ] } }, { "index": 287, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[2]/label[1]/text()[1]", "codeLines": [ "Zip" ] } }, { "index": 304, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[2]/text()[1]", "codeLines": [ "Meet Sabrina" ] } }, { "index": 305, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[2]/a[1]/span[2]/text()[1]", "codeLines": [ "Supporters" ] } }, { "index": 306, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/a[1]/span[2]/text()[1]", "codeLines": [ "Our District" ] } }, { "index": 307, "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/a[1]/span[2]/text()[1]", "codeLines": [ "Donate" ] } }, { "index": 311, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/text()[1]", "codeLines": [ "Email" ] } }, { "index": 312, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/abbr[1]/text()[1]", "codeLines": [ "*" ] } }, { "index": 313, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[2]/label[1]/text()[1]", "codeLines": [ "Zip" ] } }, { "index": 324, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p>", " Sign up for email updates!", "</p>" ] } }, { "index": 391, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h1", "path": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "codeLines": [ "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">", " A working mom who gets things done for the Inland Empire", "</h1>" ] } }, { "index": 427, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 21, 0, 0, 15 ], "instances": [ { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-des ... or the Inland Empire </h1> <div class=\"special-heading-border\"> <div class=\"special-heading-inner-border\"></div> </div> </div> </div> </div> </div> </div> <!-- close content main div --> </div> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-de ... se_2\" class=\"ajaxresponse ajaxresponse_2 hidden\"></div> </div> </div> </div> </div> <!-- close content main div --> <!-- section close by builder template --> </div> <!--end builder template--> </div>" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "1" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]" }, "excerpt": "2" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[3]/text()[1]" }, "excerpt": "3" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]/text()[1]" }, "excerpt": "4" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]" }, "excerpt": "A working mom who gets things done for the Inland Empire" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h1[1]/text()[1]" }, "excerpt": "Join The Team" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]/text()[1]" }, "excerpt": "Sign up for email updates!" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/text()[1]" }, "excerpt": "Email" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "ABBR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/abbr[1]/text()[1]" }, "excerpt": "*" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[2]/label[1]/text()[1]" }, "excerpt": "Zip" }, { "ruleID": "r60", "what": "Groups have an accessible name", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]" }, "excerpt": "<fieldset> <p class=\" first_form form_element form_element_third\" id=\"element_avia_0_1\"> <label for=\"avia_0_1\"> Email <abbr class=\"required\" title=\"required\"> * </abbr> </label> <input name=\"avia_0_1\" ... value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\"> </p> <p class=\"hidden\"> <input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\"> </p> </fieldset>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[3]/input[2]" }, "excerpt": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" }, { "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\"> <span class=\"avia_hidden_link_text\"> Link to Facebook </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\"> <span class=\"avia_hidden_link_text\"> Link to Twitter </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\"> <span class=\"avia_hidden_link_text\"> Link to Flickr </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\"> <span class=\"avia_hidden_link_text\"> Link to Instagram </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\"> <span class=\"avia_hidden_link_text\"> Link to Youtube </span> </a>" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[2]/text()[1]" }, "excerpt": "Meet Sabrina" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[2]/a[1]/span[2]/text()[1]" }, "excerpt": "Supporters" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/a[1]/span[2]/text()[1]" }, "excerpt": "Our District" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/a[1]/span[2]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/text()[1]" }, "excerpt": "Email" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "ABBR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/abbr[1]/text()[1]" }, "excerpt": "*" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[2]/label[1]/text()[1]" }, "excerpt": "Zip" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[2]/text()[1]" }, "excerpt": "Meet Sabrina" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[2]/a[1]/span[2]/text()[1]" }, "excerpt": "Supporters" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[3]/a[1]/span[2]/text()[1]" }, "excerpt": "Our District" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/a[1]/span[2]/text()[1]" }, "excerpt": "Donate" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/text()[1]" }, "excerpt": "Email" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "ABBR", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[1]/label[1]/abbr[1]/text()[1]" }, "excerpt": "*" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[2]/label[1]/text()[1]" }, "excerpt": "Zip" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p> Sign up for email updates! </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\"> A working mom who gets things done for the Inland Empire </h1>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687101580572 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687101580572, "url": "https://sabrinacervantes.com/", "what": "Axe", "result": { "totals": { "rulesNA": 49, "rulesPassed": 49, "rulesWarned": 2, "rulesViolated": 2, "warnings": { "minor": 21, "moderate": 0, "serious": 10, "critical": 0 }, "violations": { "minor": 1, "moderate": 8, "serious": 0, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T15:19:40.925Z", "url": "https://sabrinacervantes.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" style=\"left: 0px;\">", "target": [ ".wp-image-1891" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"avia-menu-text\">Meet Sabrina</span>", "target": [ "#menu-item-1924 > a[itemprop=\"url\"] > .avia-menu-text" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" style=\"left: 0px;\">", "target": [ ".wp-image-1891" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"avia-menu-text\">Supporters</span>", "target": [ "#menu-item-1985 > a[itemprop=\"url\"] > .avia-menu-text" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" style=\"left: 0px;\">", "target": [ ".wp-image-1891" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"avia-menu-text\">Our District</span>", "target": [ "#menu-item-1923 > a[itemprop=\"url\"] > .avia-menu-text" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" style=\"left: 0px;\">", "target": [ ".wp-image-1891" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"avia-menu-text\">Donate</span>", "target": [ "a[itemprop=\"url\"][target=\"_blank\"][rel=\"noopener\"] > .avia-menu-text" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "25.5pt (34px)", "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": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>", "target": [ ".av-lbtwn7ne-fefc4083ed563d303d8fd4eb9eb89a41 > h1" ], "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": "25.5pt (34px)", "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": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>", "target": [ ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > h1" ], "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": "11.3pt (15px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Sign up for email updates!</p>", "target": [ ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > .av_custom_color.av-subheading.av-subheading_below > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">", "target": [ "#avia_0_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": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">", "target": [ "#avia_3_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": "12.4pt (16.56px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">", "target": [ ".av-last-visible-form-element.modified_width.form_element_third > .button[type=\"submit\"][value=\"Sign Up\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li class=\"av-burger-menu-main menu-item-avia-special \">", "target": [ ".av-burger-menu-main" ], "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": "<strong>Menu</strong>", "target": [ "strong" ], "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=\"avia_hidden_link_text\">Menu</span>", "target": [ "a[href=\"#\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Facebook</span>", "target": [ "a[title=\"Facebook\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Twitter</span>", "target": [ "a[title=\"Twitter\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Instagram</span>", "target": [ "a[title=\"Instagram\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Youtube</span>", "target": [ "a[title=\"Youtube\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Flickr</span>", "target": [ "a[title=\"Flickr\"] > .avia_hidden_link_text" ], "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 class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__2 slide-3 slide-odd\">", "target": [ ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__2" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__3 slide-4 slide-even\">", "target": [ ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__3" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<p class=\"hidden\"><input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\"></p>", "target": [ ".el_after_av_hr > fieldset > .hidden" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">", "target": [ ".av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">", "target": [ ".av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d" ], "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": "<p class=\"hidden\"><input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\"></p>", "target": [ ".avia-builder-el-16 > fieldset > .hidden" ], "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=\"avia_hidden_link_text\">Link to Facebook</span>", "target": [ "a[data-avia-related-tooltip=\"Link to Facebook\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Link to Twitter</span>", "target": [ "a[data-avia-related-tooltip=\"Link to Twitter\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Link to Flickr</span>", "target": [ "a[data-avia-related-tooltip=\"Link to Flickr\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Link to Instagram</span>", "target": [ "a[data-avia-related-tooltip=\"Link to Instagram\"] > .avia_hidden_link_text" ], "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=\"avia_hidden_link_text\">Link to Youtube</span>", "target": [ "a[data-avia-related-tooltip=\"Link to Youtube\"] > .avia_hidden_link_text" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\"><span class=\"avia_hidden_link_text\">Scroll to top</span></a>", "target": [ "#scroll-top-link" ], "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=\"avia_hidden_link_text\">Scroll to top</span>", "target": [ "#scroll-top-link > .avia_hidden_link_text" ], "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": "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": "mobile", "relatedNodes": [ { "html": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">", "target": [ ".av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: mobile" } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">", "target": [ ".av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: mobile" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0 slide-1 slide-odd next-active-slide active-slide\" style=\"visibility: visible; opacity: 1; transition: none 0s ease 0s; transform: translateZ(0px);\">", "target": [ ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__1 slide-2 slide-even next-active-slide\" style=\"visibility: visible; z-index: 3; opacity: 1; transition: all 1s linear 0s; transform: translateZ(0px);\">", "target": [ ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"avia-slideshow-dots avia-slideshow-controls\"><a href=\"#1\" class=\"goto-slide\">1</a><a href=\"#2\" class=\"goto-slide active\">2</a><a href=\"#3\" class=\"goto-slide\">3</a><a href=\"#4\" class=\"goto-slide\">4</a></div>", "target": [ ".avia-slideshow-dots" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>", "target": [ ".av-lbtwn7ne-fefc4083ed563d303d8fd4eb9eb89a41 > h1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>", "target": [ ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > h1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"av_custom_color av-subheading av-subheading_below\"><p>Sign up for email updates!</p>\n</div>", "target": [ ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > .av_custom_color.av-subheading.av-subheading_below" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<p class=\" first_form form_element form_element_third\" id=\"element_avia_0_1\"><label for=\"avia_0_1\">Email <abbr class=\"required\" title=\"required\">*</abbr></label> <input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\"></p>", "target": [ "#element_avia_0_1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<p class=\" form_element form_element_third\" id=\"element_avia_3_1\"><label for=\"avia_3_1\">Zip</label> <input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\"></p>", "target": [ "#element_avia_3_1" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 21, 10, 9, 0 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-item-1924 > a[itemprop=\"url\"] > .avia-menu-text" }, "excerpt": "<span class=\"avia-menu-text\">Meet Sabrina</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-item-1985 > a[itemprop=\"url\"] > .avia-menu-text" }, "excerpt": "<span class=\"avia-menu-text\">Supporters</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-item-1923 > a[itemprop=\"url\"] > .avia-menu-text" }, "excerpt": "<span class=\"avia-menu-text\">Our District</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[itemprop=\"url\"][target=\"_blank\"][rel=\"noopener\"] > .avia-menu-text" }, "excerpt": "<span class=\"avia-menu-text\">Donate</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": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtwn7ne-fefc4083ed563d303d8fd4eb9eb89a41 > h1" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>" }, { "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": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > h1" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > .av_custom_color.av-subheading.av-subheading_below > p" }, "excerpt": "<p>Sign up for email updates!</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_0_1", "location": { "doc": "dom", "type": "selector", "spec": "#avia_0_1" }, "excerpt": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">" }, { "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": "INPUT", "id": "avia_3_1", "location": { "doc": "dom", "type": "selector", "spec": "#avia_3_1" }, "excerpt": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">" }, { "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": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-last-visible-form-element.modified_width.form_element_third > .button[type=\"submit\"][value=\"Sign Up\"]" }, "excerpt": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-burger-menu-main" }, "excerpt": "<li class=\"av-burger-menu-main menu-item-avia-special \">" }, { "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": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "strong" }, "excerpt": "<strong>Menu</strong>" }, { "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": "a[href=\"#\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Menu</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[title=\"Facebook\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Facebook</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[title=\"Twitter\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Twitter</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[title=\"Instagram\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Instagram</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[title=\"Youtube\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Youtube</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[title=\"Flickr\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Flickr</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": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__2" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__2 slide-3 slide-odd\">" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__3" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__3 slide-4 slide-even\">" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".el_after_av_hr > fieldset > .hidden" }, "excerpt": "<p class=\"hidden\"><input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\"></p>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">" }, { "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": "mobile", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".avia-builder-el-16 > fieldset > .hidden" }, "excerpt": "<p class=\"hidden\"><input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\"></p>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[data-avia-related-tooltip=\"Link to Facebook\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Facebook</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[data-avia-related-tooltip=\"Link to Twitter\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Twitter</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[data-avia-related-tooltip=\"Link to Flickr\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Flickr</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[data-avia-related-tooltip=\"Link to Instagram\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Instagram</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[data-avia-related-tooltip=\"Link to Youtube\"] > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Youtube</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": "A", "id": "scroll-top-link", "location": { "doc": "dom", "type": "selector", "spec": "#scroll-top-link" }, "excerpt": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\"><span class=\"avia_hidden_link_text\">Scroll to top</span></a>" }, { "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-top-link > .avia_hidden_link_text" }, "excerpt": "<span class=\"avia_hidden_link_text\">Scroll to top</span>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: mobile", "ordinalSeverity": 2, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0 slide-1 slide-odd next-active-slide active-slide\" style=\"visibility: visible; opacity: 1; transition: none 0s ease 0s; transform: translateZ(0px);\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__1" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__1 slide-2 slide-even next-active-slide\" style=\"visibility: visible; z-index: 3; opacity: 1; transition: all 1s linear 0s; transform: translateZ(0px);\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".avia-slideshow-dots" }, "excerpt": "<div class=\"avia-slideshow-dots avia-slideshow-controls\"><a href=\"#1\" class=\"goto-slide\">1</a><a href=\"#2\" class=\"goto-slide active\">2</a><a href=\"#3\" class=\"goto-slide\">3</a><a href=\"#4\" class=\"goto-slide\">4</a></div>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtwn7ne-fefc4083ed563d303d8fd4eb9eb89a41 > h1" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > h1" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".av-lbtzakzh-a914db5dffd37c1a4566f2d36125f0e1 > .av_custom_color.av-subheading.av-subheading_below" }, "excerpt": "<div class=\"av_custom_color av-subheading av-subheading_below\"><p>Sign up for email updates!</p> </div>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "P", "id": "element_avia_0_1", "location": { "doc": "dom", "type": "selector", "spec": "#element_avia_0_1" }, "excerpt": "<p class=\" first_form form_element form_element_third\" id=\"element_avia_0_1\"><label for=\"avia_0_1\">Email <abbr class=\"required\" title=\"required\">*</abbr></label> <input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\"></p>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "P", "id": "element_avia_3_1", "location": { "doc": "dom", "type": "selector", "spec": "#element_avia_3_1" }, "excerpt": "<p class=\" form_element form_element_third\" id=\"element_avia_3_1\"><label for=\"avia_3_1\">Zip</label> <input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\"></p>" } ] }, "endTime": 1687101580964 }, { "type": "launch", "which": "chromium", "startTime": 1687101580964, "endTime": 1687101581506 }, { "type": "url", "which": "https://sabrinacervantes.com/", "what": "Candidate Sabrina Cervantes (D)", "startTime": 1687101581507, "result": { "url": "https://sabrinacervantes.com/" }, "endTime": 1687101582131 }, { "type": "test", "which": "continuum", "startTime": 1687101582132, "url": "https://sabrinacervantes.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'mobile', which is not unique in the same DOM", "element": "<div class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hid ... g-tag\">A working mom who gets things done for the Inland Empire</h1><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"></div></div></div></div></div></div></div></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "div[id=\"mobile\"][class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"]", "attNo": 2 } }, { "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 DIV has an id attribute of 'mobile', which is not unique in the same DOM", "element": "<div class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hi ... username_2\" class=\"hidden \" name=\"avia_avia_username_2\" type=\"text\"></p></fieldset></form><div class=\"ajaxresponse ajaxresponse_2 hidden\" id=\"ajaxresponse_2\"></div></div></div></div></div></div></div>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "div[id=\"mobile\"][class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 2 ], "instances": [ { "ruleID": "94", "what": "This DIV has an id attribute of 'mobile', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(3)" }, "excerpt": "<div class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hid ... g-tag\">A working mom who gets things done for the Inland Empire</h1><div class=\"special-heading-border\"><div class=\"special-heading-inner-border\"></div></div></div></div></div></div></div></div></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'mobile', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(4)" }, "excerpt": "<div class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hi ... username_2\" class=\"hidden \" name=\"avia_avia_username_2\" type=\"text\"></p></fieldset></form><div class=\"ajaxresponse ajaxresponse_2 hidden\" id=\"ajaxresponse_2\"></div></div></div></div></div></div></div>" } ] }, "endTime": 1687101582333 }, { "type": "launch", "which": "chromium", "startTime": 1687101582333, "endTime": 1687101582818 }, { "type": "url", "which": "https://sabrinacervantes.com/", "what": "Candidate Sabrina Cervantes (D)", "startTime": 1687101582818, "result": { "url": "https://sabrinacervantes.com/" }, "endTime": 1687101583471 }, { "type": "test", "which": "htmlcs", "startTime": 1687101583472, "url": "https://sabrinacervantes.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H67.1": { "Img element with empty alt text must have absent or empty title attribute.": [ { "tagName": "img", "id": "", "code": "<img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" width=\"1920\" height=\"1212\" title=\"5\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" style=\"left: 0px;\">" } ] }, "AAA.1_3_1.F68": { "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [ { "tagName": "input", "id": "#avia_avia_username_1", "code": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">" }, { "tagName": "input", "id": "#avia_avia_username_2", "code": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">" } ] }, "AAA.1_3_1.H71.NoLegend": { "Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.": [ { "tagName": "fieldset", "id": "", "code": "<fieldset>...</fieldset>" } ] }, "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 6.04:1. Recommendation: change background to #161616.": [ { "tagName": "div", "id": "", "code": "<div class=\"gmail_default\" style=\"text-align: center;\">...</div>" }, { "tagName": "p", "id": "", "code": "<p style=\"text-align: center;\">...</p>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN:1.": [ { "tagName": "h1", "id": "", "code": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">...</h1>" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"mobile\" found on the web page.": [ { "tagName": "div", "id": "#mobile", "code": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">...</div>" } ] }, "AAA.4_1_2.H91.Fieldset.Name": { "This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "fieldset", "id": "", "code": "<fieldset>...</fieldset>" } ] }, "AAA.4_1_2.H91.InputText.Name": { "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "input", "id": "#avia_avia_username_1", "code": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">" }, { "tagName": "input", "id": "#avia_avia_username_2", "code": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img decoding=\"async\" class=\"wp-image-1890 avia-img-lazy-loading-not-1890\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/2.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/2.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">" }, { "tagName": "img", "id": "", "code": "<img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">" }, { "tagName": "img", "id": "", "code": "<img decoding=\"async\" class=\"wp-image-1892 avia-img-lazy-loading-not-1892\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/3.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/3.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "", "code": "<div class=\"avia-slideshow-arrows avia-slideshow-controls av-visible-prev av-visible-next\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"avia-slideshow-dots avia-slideshow-controls\">...</div>" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "label", "id": "", "code": "<label for=\"avia_0_1\">...</label>" }, { "tagName": "label", "id": "", "code": "<label for=\"avia_0_2\">...</label>" }, { "tagName": "label", "id": "", "code": "<label for=\"avia_3_1\">...</label>" }, { "tagName": "label", "id": "", "code": "<label for=\"avia_3_2\">...</label>" } ] }, "AAA.1_4_6.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"#next\" class=\"next-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"#prev\" class=\"prev-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">...</a>" }, { "tagName": "span", "id": "", "code": "<span class=\"avia-menu-text\">...</span>" } ] }, "AAA.2_5_3.F96": { "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.": [ { "tagName": "a", "id": "", "code": "<a href=\"#\" aria-label=\"Menu\" aria-hidden=\"false\">...</a>" } ] }, "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 target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/sabrina-cervantes-for-senate-2024-1\" itemprop=\"url\" tabindex=\"0\" rel=\"noopener\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 24, 0, 0, 11 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"wp-image-1890 avia-img-lazy-loading-not-1890\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/2.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thum ... 6w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thum ... 6w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"wp-image-1892 avia-img-lazy-loading-not-1892\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/3.jpg\" width=\"1920\" height=\"1212\" title=\"\" alt=\"\" itemprop=\"thum ... 6w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\">" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"avia-slideshow-arrows avia-slideshow-controls av-visible-prev av-visible-next\">...</div>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"avia-slideshow-dots avia-slideshow-controls\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label for=\"avia_0_1\">...</label>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label for=\"avia_0_2\">...</label>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label for=\"avia_3_1\">...</label>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label for=\"avia_3_2\">...</label>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#next\" class=\"next-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">...</a>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#prev\" class=\"prev-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">...</a>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-text\">...</span>" }, { "ruleID": "AAA.2_5_3.F96", "what": "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" aria-label=\"Menu\" aria-hidden=\"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 target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/sabrina-cervantes-for-senate-2024-1\" itemprop=\"url\" tabindex=\"0\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_1_1.H67.1", "what": "Img element with empty alt text must have absent or empty title attribute.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" width=\"1920\" height=\"1212\" title=\"5\" alt=\"\" itemprop=\"thu ... cervantes.com/wp-content/uploads/2022/12/5-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" style=\"left: 0px;\">" }, { "ruleID": "AAA.1_3_1.F68", "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_1", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">" }, { "ruleID": "AAA.1_3_1.F68", "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_2", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">" }, { "ruleID": "AAA.1_3_1.H71.NoLegend", "what": "Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<fieldset>...</fieldset>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.04:1. Recommendation: change background to #161616.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"gmail_default\" style=\"text-align: center;\">...</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 6.04:1. Recommendation: change background to #161616.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p style=\"text-align: center;\">...</p>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">...</h1>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"mobile\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">...</div>" }, { "ruleID": "AAA.4_1_2.H91.Fieldset.Name", "what": "This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<fieldset>...</fieldset>" }, { "ruleID": "AAA.4_1_2.H91.InputText.Name", "what": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_1", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">" }, { "ruleID": "AAA.4_1_2.H91.InputText.Name", "what": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_2", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">" } ] }, "endTime": 1687101583619 }, { "type": "launch", "which": "chromium", "startTime": 1687101583620, "endTime": 1687101584124 }, { "type": "url", "which": "https://sabrinacervantes.com/", "what": "Candidate Sabrina Cervantes (D)", "startTime": 1687101584124, "result": { "url": "https://sabrinacervantes.com/" }, "endTime": 1687101584775 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687101584775, "url": "https://sabrinacervantes.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 16, "recommendation": 3, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[2]" }, "message": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "bounds": { "left": 50, "top": 956, "height": 20, "width": 700 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/heading[3]" }, "message": "Text contrast of 2.51 with its background is less than the WCAG AA minimum requirements for text of size 34px and weight of 700", "bounds": { "left": 50, "top": 799, "height": 75, "width": 700 }, "snippet": "<h1 itemprop=\"headline\" class=\"av-special-heading-tag\">", "level": "violation" }, { "ruleId": "img_alt_null", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/img[1]", "aria": "/document[1]/list[1]/listitem[1]/presentation[1]" }, "message": "The image 'alt' attribute is empty, but the 'title' attribute is not empty", "bounds": { "left": 0, "top": 0, "height": 505, "width": 800 }, "snippet": "<img style=\"left: 0px;\" sizes=\"(max-width: 1920px) 100vw, 1920px\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-705x445.jpg 705w\" itemprop=\"thumbnailUrl\" alt=\"\" title=\"5\" height=\"1212\" width=\"1920\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" decoding=\"async\">", "level": "violation" }, { "ruleId": "fieldset_legend_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]", "aria": "/document[1]/form[2]/group[1]" }, "message": "<fieldset> element does not have a <legend>", "bounds": { "left": 50, "top": 1036, "height": 131, "width": 700 }, "snippet": "<fieldset>", "level": "violation" }, { "ruleId": "fieldset_label_valid", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]", "aria": "/document[1]/form[2]/group[1]" }, "message": "Group/Fieldset does not have an accessible name", "bounds": { "left": 50, "top": 1036, "height": 131, "width": 700 }, "snippet": "<fieldset>", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/head[1]/style[6]", "aria": "/document[1]" }, "message": "The <style> element has the id \"av-browser-height\" that is already in use", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<style id=\"av-browser-height\" type=\"text/css\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/head[1]/link[4]", "aria": "/document[1]" }, "message": "The <link> element has the id \"avia-google-webfont\" that is already in use", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<link id=\"avia-google-webfont\" href=\"//fonts.googleapis.com/css?family=Lato:300,400,700&display=auto\" rel=\"stylesheet\" type=\"text/css\">", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]", "aria": "/document[1]" }, "message": "The <div> element has the id \"mobile\" that is already in use", "bounds": { "left": 0, "top": 894, "height": 313, "width": 800 }, "snippet": "<div class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\" id=\"mobile\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]", "aria": "/document[1]/form[2]" }, "message": "Multiple \"form\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 50, "top": 1036, "height": 131, "width": 700 }, "snippet": "<form data-avia-redirect=\"\" data-avia-form-id=\"2\" class=\"avia_ajax_form av-form-labels-hidden avia-builder-el-16 avia-builder-el-no-sibling avia-mailchimp-form \" data-av-custom-send=\"mailchimp_send\" method=\"post\" action=\"https://sabrinacervantes.com/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 50, "top": 914, "height": 38, "width": 700 }, "snippet": "<h1 itemprop=\"headline\" class=\"av-special-heading-tag\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "aria": "/document[1]/paragraph[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 50, "top": 956, "height": 20, "width": 700 }, "snippet": "<p>", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 50, "top": 799, "height": 75, "width": 700 }, "snippet": "<h1 itemprop=\"headline\" class=\"av-special-heading-tag\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/ul[1]", "aria": "/document[1]/list[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": 0, "height": 779, "width": 800 }, "snippet": "<ul style=\"padding: 0px; height: 504px; transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s; transform: translateZ(0px);\" class=\"avia-slideshow-inner \">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 369, "top": 753, "height": 14, "width": 14 }, "snippet": "<a class=\"goto-slide active\" href=\"#1\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": 340, "height": 100, "width": 35 }, "snippet": "<a tabindex=\"-1\" data-av_iconfont=\"entypo-fontello\" data-av_icon=\"\" aria-hidden=\"true\" class=\"prev-slide \" href=\"#prev\">", "level": "violation" }, { "ruleId": "aria_child_tabbable", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]", "aria": "/document[1]/banner[1]/navigation[1]/menu[1]" }, "message": "None of the descendent elements with \"menuitem\" role is tabbable", "bounds": { "left": 50, "top": 0, "height": 0, "width": 510 }, "snippet": "<ul id=\"avia-menu\" class=\"menu av-main-nav\" role=\"menu\">", "level": "violation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 50, "top": 0, "height": 125, "width": 700 }, "snippet": "<nav itemtype=\"https://schema.org/SiteNavigationElement\" itemscope=\"itemscope\" role=\"navigation\" data-selectname=\"Select a page\" class=\"main_menu\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 0, "top": 0, "height": 125, "width": 800 }, "snippet": "<header itemtype=\"https://schema.org/WPHeader\" itemscope=\"itemscope\" role=\"banner\" class=\"all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky_disabled av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_transparency av_header_searchicon_disabled av_header_unstick_top_disabled av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled av_header_border_disabled\" id=\"header\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]", "aria": "/document[1]/main[1]" }, "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "bounds": { "left": 50, "top": 1207, "height": 407, "width": 700 }, "snippet": "<main class=\"template-page content av-content-full alpha units\" itemprop=\"mainContentOfPage\" role=\"main\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 3, 0, 16 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p>" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 2.51 with its background is less than the WCAG AA minimum requirements for text of size 34px and weight of 700", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 itemprop=\"headline\" class=\"av-special-heading-tag\">" }, { "ruleID": "img_alt_null", "what": "The image 'alt' attribute is empty, but the 'title' attribute is not empty", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/img[1]" }, "excerpt": "<img style=\"left: 0px;\" sizes=\"(max-width: 1920px) 100vw, 1920px\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5 ... op=\"thumbnailUrl\" alt=\"\" title=\"5\" height=\"1212\" width=\"1920\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" decoding=\"async\">" }, { "ruleID": "fieldset_legend_valid", "what": "<fieldset> element does not have a <legend>", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]" }, "excerpt": "<fieldset>" }, { "ruleID": "fieldset_label_valid", "what": "Group/Fieldset does not have an accessible name", "ordinalSeverity": 3, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]" }, "excerpt": "<fieldset>" }, { "ruleID": "element_id_unique", "what": "The <style> element has the id \"av-browser-height\" that is already in use", "ordinalSeverity": 3, "tagName": "STYLE", "id": "av-browser-height", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/style[6]" }, "excerpt": "<style id=\"av-browser-height\" type=\"text/css\">" }, { "ruleID": "element_id_unique", "what": "The <link> element has the id \"avia-google-webfont\" that is already in use", "ordinalSeverity": 3, "tagName": "LINK", "id": "avia-google-webfont", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/link[4]" }, "excerpt": "<link id=\"avia-google-webfont\" href=\"//fonts.googleapis.com/css?family=Lato:300,400,700&display=auto\" rel=\"stylesheet\" type=\"text/css\">" }, { "ruleID": "element_id_unique", "what": "The <div> element has the id \"mobile\" that is already in use", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]" }, "excerpt": "<div class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\" id=\"mobile\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"form\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "FORM", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]" }, "excerpt": "<form data-avia-redirect=\"\" data-avia-form-id=\"2\" class=\"avia_ajax_form av-form-labels-hidden avia-builder-el-16 avia-builder-el-no-sibling avia-mailchimp-form \" data-av-custom-send=\"mailchimp_send\" method=\"post\" action=\"https://sabrinacervantes.com/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 itemprop=\"headline\" class=\"av-special-heading-tag\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p>" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 itemprop=\"headline\" class=\"av-special-heading-tag\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul style=\"padding: 0px; height: 504px; transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s; transform: translateZ(0px);\" class=\"avia-slideshow-inner \">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"goto-slide active\" href=\"#1\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a tabindex=\"-1\" data-av_iconfont=\"entypo-fontello\" data-av_icon=\"\" aria-hidden=\"true\" class=\"prev-slide \" href=\"#prev\">" }, { "ruleID": "aria_child_tabbable", "what": "None of the descendent elements with \"menuitem\" role is tabbable", "ordinalSeverity": 3, "tagName": "UL", "id": "avia-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]" }, "excerpt": "<ul id=\"avia-menu\" class=\"menu av-main-nav\" role=\"menu\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav itemtype=\"https://schema.org/SiteNavigationElement\" itemscope=\"itemscope\" role=\"navigation\" data-selectname=\"Select a page\" class=\"main_menu\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "ordinalSeverity": 1, "tagName": "HEADER", "id": "header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]" }, "excerpt": "<header itemtype=\"https://schema.org/WPHeader\" itemscope=\"itemscope\" role=\"banner\" class=\"all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom a ... menu_phone av_header_transparency av_header_searchicon_disabled av_header_unstick_top_disabled av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled av_header_border_disabled\" id=\"header\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]" }, "excerpt": "<main class=\"template-page content av-content-full alpha units\" itemprop=\"mainContentOfPage\" role=\"main\">" } ] }, "endTime": 1687101587723 }, { "type": "launch", "which": "chromium", "startTime": 1687101587723, "endTime": 1687101588292 }, { "type": "url", "which": "https://sabrinacervantes.com/", "what": "Candidate Sabrina Cervantes (D)", "startTime": 1687101588293, "result": { "url": "https://sabrinacervantes.com/" }, "endTime": 1687101588932 }, { "type": "test", "which": "nuVal", "startTime": 1687101588932, "url": "https://sabrinacervantes.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 34, "lastColumn": 34, "firstColumn": 4, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "t -->\n\n\t\t\t<script type=\"text/javascript\">\n\n\t\t\t\t", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 81, "lastColumn": 34, "firstColumn": 4, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "font\">\n\t\t\t<script type=\"text/javascript\">\nwindo", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 86, "lastColumn": 23, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</script>\n<style type=\"text/css\">\nimg.w", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 101, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ia=\"all\">\n<style id=\"global-styles-inline-css\" type=\"text/css\">\nbody{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 111, "lastColumn": 132, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ia=\"all\">\n<script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4\" id=\"jquery-core-js\"></scri", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 112, "lastColumn": 143, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0\" id=\"jquery-migrate-js\"></scri", "hiliteStart": 10, "hiliteLength": 143 }, { "type": "info", "lastLine": 123, "lastColumn": 38, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "pc.php\">\n\n<style type=\"text/css\" media=\"screen\">\n #top", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "info", "lastLine": 132, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "nline -->\n<script type=\"text/javascript\">'use s", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 133, "lastColumn": 1039, "firstColumn": 1017, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ";</script><style type=\"text/css\">\n\t\t@fo", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 162, "lastColumn": 64, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script class=\"google_analytics_scripts\" type=\"text/javascript\">\nwindo", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 168, "lastColumn": 128, "firstColumn": 83, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "></script><style type=\"text/css\" id=\"av-browser-height\">.avia-", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "info", "lastLine": 190, "lastColumn": 493, "firstColumn": 1, "subType": "warning", "message": "The banner role is unnecessary for element header.", "extract": "_all\">\n\n\t\n<header id=\"header\" class=\"all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky_disabled av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_transparency av_header_searchicon_disabled av_header_unstick_top_disabled av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled av_header_border_disabled\" role=\"banner\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPHeader\">\n\n\t\t<d", "hiliteStart": 10, "hiliteLength": 493 }, { "type": "info", "lastLine": 194, "lastColumn": 497, "firstColumn": 351, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": "/a></span><nav class=\"main_menu\" data-selectname=\"Select a page\" role=\"navigation\" itemscope=\"itemscope\" itemtype=\"https://schema.org/SiteNavigationElement\"><div c", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 208, "lastColumn": 295, "subType": "warning", "message": "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)", "extract": " data-av_icon=\"\" data-av_icon", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 227, "lastColumn": 322, "firstColumn": 62, "message": "Duplicate ID mobile.", "extract": "div></div><div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"><div c", "hiliteStart": 10, "hiliteLength": 261 }, { "type": "info", "lastLine": 224, "lastColumn": 321, "firstColumn": 62, "subType": "warning", "message": "The first occurrence of ID mobile was here.", "extract": "div></div><div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"><div c", "hiliteStart": 10, "hiliteLength": 260 }, { "type": "error", "lastLine": 231, "lastColumn": 360, "firstColumn": 243, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\">\n.avia", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 231, "lastColumn": 360, "firstColumn": 243, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\">\n.avia", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 237, "lastColumn": 387, "firstColumn": 282, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": "ont-open\"><main role=\"main\" itemprop=\"mainContentOfPage\" class=\"template-page content av-content-full alpha units\"><div c", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "error", "lastLine": 239, "lastColumn": 116, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "n\"></div>\n<style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\">\n.flex", "hiliteStart": 10, "hiliteLength": 116 }, { "type": "info", "lastLine": 239, "lastColumn": 116, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "n\"></div>\n<style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\">\n.flex", "hiliteStart": 10, "hiliteLength": 116 }, { "type": "error", "lastLine": 247, "lastColumn": 332, "firstColumn": 218, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\">\n#top ", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 247, "lastColumn": 332, "firstColumn": 218, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\">\n#top ", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 252, "lastColumn": 145, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "\n</style>\n<section class=\"av_textblock_section av-cti26-506f44d306e9c8459340b4c952e5b47e\" itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\"><div c", "hiliteStart": 10, "hiliteLength": 145 }, { "type": "error", "lastLine": 254, "lastColumn": 746, "firstColumn": 629, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\">\n#top ", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 254, "lastColumn": 746, "firstColumn": 629, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\">\n#top ", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 260, "lastColumn": 148, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "\n</style>\n<section class=\"av_textblock_section av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\" itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\"><div c", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "info", "lastLine": 274, "lastColumn": 32, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</div>\n\n\n <script type=\"text/javascript\">\n /* <", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 283, "lastColumn": 65, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "cript>\n \n <script type=\"text/javascript\" id=\"mediaelement-core-js-before\">\nvar m", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 286, "lastColumn": 162, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17\" id=\"mediaelement-core-js\"></scri", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 287, "lastColumn": 161, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.2.2\" id=\"mediaelement-migrate-js\"></scri", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "info", "lastLine": 288, "lastColumn": 58, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" id=\"mediaelement-js-extra\">\n/* <!", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 293, "lastColumn": 151, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.2.2\" id=\"wp-mediaelement-js\"></scri", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 294, "lastColumn": 198, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia-footer-scripts-818fd186b37b554dd8833d2a2f83d667---6448d8da2be0f.js\" id=\"avia-footer-scripts-js\"></scri", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "info", "lastLine": 296, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\n<script type=\"text/javascript\">\n\n\t(fu", "hiliteStart": 10, "hiliteLength": 31 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 4, "lastColumn": 24, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\">\n<head>\n<meta charset=\"UTF-8\" />\n\n\n<!-", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 11, "lastColumn": 109, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " hook -->\n<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />\n\n\t<!-", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 15, "lastColumn": 96, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</title>\n\t<meta name=\"description\" content=\"A working mom who gets things done for the Inland Empire.\" />\n\t<lin", "hiliteStart": 10, "hiliteLength": 95 }, { "type": "info", "lastLine": 16, "lastColumn": 67, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ire.\" />\n\t<link rel=\"canonical\" href=\"https://sabrinacervantes.com/home/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "info", "lastLine": 17, "lastColumn": 46, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ome/\" />\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 18, "lastColumn": 46, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n_US\" />\n\t<meta property=\"og:type\" content=\"website\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 19, "lastColumn": 74, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\" />\n\t<meta property=\"og:title\" content=\"Sabrina Cervantes for State Senate\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 73 }, { "type": "info", "lastLine": 20, "lastColumn": 103, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "nate\" />\n\t<meta property=\"og:description\" content=\"A working mom who gets things done for the Inland Empire.\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 21, "lastColumn": 72, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ire.\" />\n\t<meta property=\"og:url\" content=\"https://sabrinacervantes.com/home/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 71 }, { "type": "info", "lastLine": 22, "lastColumn": 78, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ome/\" />\n\t<meta property=\"og:site_name\" content=\"Sabrina Cervantes for State Senate\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 23, "lastColumn": 95, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "nate\" />\n\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/cervantesforassembly/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 94 }, { "type": "info", "lastLine": 24, "lastColumn": 78, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "bly/\" />\n\t<meta property=\"article:modified_time\" content=\"2022-12-20T16:56:01+00:00\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 25, "lastColumn": 59, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0:00\" />\n\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 26, "lastColumn": 59, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "mage\" />\n\t<meta name=\"twitter:label1\" content=\"Est. reading time\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 27, "lastColumn": 50, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "time\" />\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" />\n\t<scr", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 32, "lastColumn": 149, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "in. -->\n\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sabrina Cervantes for State Senate » Feed\" href=\"https://sabrinacervantes.com/feed/\" />\n\n<!--", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 36, "lastColumn": 34, "firstColumn": 4, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "t -->\n\n\t\t\t<script type='text/javascript'>\n\n\t\t\t\t", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 83, "lastColumn": 34, "firstColumn": 4, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "cript>\n\t\t\t<script type=\"text/javascript\">\nwindo", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 88, "lastColumn": 23, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</script>\n<style type=\"text/css\">\nimg.w", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 102, "lastColumn": 175, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</style>\n\t<link rel='stylesheet' id='wp-block-library-css' href='https://sabrinacervantes.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 174 }, { "type": "info", "lastLine": 103, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "='all' />\n<style id='global-styles-inline-css' type='text/css'>\nbody{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 109, "lastColumn": 184, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='mediaelement-css' href='https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "info", "lastLine": 110, "lastColumn": 176, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='wp-mediaelement-css' href='https://sabrinacervantes.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "info", "lastLine": 111, "lastColumn": 221, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='avia-merged-styles-css' href='https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia-merged-styles-3223ccc0343a3d2d149c116e190b35a1---6448d8d9ceb5d.css' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "info", "lastLine": 112, "lastColumn": 200, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='avia-single-post-1811-css' href='https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia_posts_css/post-1811.css?ver=ver-1682495705' type='text/css' media='all' />\n<scri", "hiliteStart": 10, "hiliteLength": 200 }, { "type": "info", "lastLine": 113, "lastColumn": 132, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "='all' />\n<script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></scri", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 114, "lastColumn": 143, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></scri", "hiliteStart": 10, "hiliteLength": 143 }, { "type": "info", "lastLine": 115, "lastColumn": 78, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</script>\n<link rel=\"https://api.w.org/\" href=\"https://sabrinacervantes.com/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "info", "lastLine": 115, "lastColumn": 187, "firstColumn": 79, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://sabrinacervantes.com/wp-json/wp/v2/pages/1811\" /><link ", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 115, "lastColumn": 299, "firstColumn": 188, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s/1811\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://sabrinacervantes.com/xmlrpc.php?rsd\" />\n<link", "hiliteStart": 10, "hiliteLength": 112 }, { "type": "info", "lastLine": 116, "lastColumn": 125, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://sabrinacervantes.com/wp-includes/wlwmanifest.xml\" />\n<meta", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 117, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t.xml\" />\n<meta name=\"generator\" content=\"WordPress 6.2.2\" />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 118, "lastColumn": 61, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.2.2\" />\n<link rel='shortlink' href='https://sabrinacervantes.com/' />\n<link", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 119, "lastColumn": 158, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://sabrinacervantes.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsabrinacervantes.com%2F\" />\n<link", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 120, "lastColumn": 166, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://sabrinacervantes.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsabrinacervantes.com%2F&format=xml\" />\n<link", "hiliteStart": 10, "hiliteLength": 166 }, { "type": "info", "lastLine": 121, "lastColumn": 52, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t=xml\" />\n<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" />\n<link", "hiliteStart": 10, "hiliteLength": 52 }, { "type": "info", "lastLine": 122, "lastColumn": 146, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "fn/11\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sabrina Cervantes for State Senate RSS2 Feed\" href=\"https://sabrinacervantes.com/feed/\" />\n<link", "hiliteStart": 10, "hiliteLength": 146 }, { "type": "info", "lastLine": 123, "lastColumn": 70, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<link rel=\"pingback\" href=\"https://sabrinacervantes.com/xmlrpc.php\" />\n\n<sty", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "info", "lastLine": 125, "lastColumn": 38, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ".php\" />\n\n<style type='text/css' media='screen'>\n #top", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "info", "lastLine": 134, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "nline -->\n<script type=\"text/javascript\">'use s", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 135, "lastColumn": 1039, "firstColumn": 1017, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": ";</script><style type=\"text/css\">\n\t\t@fo", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 169, "lastColumn": 495, "firstColumn": 1, "subType": "warning", "message": "The banner role is unnecessary for element header.", "extract": "_all'>\n\n\t\n<header id='header' class='all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky_disabled av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_transparency av_header_searchicon_disabled av_header_unstick_top_disabled av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled av_header_border_disabled' role=\"banner\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPHeader\" >\n\n\t\t<d", "hiliteStart": 10, "hiliteLength": 495 }, { "type": "info", "lastLine": 173, "lastColumn": 341, "firstColumn": 166, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " class=''><img src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/SC24_Logo_Senate-1-1030x399.png\" height=\"100\" width=\"300\" alt='Sabrina Cervantes for State Senate' title='' /></a></", "hiliteStart": 10, "hiliteLength": 176 }, { "type": "info", "lastLine": 173, "lastColumn": 501, "firstColumn": 353, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": "/a></span><nav class='main_menu' data-selectname='Select a page' role=\"navigation\" itemscope=\"itemscope\" itemtype=\"https://schema.org/SiteNavigationElement\" ><div c", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 187, "lastColumn": 295, "subType": "warning", "message": "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)", "extract": " data-av_icon='' data-av_icon", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 197, "lastColumn": 1981, "firstColumn": 1186, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "wrap ' ><img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" width=\"1920\" height=\"1212\" title='5' alt='' itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>", "hiliteStart": 10, "hiliteLength": 796 }, { "type": "info", "lastLine": 197, "lastColumn": 2945, "firstColumn": 2151, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "wrap ' ><img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title='' alt='' itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>", "hiliteStart": 10, "hiliteLength": 795 }, { "type": "info", "lastLine": 197, "lastColumn": 3908, "firstColumn": 3114, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "wrap ' ><img decoding=\"async\" class=\"wp-image-1890 avia-img-lazy-loading-not-1890\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/2.jpg\" width=\"1920\" height=\"1212\" title='' alt='' itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/2.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>", "hiliteStart": 10, "hiliteLength": 795 }, { "type": "info", "lastLine": 197, "lastColumn": 4872, "firstColumn": 4078, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "wrap ' ><img decoding=\"async\" class=\"wp-image-1892 avia-img-lazy-loading-not-1892\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/3.jpg\" width=\"1920\" height=\"1212\" title='' alt='' itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/3.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>", "hiliteStart": 10, "hiliteLength": 795 }, { "type": "info", "lastLine": 201, "lastColumn": 551, "firstColumn": 443, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "></label> <input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder='Email*'/></p><p", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 201, "lastColumn": 754, "firstColumn": 657, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p</label> <input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder='Zip'/></p><p", "hiliteStart": 10, "hiliteLength": 98 }, { "type": "info", "lastLine": 201, "lastColumn": 920, "firstColumn": 860, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ed_width\"><input type=\"hidden\" value=\"1\" name=\"avia_generated_form1\" /><input", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 201, "lastColumn": 1003, "firstColumn": 921, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "_form1\" /><input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\"/></p><p", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 201, "lastColumn": 1125, "firstColumn": 1026, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"hidden\"><input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\" /></p></", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 206, "lastColumn": 325, "firstColumn": 62, "message": "Duplicate ID mobile.", "extract": "div></div><div id='mobile' class='avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize' ><div c", "hiliteStart": 10, "hiliteLength": 264 }, { "type": "info", "lastLine": 203, "lastColumn": 324, "firstColumn": 62, "subType": "warning", "message": "The first occurrence of ID mobile was here.", "extract": "div></div><div id='mobile' class='avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize' ><div c", "hiliteStart": 10, "hiliteLength": 263 }, { "type": "info", "lastLine": 208, "lastColumn": 864, "firstColumn": 756, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "></label> <input name=\"avia_0_2\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_2\" value=\"\" placeholder='Email*'/></p><p", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 208, "lastColumn": 1078, "firstColumn": 981, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p</label> <input name=\"avia_3_2\" class=\"text_input \" type=\"text\" id=\"avia_3_2\" value=\"\" placeholder='Zip'/></p><p", "hiliteStart": 10, "hiliteLength": 98 }, { "type": "info", "lastLine": 208, "lastColumn": 1243, "firstColumn": 1183, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ed_width\"><input type=\"hidden\" value=\"1\" name=\"avia_generated_form2\" /><input", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 208, "lastColumn": 1326, "firstColumn": 1244, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "_form2\" /><input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\"/></p><p", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 208, "lastColumn": 1448, "firstColumn": 1349, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"hidden\"><input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\" /></p></", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 210, "lastColumn": 360, "firstColumn": 243, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\">\n.avia", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 210, "lastColumn": 360, "firstColumn": 243, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\">\n.avia", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 216, "lastColumn": 393, "firstColumn": 286, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": "nt-open' ><main role=\"main\" itemprop=\"mainContentOfPage\" class='template-page content av-content-full alpha units'><div c", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "error", "lastLine": 218, "lastColumn": 116, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " ></div>\n<style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\">\n.flex", "hiliteStart": 10, "hiliteLength": 116 }, { "type": "info", "lastLine": 218, "lastColumn": 116, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": " ></div>\n<style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\">\n.flex", "hiliteStart": 10, "hiliteLength": 116 }, { "type": "error", "lastLine": 226, "lastColumn": 337, "firstColumn": 223, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\">\n#top ", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 226, "lastColumn": 337, "firstColumn": 223, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\">\n#top ", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 231, "lastColumn": 148, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "\n</style>\n<section class='av_textblock_section av-cti26-506f44d306e9c8459340b4c952e5b47e' itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\" ><div c", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "error", "lastLine": 233, "lastColumn": 761, "firstColumn": 644, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\">\n#top ", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 233, "lastColumn": 761, "firstColumn": 644, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\">\n#top ", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 239, "lastColumn": 151, "firstColumn": 1, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "\n</style>\n<section class='av_textblock_section av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481' itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\" ><div c", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 253, "lastColumn": 32, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</div>\n\n\n <script type='text/javascript'>\n /* <", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 262, "lastColumn": 65, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "cript>\n \n <script type='text/javascript' id='mediaelement-core-js-before'>\nvar m", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 265, "lastColumn": 162, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17' id='mediaelement-core-js'></scri", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 266, "lastColumn": 161, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.2.2' id='mediaelement-migrate-js'></scri", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "info", "lastLine": 267, "lastColumn": 58, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' id='mediaelement-js-extra'>\n/* <!", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 272, "lastColumn": 151, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.2.2' id='wp-mediaelement-js'></scri", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 273, "lastColumn": 198, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia-footer-scripts-818fd186b37b554dd8833d2a2f83d667---6448d8da2be0f.js' id='avia-footer-scripts-js'></scri", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "info", "lastLine": 275, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "/script>\n\n<script type='text/javascript'>\n\n\t(fu", "hiliteStart": 10, "hiliteLength": 31 } ] }, "success": true }, "standardResult": { "totals": [ 58, 0, 10, 0 ], "instances": [ { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "34" }, "excerpt": "t --> <script type=\"text/javascript\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "81" }, "excerpt": "font\"> <script type=\"text/javascript\"> windo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "86" }, "excerpt": "</script> <style type=\"text/css\"> img.w" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "global-styles-inline-css", "location": { "doc": "dom", "type": "line", "spec": "101" }, "excerpt": "ia=\"all\"> <style id=\"global-styles-inline-css\" type=\"text/css\"> body{" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-core-js", "location": { "doc": "dom", "type": "line", "spec": "111" }, "excerpt": "ia=\"all\"> <script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4\" id=\"jquery-core-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-migrate-js", "location": { "doc": "dom", "type": "line", "spec": "112" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0\" id=\"jquery-migrate-js\"></scri" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "123" }, "excerpt": "pc.php\"> <style type=\"text/css\" media=\"screen\"> #top" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "132" }, "excerpt": "nline --> <script type=\"text/javascript\">'use s" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "133" }, "excerpt": ";</script><style type=\"text/css\"> @fo" }, { "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": "162" }, "excerpt": "</script> <script class=\"google_analytics_scripts\" type=\"text/javascript\"> windo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "av-browser-height", "location": { "doc": "dom", "type": "line", "spec": "168" }, "excerpt": "></script><style type=\"text/css\" id=\"av-browser-height\">.avia-" }, { "ruleID": "The banner role is unnecessary for element header.", "what": "The banner role is unnecessary for element header.", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": "_all\"> <header id=\"header\" class=\"all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky_disabled av_header_shrinking_disabled av ... _header_unstick_top_disabled av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled av_header_border_disabled\" role=\"banner\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPHeader\"> <d" }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "194" }, "excerpt": "/a></span><nav class=\"main_menu\" data-selectname=\"Select a page\" role=\"navigation\" itemscope=\"itemscope\" itemtype=\"https://schema.org/SiteNavigationElement\"><div c" }, { "ruleID": "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)", "what": "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "208" }, "excerpt": " data-av_icon=\"\" data-av_icon" }, { "ruleID": "Duplicate ID mobile.", "what": "Duplicate ID mobile.", "ordinalSeverity": 2, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "line", "spec": "227" }, "excerpt": "div></div><div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"><div c" }, { "ruleID": "The first occurrence of ID mobile was here.", "what": "The first occurrence of ID mobile was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "line", "spec": "224" }, "excerpt": "div></div><div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"><div c" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e", "location": { "doc": "dom", "type": "line", "spec": "231" }, "excerpt": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\"> .avia" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e", "location": { "doc": "dom", "type": "line", "spec": "231" }, "excerpt": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\"> .avia" }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "237" }, "excerpt": "ont-open\"><main role=\"main\" itemprop=\"mainContentOfPage\" class=\"template-page content av-content-full alpha units\"><div c" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd", "location": { "doc": "dom", "type": "line", "spec": "239" }, "excerpt": "n\"></div> <style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\"> .flex" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd", "location": { "doc": "dom", "type": "line", "spec": "239" }, "excerpt": "n\"></div> <style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\"> .flex" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e", "location": { "doc": "dom", "type": "line", "spec": "247" }, "excerpt": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\"> #top " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e", "location": { "doc": "dom", "type": "line", "spec": "247" }, "excerpt": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\"> #top " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "line", "spec": "252" }, "excerpt": " </style> <section class=\"av_textblock_section av-cti26-506f44d306e9c8459340b4c952e5b47e\" itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\"><div c" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481", "location": { "doc": "dom", "type": "line", "spec": "254" }, "excerpt": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\"> #top " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481", "location": { "doc": "dom", "type": "line", "spec": "254" }, "excerpt": "p-margin\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\"> #top " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "dom", "type": "line", "spec": "260" }, "excerpt": " </style> <section class=\"av_textblock_section av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\" itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\"><div c" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "274" }, "excerpt": "</div> <script type=\"text/javascript\"> /* <" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "mediaelement-core-js-before", "location": { "doc": "dom", "type": "line", "spec": "283" }, "excerpt": "cript> <script type=\"text/javascript\" id=\"mediaelement-core-js-before\"> var m" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "mediaelement-core-js", "location": { "doc": "dom", "type": "line", "spec": "286" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17\" id=\"mediaelement-core-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "mediaelement-migrate-js", "location": { "doc": "dom", "type": "line", "spec": "287" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.2.2\" id=\"mediaelement-migrate-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "mediaelement-js-extra", "location": { "doc": "dom", "type": "line", "spec": "288" }, "excerpt": "</script> <script type=\"text/javascript\" id=\"mediaelement-js-extra\"> /* <!" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "wp-mediaelement-js", "location": { "doc": "dom", "type": "line", "spec": "293" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.2.2\" id=\"wp-mediaelement-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "avia-footer-scripts-js", "location": { "doc": "dom", "type": "line", "spec": "294" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia-footer-scripts-818fd186b37b554dd8833d2a2f83d667---6448d8da2be0f.js\" id=\"avia-footer-scripts-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "296" }, "excerpt": "/script> <script type=\"text/javascript\"> (fu" }, { "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": "HEAD", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "\"> <head> <meta charset=\"UTF-8\" /> <!-" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": " hook --> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "15" }, "excerpt": "</title> <meta name=\"description\" content=\"A working mom who gets things done for the Inland Empire.\" /> <lin" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "16" }, "excerpt": "ire.\" /> <link rel=\"canonical\" href=\"https://sabrinacervantes.com/home/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "17" }, "excerpt": "ome/\" /> <meta property=\"og:locale\" content=\"en_US\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "18" }, "excerpt": "n_US\" /> <meta property=\"og:type\" content=\"website\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": "site\" /> <meta property=\"og:title\" content=\"Sabrina Cervantes for State Senate\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "nate\" /> <meta property=\"og:description\" content=\"A working mom who gets things done for the Inland Empire.\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "ire.\" /> <meta property=\"og:url\" content=\"https://sabrinacervantes.com/home/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "22" }, "excerpt": "ome/\" /> <meta property=\"og:site_name\" content=\"Sabrina Cervantes for State Senate\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "nate\" /> <meta property=\"article:publisher\" content=\"https://www.facebook.com/cervantesforassembly/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "24" }, "excerpt": "bly/\" /> <meta property=\"article:modified_time\" content=\"2022-12-20T16:56:01+00:00\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "25" }, "excerpt": "0:00\" /> <meta name=\"twitter:card\" content=\"summary_large_image\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "26" }, "excerpt": "mage\" /> <meta name=\"twitter:label1\" content=\"Est. reading time\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "27" }, "excerpt": "time\" /> <meta name=\"twitter:data1\" content=\"7 minutes\" /> <scr" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "32" }, "excerpt": "in. --> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sabrina Cervantes for State Senate » Feed\" href=\"https://sabrinacervantes.com/feed/\" /> <!--" }, { "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": "36" }, "excerpt": "t --> <script type='text/javascript'> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "83" }, "excerpt": "cript> <script type=\"text/javascript\"> windo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "88" }, "excerpt": "</script> <style type=\"text/css\"> img.w" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "102" }, "excerpt": "</style> <link rel='stylesheet' id='wp-block-library-css' href='https://sabrinacervantes.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' type='text/css' media='all' /> <styl" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "='all' /> <style id='global-styles-inline-css' type='text/css'> body{" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "109" }, "excerpt": " </style> <link rel='stylesheet' id='mediaelement-css' href='https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "110" }, "excerpt": "='all' /> <link rel='stylesheet' id='wp-mediaelement-css' href='https://sabrinacervantes.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "111" }, "excerpt": "='all' /> <link rel='stylesheet' id='avia-merged-styles-css' href='https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia-merged-styles-3223ccc0343a3d2d149c116e190b35a1---6448d8d9ceb5d.css' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "112" }, "excerpt": "='all' /> <link rel='stylesheet' id='avia-single-post-1811-css' href='https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia_posts_css/post-1811.css?ver=ver-1682495705' type='text/css' media='all' /> <scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "113" }, "excerpt": "='all' /> <script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "114" }, "excerpt": "</script> <script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></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": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "115" }, "excerpt": "</script> <link rel=\"https://api.w.org/\" href=\"https://sabrinacervantes.com/wp-json/\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "115" }, "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://sabrinacervantes.com/wp-json/wp/v2/pages/1811\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "115" }, "excerpt": "s/1811\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://sabrinacervantes.com/xmlrpc.php?rsd\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "116" }, "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://sabrinacervantes.com/wp-includes/wlwmanifest.xml\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "117" }, "excerpt": "t.xml\" /> <meta name=\"generator\" content=\"WordPress 6.2.2\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "118" }, "excerpt": "6.2.2\" /> <link rel='shortlink' href='https://sabrinacervantes.com/' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "119" }, "excerpt": ".com/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://sabrinacervantes.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsabrinacervantes.com%2F\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "120" }, "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://sabrinacervantes.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsabrinacervantes.com%2F&format=xml\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "121" }, "excerpt": "t=xml\" /> <link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "122" }, "excerpt": "fn/11\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Sabrina Cervantes for State Senate RSS2 Feed\" href=\"https://sabrinacervantes.com/feed/\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "123" }, "excerpt": "feed/\" /> <link rel=\"pingback\" href=\"https://sabrinacervantes.com/xmlrpc.php\" /> <sty" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "125" }, "excerpt": ".php\" /> <style type='text/css' media='screen'> #top" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "134" }, "excerpt": "nline --> <script type=\"text/javascript\">'use s" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "135" }, "excerpt": ";</script><style type=\"text/css\"> @fo" }, { "ruleID": "The banner role is unnecessary for element header.", "what": "The banner role is unnecessary for element header.", "ordinalSeverity": 0, "tagName": "HEADER", "id": "", "location": { "doc": "source", "type": "line", "spec": "169" }, "excerpt": "_all'> <header id='header' class='all_colors header_color light_bg_color av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky_disabled av_header_shrinking_disabled av ... header_unstick_top_disabled av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled av_header_border_disabled' role=\"banner\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WPHeader\" > <d" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "173" }, "excerpt": " class=''><img src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/SC24_Logo_Senate-1-1030x399.png\" height=\"100\" width=\"300\" alt='Sabrina Cervantes for State Senate' title='' /></a></" }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "source", "type": "line", "spec": "173" }, "excerpt": "/a></span><nav class='main_menu' data-selectname='Select a page' role=\"navigation\" itemscope=\"itemscope\" itemtype=\"https://schema.org/SiteNavigationElement\" ><div c" }, { "ruleID": "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)", "what": "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": " data-av_icon='' data-av_icon" }, { "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": "197" }, "excerpt": "wrap ' ><img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" width=\"1920\" height=\"1212\" title='5' alt='' itemp ... s://sabrinacervantes.com/wp-content/uploads/2022/12/5-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": "wrap ' ><img decoding=\"async\" class=\"wp-image-1891 avia-img-lazy-loading-not-1891\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/4.jpg\" width=\"1920\" height=\"1212\" title='' alt='' itempr ... s://sabrinacervantes.com/wp-content/uploads/2022/12/4-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/4-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": "wrap ' ><img decoding=\"async\" class=\"wp-image-1890 avia-img-lazy-loading-not-1890\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/2.jpg\" width=\"1920\" height=\"1212\" title='' alt='' itempr ... s://sabrinacervantes.com/wp-content/uploads/2022/12/2-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/2-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": "wrap ' ><img decoding=\"async\" class=\"wp-image-1892 avia-img-lazy-loading-not-1892\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/3.jpg\" width=\"1920\" height=\"1212\" title='' alt='' itempr ... s://sabrinacervantes.com/wp-content/uploads/2022/12/3-1500x947.jpg 1500w, https://sabrinacervantes.com/wp-content/uploads/2022/12/3-705x445.jpg 705w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "avia_0_1", "location": { "doc": "source", "type": "line", "spec": "201" }, "excerpt": "></label> <input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder='Email*'/></p><p" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "avia_3_1", "location": { "doc": "source", "type": "line", "spec": "201" }, "excerpt": "p</label> <input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder='Zip'/></p><p" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "201" }, "excerpt": "ed_width\"><input type=\"hidden\" value=\"1\" name=\"avia_generated_form1\" /><input" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "201" }, "excerpt": "_form1\" /><input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\"/></p><p" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "avia_avia_username_1", "location": { "doc": "source", "type": "line", "spec": "201" }, "excerpt": "=\"hidden\"><input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\" /></p></" }, { "ruleID": "Duplicate ID mobile.", "what": "Duplicate ID mobile.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "206" }, "excerpt": "div></div><div id='mobile' class='avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize' ><div c" }, { "ruleID": "The first occurrence of ID mobile was here.", "what": "The first occurrence of ID mobile was here.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "203" }, "excerpt": "div></div><div id='mobile' class='avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize' ><div c" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "avia_0_2", "location": { "doc": "source", "type": "line", "spec": "208" }, "excerpt": "></label> <input name=\"avia_0_2\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_2\" value=\"\" placeholder='Email*'/></p><p" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "avia_3_2", "location": { "doc": "source", "type": "line", "spec": "208" }, "excerpt": "p</label> <input name=\"avia_3_2\" class=\"text_input \" type=\"text\" id=\"avia_3_2\" value=\"\" placeholder='Zip'/></p><p" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "208" }, "excerpt": "ed_width\"><input type=\"hidden\" value=\"1\" name=\"avia_generated_form2\" /><input" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "208" }, "excerpt": "_form2\" /><input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\"/></p><p" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "avia_avia_username_2", "location": { "doc": "source", "type": "line", "spec": "208" }, "excerpt": "=\"hidden\"><input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\" /></p></" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e", "location": { "doc": "source", "type": "line", "spec": "210" }, "excerpt": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\"> .avia" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e", "location": { "doc": "source", "type": "line", "spec": "210" }, "excerpt": "ter-page\"><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnzz2-e681ab7dc6b7d255ace8b578f759e63e\"> .avia" }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "", "location": { "doc": "source", "type": "line", "spec": "216" }, "excerpt": "nt-open' ><main role=\"main\" itemprop=\"mainContentOfPage\" class='template-page content av-content-full alpha units'><div c" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd", "location": { "doc": "source", "type": "line", "spec": "218" }, "excerpt": " ></div> <style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\"> .flex" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd", "location": { "doc": "source", "type": "line", "spec": "218" }, "excerpt": " ></div> <style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-5odxny-5c2700bb6c97f7dd0ccb1a364000dbcd\"> .flex" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e", "location": { "doc": "source", "type": "line", "spec": "226" }, "excerpt": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\"> #top " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e", "location": { "doc": "source", "type": "line", "spec": "226" }, "excerpt": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-cti26-506f44d306e9c8459340b4c952e5b47e\"> #top " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "source", "type": "line", "spec": "231" }, "excerpt": " </style> <section class='av_textblock_section av-cti26-506f44d306e9c8459340b4c952e5b47e' itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\" ><div c" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481", "location": { "doc": "source", "type": "line", "spec": "233" }, "excerpt": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\"> #top " }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481", "location": { "doc": "source", "type": "line", "spec": "233" }, "excerpt": "gin' ><style type=\"text/css\" data-created_by=\"avia_inline_auto\" id=\"style-css-av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481\"> #top " }, { "ruleID": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "what": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "ordinalSeverity": 0, "tagName": "SECTION", "id": "", "location": { "doc": "source", "type": "line", "spec": "239" }, "excerpt": " </style> <section class='av_textblock_section av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481' itemscope=\"itemscope\" itemtype=\"https://schema.org/CreativeWork\" ><div c" }, { "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": "253" }, "excerpt": "</div> <script type='text/javascript'> /* <" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "262" }, "excerpt": "cript> <script type='text/javascript' id='mediaelement-core-js-before'> var m" }, { "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": "265" }, "excerpt": "</script> <script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=4.2.17' id='mediaelement-core-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "266" }, "excerpt": "</script> <script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js?ver=6.2.2' id='mediaelement-migrate-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "267" }, "excerpt": "</script> <script type='text/javascript' id='mediaelement-js-extra'> /* <!" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "272" }, "excerpt": "</script> <script type='text/javascript' src='https://sabrinacervantes.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=6.2.2' id='wp-mediaelement-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "273" }, "excerpt": "</script> <script type='text/javascript' src='https://sabrinacervantes.com/wp-content/uploads/dynamic_avia/avia-footer-scripts-818fd186b37b554dd8833d2a2f83d667---6448d8da2be0f.js' id='avia-footer-scripts-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "275" }, "excerpt": "/script> <script type='text/javascript'> (fu" } ] }, "endTime": 1687101590355 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687101590355, "url": "https://sabrinacervantes.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 15:19:51", "hash": "6012c12fd7b0b9732a095d892f2a3897e1d7f3e8c7f32d2934831652e5f1f6be8fa119f6afea4db4a76b6a7f98d2e56f6829d8605e604d13f15ff55c2778bd01", "page": { "viewport": { "mobile": false, "landscape": true, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36", "resolution": { "width": 1366, "height": 768 } } } }, "metadata": { "passed": 37, "warning": 13, "failed": 10, "inapplicable": 65 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 17, "warning": 9, "failed": 2, "inapplicable": 39 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrinking_disabled html_header_transparency html_mobile_menu_phone html_header_searchicon_disabled html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_av-overlay-full html_av-submenu-noclone html_entry_id_1811 av-cookies-no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …", "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-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrinking_disabled html_header_transparency html_mobile_menu_phone html_header_searchicon_disabled html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_av-overlay-full html_av-submenu-noclone html_entry_id_1811 av-cookies-no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …", "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-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrinking_disabled html_header_transparency html_mobile_menu_phone html_header_searchicon_disabled html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_av-overlay-full html_av-submenu-noclone html_entry_id_1811 av-cookies-no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrinking_disabled html_header_transparency html_mobile_menu_phone html_header_searchicon_disabled html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_av-overlay-full html_av-submenu-noclone html_entry_id_1811 av-cookies-no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …", "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": 55, "warning": 0, "failed": 3, "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": "<link type=\"text/css\" rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Lato:300,400,700&display=auto\" id=\"avia-google-webfont\">", "pointer": "html > head:nth-child(1) > link:nth-child(25)" }, { "htmlCode": "<link type=\"text/css\" rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Lato:300,400,700&display=auto\" id=\"avia-google-webfont\">", "pointer": "html > head:nth-child(1) > link:nth-child(26)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<style type=\"text/css\" id=\"av-browser-height\">.avia-section.av-minimum-height .container{opacity: 1; }\n.av-minimum-height-100:not(.av-slideshow-section) .container, .avia-fullscreen-slider .avia-slideshow, #top.avia-blank .av-minimum-height-100 .container, .av-cell-min-height-100 > .flex_cell{height:720px;}\n.av-minimum-height-100.av-slideshow-section .container { height:unset; }\n.av-minimum-height-100.av-slideshow-section {min-height:720px;}\n.av-minimum-height-25:not(.av-slideshow-section) .container, .av-cell-min-height-25 > .flex_cell\t{height:180px;}\n.av-minimum-height-25.av-slideshow-section {min-height:180px;}\n.av-minimum-height-50:not(.av-slideshow-section) .container, .av-cell-min-heig …", "pointer": "html > head:nth-child(1) > style:nth-child(54)" }, { "htmlCode": "<style type=\"text/css\" id=\"av-browser-height\">.avia-section.av-minimum-height .container{opacity: 1; }\n.av-minimum-height-100:not(.av-slideshow-section) .container, .avia-fullscreen-slider .avia-slideshow, #top.avia-blank .av-minimum-height-100 .container, .av-cell-min-height-100 > .flex_cell{height:768px;}\n.av-minimum-height-100.av-slideshow-section .container { height:unset; }\n.av-minimum-height-100.av-slideshow-section {min-height:768px;}\n.av-minimum-height-25:not(.av-slideshow-section) .container, .av-cell-min-height-25 > .flex_cell\t{height:192px;}\n.av-minimum-height-25.av-slideshow-section {min-height:192px;}\n.av-minimum-height-50:not(.av-slideshow-section) .container, .av-cell-min-heig …", "pointer": "html > head:nth-child(1) > style:nth-child(55)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">\nA working mom who gets things done for the Inland Empire\n\n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(3)" }, { "htmlCode": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\">\nJoin The TeamSign up for email updates!\nEmail * Zip \n\n \t\t</div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4)" } ], "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": 22, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sabrinacervantes.com/\" class=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://sabrinacervantes.com/meet-sabrina-cervantes/\" itemprop=\"url\" tabindex=\"0\">Meet Sabrina</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > 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 href=\"https://sabrinacervantes.com/supporters/\" itemprop=\"url\" tabindex=\"0\">Supporters</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > 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 href=\"https://sabrinacervantes.com/our-district/\" itemprop=\"url\" tabindex=\"0\">Our District</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/sabrina-cervantes-for-senate-2024-1\" itemprop=\"url\" tabindex=\"0\" rel=\"noopener\">Donate</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\">Facebook</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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 target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\">Twitter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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 target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">Instagram</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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 target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\">Youtube</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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 target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\">Flickr</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#1\" class=\"goto-slide active\">1</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#2\" class=\"goto-slide \">2</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#3\" class=\"goto-slide \">3</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#4\" class=\"goto-slide \">4</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(3) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\">Link to Facebook</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\">Link to Twitter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\">Link to Flickr</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">Link to Instagram</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\">Link to Youtube</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R9": { "name": "Links with identical accessible names have equivalent purpose", "code": "QW-ACT-R9", "mapping": "b20e66", "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/b20e66", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 4, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">Link to Instagram</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)", "accessibleName": "Link to Instagram" }, { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">Instagram</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)", "accessibleName": "Link to Instagram" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 6, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input name=\"avia_0_2\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_2\" value=\"\" placeholder=\"Email*\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input name=\"avia_3_2\" class=\"text_input \" type=\"text\" id=\"avia_3_2\" value=\"\" placeholder=\"Zip\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 7, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"gmail_default\" style=\"text-align: center;\">Paid for by Sabrina Cervantes for State Senate 2024</div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p style=\"text-align: center;\">© Sabrina Cervantes | 1185 Magnolia Ave. Suite E #256, Corona, CA 92879 | (951) 305-0113</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > section:nth-child(2) > div:nth-child(1) > p: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-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrinking_disabled html_header_transparency html_mobile_menu_phone html_header_searchicon_disabled html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_av-overlay-full html_av-submenu-noclone html_entry_id_1811 av-cookies-no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …", "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": 13, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"avia-menu-text\">Meet Sabrina</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"avia-menu-text\">Supporters</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"avia-menu-text\">Our District</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"avia-menu-text\">Donate</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#1\" class=\"goto-slide active\">1</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > 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 each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#2\" class=\"goto-slide \">2</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#3\" class=\"goto-slide \">3</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#4\" class=\"goto-slide \">4</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>Sign up for email updates!</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div class=\"gmail_default\" style=\"text-align: center;\">Paid for by Sabrina Cervantes for State Senate 2024</div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > section:nth-child(2) > div:nth-child(1) > 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": "<p style=\"text-align: center;\">© Sabrina Cervantes | 1185 Magnolia Ave. Suite E #256, Corona, CA 92879 | (951) 305-0113</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > section:nth-child(2) > div:nth-child(1) > p:nth-child(1)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 8, "warning": 2, "failed": 7, "inapplicable": 17 }, "assertions": { "QW-WCAG-T3": { "name": "Providing a description for groups of form controls using `fieldset` and `legend` elements", "code": "QW-WCAG-T3", "mapping": "H71", "description": "This technique checks the correct use of the description element for form controls", "metadata": { "target": { "element": "fieldset" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "3.3.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions" } ], "related": [ "H44", "H65" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H71", "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The `legend` element doesn't exist or is empty ('')." }, "results": [ { "verdict": "failed", "description": "The `legend` element doesn't exist or is empty ('').", "resultCode": "F2", "elements": [ { "htmlCode": "<fieldset>Email * Zip </fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The `legend` element doesn't exist or is empty ('').", "resultCode": "F2", "elements": [ { "htmlCode": "<fieldset>Email * Zip </fieldset>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body id=\"top\" class=\"home page-template-default page page-id-1811 stretched rtl_columns av-curtain-numeric lato avia-responsive-images-support\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\">\n\n\t\n\t\n\n\t\n\n\n\t\t\n\n Meet Sabrina\nSupporters\nOur District\nDonate\n\n\t \t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t Menu\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tMenu\n\t\t\t\t\t\t\n\t \t\t FacebookTwitterInstagramYoutubeFlickr \n\t\t\n\t\t\n\t\t\n\n\n\n\n\t\n\n\tPreviousNext1234\n\nA working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates!\n\nEmail * Zip \n\n\nA working mom who gets things done for the Inland Empire\n\n\nJoin The TeamSign up for email updates!\nEmail * Zip \n\n \t\t\n.avi …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page does not links to local content." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page does not links to local content.", "resultCode": "F3", "elements": [ { "htmlCode": "<a href=\"https://sabrinacervantes.com/\" class=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T20": { "name": "Supplementing link text with the title attribute", "code": "QW-WCAG-T20", "mapping": "H33", "description": "Supplementing link text with the title attribute", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only" } ], "related": [ "C7", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33", "passed": 0, "warning": 0, "failed": 11, "inapplicable": 0, "outcome": "failed", "description": "The element contains a title attribute equal to the text in the link" }, "results": [ { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\">Facebook</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\">Twitter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">Instagram</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\">Youtube</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\">Flickr</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\">Link to Facebook</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\">Link to Twitter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\">Link to Flickr</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">Link to Instagram</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\">Link to Youtube</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element contains a title attribute equal to the text in the link", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\">Scroll to top</a>", "pointer": "html > body:nth-child(2) > a:nth-child(10)" } ], "attributes": [] } ] }, "QW-WCAG-T17": { "name": "Positioning labels to maximize predictability of relationships", "code": "QW-WCAG-T17", "mapping": "G162", "description": "This technique checks the correct position of labels in forms", "metadata": { "target": { "element": "form" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "3.3.2", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions" } ], "related": [ "H44", "H71", "H65", "G131", "G167" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G162.html", "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The form field label is not visible." }, "results": [ { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The form field label is not visible.", "resultCode": "F3", "elements": [ { "htmlCode": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul role=\"menu\" class=\"menu av-main-nav\" id=\"avia-menu\"><li role=\"menuitem\" id=\"menu-item-1924\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1\"><a href=\"https://sabrinacervantes.com/meet-sabrina-cervantes/\" itemprop=\"url\" tabindex=\"0\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span class=\"avia-bullet\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > n …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"noLightbox social_bookmarks icon_count_5\"><li class=\"social_bookmarks_facebook av-social-link-facebook social_icon_1\"><a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\"><span class=\"avia_hidden_link_text\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth- …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"avia-slideshow-inner \" style=\"padding: 0px; height: 862px; transition: none 0s ease 0s; transform: translateZ(0px);\"><li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0 slide-1 slide-odd next-active-slide active-slide\" style=\"visibility: visible; opacity: 1; transition: none 0s ease 0s; transform: translateZ(0px);\"><div data-rel=\"slideshow-1\" class=\"avia-slide-wrap \" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)\"><img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/upl …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"av-share-box-list noLightbox\"><li class=\"av-share-link av-social-link-facebook\"><a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span class=\"avia_hidden_link_text\" _selector=\"htm …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] } ] }, "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": 1, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Text alternative is not actually a text alternative for the non-text content." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/SC24_Logo_Senate-1-1030x399.png\" height=\"100\" width=\"300\" alt=\"Sabrina Cervantes for State Senate\" title=\"\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" width=\"1920\" height=\"1212\" title=\"5\" alt=\"\" itemprop=\"thumbnailUrl\" srcset=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg 1920w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-300x189.jpg 300w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1030x650.jpg 1030w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-768x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1500x947.jpg 1500w, https://sabrinacervantes.c …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div class=\"avia_textblock av_inherit_color\" itemprop=\"text\">© Sabrina Cervantes | 1185 Magnolia Ave. Suite E #256, Corona, CA 92879 | (951) 305-0113\n</div>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > section:nth-child(2) > div:nth-child(1)" } ], "attributes": [ "14px" ] } ] }, "QW-WCAG-T31": { "name": "Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa", "code": "QW-WCAG-T31", "mapping": "F24", "description": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "metadata": { "target": { "element": "*", "attributes": "text-decoration" }, "success-criteria": [ { "name": "1.4.3", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum" }, { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C23", "C25" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F24", "passed": 2, "warning": 0, "failed": 5, "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=\"avia_hidden_link_text\">Link to Facebook</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"avia_hidden_link_text\">Link to Twitter</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"avia_hidden_link_text\">Link to Flickr</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"avia_hidden_link_text\">Link to Instagram</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<span class=\"avia_hidden_link_text\">Link to Youtube</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 12, "warning": 2, "failed": 1, "inapplicable": 9 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\">Scroll to top</a>", "pointer": "html > body:nth-child(2) > a:nth-child(10)" }, { "htmlCode": "<body id=\"top\" class=\"home page-template-default page page-id-1811 stretched rtl_columns av-curtain-numeric lato avia-responsive-images-support\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\">\n\n\t\n\t\n\n\t\n\n\n\t\t\n\n Meet Sabrina\nSupporters\nOur District\nDonate\n\n\t \t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t Menu\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tMenu\n\t\t\t\t\t\t\n\t \t\t FacebookTwitterInstagramYoutubeFlickr \n\t\t\n\t\t\n\t\t\n\n\n\n\n\t\n\n\tPreviousNext1234\n\nA working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates!\n\nEmail * Zip \n\n\nA working mom who gets things done for the Inland Empire\n\n\nJoin The TeamSign up for email updates!\nEmail * Zip \n\n \t\t\n.avi …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-BP23": { "name": "Listitems are used semantically", "code": "QW-BP23", "description": "Ensures <li> elements are used semantically", "metadata": { "target": { "element": "li" }, "passed": 14, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "Listitem is not used semantically not used semantically" }, "results": [ { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" id=\"menu-item-1924\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1\">Meet Sabrina</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" id=\"menu-item-1985\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2\">Supporters</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" id=\"menu-item-1923\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3\">Our District</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li role=\"menuitem\" id=\"menu-item-1977\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-top-level menu-item-top-level-4\">Donate</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Listitem is not used semantically not used semantically", "resultCode": "F1", "elements": [ { "htmlCode": "<li class=\"av-burger-menu-main menu-item-avia-special \">\n\t \t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t \n\t\t\t\t\t\t Menu\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tMenu\n\t\t\t\t\t\t\n\t \t\t </li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 43, "document": 1, "none": 8, "banner": 1, "img": 1, "navigation": 1, "menu": 1, "menuitem": 4, "listitem": 15, "list": 3, "presentation": 4, "heading": 4, "form": 2, "group": 2, "textbox": 6, "button": 2, "main": 1, "region": 2 }, "tags": { "html": 1, "head": 1, "meta": 16, "title": 1, "link": 20, "script": 26, "style": 10, "body": 1, "svg": 8, "defs": 8, "filter": 8, "fecolormatrix": 8, "fecomponenttransfer": 8, "fefuncr": 8, "fefuncg": 8, "fefuncb": 8, "fefunca": 8, "fecomposite": 8, "div": 75, "header": 1, "span": 38, "a": 23, "img": 5, "nav": 1, "ul": 4, "li": 19, "strong": 1, "h1": 4, "p": 11, "form": 2, "fieldset": 2, "label": 4, "abbr": 2, "input": 10, "main": 1, "section": 2 } } } }, "success": true }, "standardResult": { "totals": [ 10, 53, 23, 8 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrink ... -no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrink ... -no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrink ... -no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrink ... -no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LINK", "id": "avia-google-webfont", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(25)" }, "excerpt": "<link type=\"text/css\" rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Lato:300,400,700&display=auto\" id=\"avia-google-webfont\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LINK", "id": "avia-google-webfont", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(26)" }, "excerpt": "<link type=\"text/css\" rel=\"stylesheet\" href=\"//fonts.googleapis.com/css?family=Lato:300,400,700&display=auto\" id=\"avia-google-webfont\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "STYLE", "id": "av-browser-height", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(54)" }, "excerpt": "<style type=\"text/css\" id=\"av-browser-height\">.avia-section.av-minimum-height .container{opacity: 1; } .av-minimum-height-100:not(.av-slideshow-section) .container, .avia-fullscreen-slider .avia-slide ... ner, .av-cell-min-height-25 > .flex_cell {height:180px;} .av-minimum-height-25.av-slideshow-section {min-height:180px;} .av-minimum-height-50:not(.av-slideshow-section) .container, .av-cell-min-heig …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "STYLE", "id": "av-browser-height", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(55)" }, "excerpt": "<style type=\"text/css\" id=\"av-browser-height\">.avia-section.av-minimum-height .container{opacity: 1; } .av-minimum-height-100:not(.av-slideshow-section) .container, .avia-fullscreen-slider .avia-slide ... ner, .av-cell-min-height-25 > .flex_cell {height:192px;} .av-minimum-height-25.av-slideshow-section {min-height:192px;} .av-minimum-height-50:not(.av-slideshow-section) .container, .av-cell-min-heig …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbtx26p9-bbdf405f0cde0e9fbf23693a8971fc5d main_color avia-section-small avia-no-border-styling avia-builder-el-9 el_after_av_section el_before_av_section av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"> A working mom who gets things done for the Inland Empire </div>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "DIV", "id": "mobile", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4)" }, "excerpt": "<div id=\"mobile\" class=\"avia-section av-lbv31p4s-6b4be627c3a3c118b533a72d5583f56d main_color avia-section-small avia-no-border-styling avia-builder-el-12 el_after_av_section avia-builder-el-last av-desktop-hide avia-bg-style-scroll container_wrap fullsize\"> Join The TeamSign up for email updates! Email * Zip </div>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sabrinacervantes.com/\" class=\"\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sabrinacervantes.com/meet-sabrina-cervantes/\" itemprop=\"url\" tabindex=\"0\">Meet Sabrina</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sabrinacervantes.com/supporters/\" itemprop=\"url\" tabindex=\"0\">Supporters</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sabrinacervantes.com/our-district/\" itemprop=\"url\" tabindex=\"0\">Our 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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/sabrina-cervantes-for-senate-2024-1\" itemprop=\"url\" tabindex=\"0\" rel=\"noopener\">Donate</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\">Facebook</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\">Twitter</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">Instagram</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\">Youtube</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\">Flickr</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#1\" class=\"goto-slide active\">1</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" }, "excerpt": "<a href=\"#2\" class=\"goto-slide \">2</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(3)" }, "excerpt": "<a href=\"#3\" class=\"goto-slide \">3</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(4)" }, "excerpt": "<a href=\"#4\" class=\"goto-slide \">4</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_0_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_3_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(3) > input:nth-child(2)" }, "excerpt": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\">Link to Facebook</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\">Link to Twitter</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\">Link to Flickr</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">Link to Instagram</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\">Link to Youtube</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">Link to Instagram</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">Instagram</a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_0_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_3_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_avia_username_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_0_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_0_2\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_2\" value=\"\" placeholder=\"Email*\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_3_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_3_2\" class=\"text_input \" type=\"text\" id=\"avia_3_2\" value=\"\" placeholder=\"Zip\">" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "avia_avia_username_2", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1) > p:nth-child(4) > input:nth-child(1)" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"gmail_default\" style=\"text-align: center;\">Paid for by Sabrina Cervantes for State Senate 2024</div>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > section:nth-child(2) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p style=\"text-align: center;\">© Sabrina Cervantes | 1185 Magnolia Ave. Suite E #256, Corona, CA 92879 | (951) 305-0113</p>" }, { "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-US\" class=\"html_stretched responsive av-preloader-disabled html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky_disabled html_header_shrink ... -no-cookie-consent av-no-preview av-default-lightbox html_text_menu_active av-mobile-menu-switch-default avia_desktop js_active avia_transform avia_transform3d avia-webkit avia-webkit-113 avia-chrom …" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"avia-menu-text\">Meet Sabrina</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"avia-menu-text\">Supporters</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"avia-menu-text\">Our District</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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(2)" }, "excerpt": "<span class=\"avia-menu-text\">Donate</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#1\" class=\"goto-slide active\">1</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" }, "excerpt": "<a href=\"#2\" class=\"goto-slide \">2</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(3)" }, "excerpt": "<a href=\"#3\" class=\"goto-slide \">3</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(4)" }, "excerpt": "<a href=\"#4\" class=\"goto-slide \">4</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>" }, { "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": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1)" }, "excerpt": "<p>Sign up for email updates!</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"gmail_default\" style=\"text-align: center;\">Paid for by Sabrina Cervantes for State Senate 2024</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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > section:nth-child(2) > div:nth-child(1) > p:nth-child(1)" }, "excerpt": "<p style=\"text-align: center;\">© Sabrina Cervantes | 1185 Magnolia Ave. Suite E #256, Corona, CA 92879 | (951) 305-0113</p>" }, { "ruleID": "QW-WCAG-T3", "what": "This technique checks the correct use of the description element for form controls", "ordinalSeverity": 2, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1)" }, "excerpt": "<fieldset>Email * Zip </fieldset>" }, { "ruleID": "QW-WCAG-T3", "what": "This technique checks the correct use of the description element for form controls", "ordinalSeverity": 2, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > form:nth-child(1) > fieldset:nth-child(1)" }, "excerpt": "<fieldset>Email * Zip </fieldset>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 0, "tagName": "BODY", "id": "top", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body id=\"top\" class=\"home page-template-default page page-id-1811 stretched rtl_columns av-curtain-numeric lato avia-responsive-images-support\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebP ... things done for the Inland EmpireJoin The TeamSign up for email updates! Email * Zip A working mom who gets things done for the Inland Empire Join The TeamSign up for email updates! Email * Zip .avi …" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://sabrinacervantes.com/\" class=\"\"></a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\">Facebook</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\">Twitter</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\">Instagram</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\">Youtube</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\">Flickr</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\">Link to Facebook</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\">Link to Twitter</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\">Link to Flickr</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\">Link to Instagram</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\">Link to Youtube</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(10)" }, "excerpt": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\">Scroll to top</a>" }, { "ruleID": "QW-WCAG-T17", "what": "This technique checks the correct position of labels in forms", "ordinalSeverity": 2, "tagName": "INPUT", "id": "avia_0_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(1) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"Email*\">" }, { "ruleID": "QW-WCAG-T17", "what": "This technique checks the correct position of labels in forms", "ordinalSeverity": 2, "tagName": "INPUT", "id": "avia_3_1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > form:nth-child(2) > fieldset:nth-child(1) > p:nth-child(2) > input:nth-child(2)" }, "excerpt": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">" }, { "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": "avia-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul role=\"menu\" class=\"menu av-main-nav\" id=\"avia-menu\"><li role=\"menuitem\" id=\"menu-item-1924\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level- ... li:nth-child(1) > a:nth-child(1)\"><span class=\"avia-bullet\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"noLightbox social_bookmarks icon_count_5\"><li class=\"social_bookmarks_facebook av-social-link-facebook social_icon_1\"><a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.face ... ) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\"><span class=\"avia_hidden_link_text\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth- …" }, { "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(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"avia-slideshow-inner \" style=\"padding: 0px; height: 862px; transition: none 0s ease 0s; transform: translateZ(0px);\"><li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505 ... > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1)\"><img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/upl …" }, { "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(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul class=\"av-share-box-list noLightbox\"><li class=\"av-share-link av-social-link-facebook\"><a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hid ... div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span class=\"avia_hidden_link_text\" _selector=\"htm …" }, { "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(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/SC24_Logo_Senate-1-1030x399.png\" height=\"100\" width=\"300\" alt=\"Sabrina Cervantes for State Senate\" title=\"\">" }, { "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(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"wp-image-1971 avia-img-lazy-loading-not-1971\" src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/5.jpg\" width=\"1920\" height=\"1212\" title=\"5\" alt=\"\" itemprop=\"thu ... 8x485.jpg 768w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1536x970.jpg 1536w, https://sabrinacervantes.com/wp-content/uploads/2022/12/5-1500x947.jpg 1500w, https://sabrinacervantes.c …" }, { "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(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > section:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div class=\"avia_textblock av_inherit_color\" itemprop=\"text\">© Sabrina Cervantes | 1185 Magnolia Ave. Suite E #256, Corona, CA 92879 | (951) 305-0113 </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(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Facebook</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Twitter</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Flickr</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Instagram</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > main:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span class=\"avia_hidden_link_text\">Link to Youtube</span>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">A working mom who gets things done for the Inland Empire</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"av-special-heading-tag\" itemprop=\"headline\">Join The Team</h1>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > a:nth-child(10)" }, "excerpt": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\">Scroll to top</a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "BODY", "id": "top", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body id=\"top\" class=\"home page-template-default page page-id-1811 stretched rtl_columns av-curtain-numeric lato avia-responsive-images-support\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebP ... things done for the Inland EmpireJoin The TeamSign up for email updates! Email * Zip A working mom who gets things done for the Inland Empire Join The TeamSign up for email updates! Email * Zip .avi …" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1924", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li role=\"menuitem\" id=\"menu-item-1924\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1\">Meet Sabrina</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1985", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li role=\"menuitem\" id=\"menu-item-1985\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2\">Supporters</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1923", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li role=\"menuitem\" id=\"menu-item-1923\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3\">Our District</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1977", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li role=\"menuitem\" id=\"menu-item-1977\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-top-level menu-item-top-level-4\">Donate</li>" }, { "ruleID": "QW-BP23", "what": "Ensures <li> elements are used semantically", "ordinalSeverity": 1, "tagName": "LI", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li class=\"av-burger-menu-main menu-item-avia-special \"> Menu Menu </li>" } ] }, "endTime": 1687101592674 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687101592675, "url": "https://sabrinacervantes.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.100", "responseTime": "2023-06-18T15:19:52.335Z", "data": { "apiErrors": [], "documentSize": 1039251, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 172, "failing": 8 }, "issues": { "totalErrors": 35, "totalWarnings": 0, "totalIssues": 35 }, "issuesByLevel": { "A": { "count": 18, "pct": 51.43 }, "AA": { "count": 7, "pct": 20 }, "AAA": { "count": 35, "pct": 100 } }, "density": { "errorDensity": 3, "warningDensity": 0, "allDensity": 3 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "8c5f41e0-e4ec-4ac5-a985-c1d7ffc79cf7", "docID": "09d40bd8-3c41-4746-e81c-1edad7c43c44", "sourceHash": "bdc5393e279bf8b3b43292d4c9e2b799", "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=8c5f41e0-e4ec-4ac5-a985-c1d7ffc79cf7", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 1134.94 }, "height": 1134.94, "width": 1024 }, "position": { "line": 2994, "column": 60 }, "errorSnippet": "<body id=\"top\" class=\"home page-template-default page page-id-1811 stretched rtl_columns av-curtain-numeric lato avia-responsive-images-support\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\"> <svg xmlns=\"http://www.w3.org/2000/svg\"", "xpath": "/html/body", "issueID": "8b79329921deeb8319657298ef60655f", "signature": "4b007c21ab7a880d1b0fb56ad90bc88b", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=8b79329921deeb8319657298ef60655f" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 30, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" styl", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "issueID": "369388764aa9c2e1c52738e200589744", "signature": "491bed735c0ce2df288a56ca4dbdcdd7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=369388764aa9c2e1c52738e200589744" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 30, "y": 0 }, "bottom-right": { "x": 60, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\">Twitte", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "issueID": "fc890811e2c2715bf2e9935829b91126", "signature": "b6a89621deb91e7215e904c829338c8a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=fc890811e2c2715bf2e9935829b91126" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 60, "y": 0 }, "bottom-right": { "x": 90, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" st", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "issueID": "da953feee6a72d34707c72eebdb346f4", "signature": "a1ad2bf2213a9df601c2537b20d313c4", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=da953feee6a72d34707c72eebdb346f4" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 90, "y": 0 }, "bottom-right": { "x": 120, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\"><span class=\"avia_hidden_link_", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "issueID": "cb1342d8908cea44082e38100e197195", "signature": "6674f3a2b357a5386aa1c0312a371eb2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=cb1342d8908cea44082e38100e197195" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 120, "y": 0 }, "bottom-right": { "x": 150, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\"", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "issueID": "5c5fd6ad0ba94d9f84a8243f718f8c3d", "signature": "3067f4b54fcb6b30bac7544967fd6a74", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=5c5fd6ad0ba94d9f84a8243f718f8c3d" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 924, "y": 668 }, "bottom-right": { "x": 972, "y": 716 }, "height": 48, "width": 48 }, "position": { "line": 4591, "column": 34 }, "errorSnippet": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\"><span class=\"avia_hidden_link_text\" style=\"\">Scroll to top</span></a>", "xpath": "/html/body/a[1]", "issueID": "ca57dd2551b93b079592a313105562ef", "signature": "11e25bbd0fd4b784a9ee354dbcab37dc", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=ca57dd2551b93b079592a313105562ef" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 0, "y": 379.578125 }, "bottom-right": { "x": 35, "y": 479.578125 }, "height": 100, "width": 35 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a href=\"#prev\" class=\"prev-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Previous</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "ac552ff7cd915256e4207fffba794f0a", "signature": "af342b285617ecbb52f753696173faf3", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=ac552ff7cd915256e4207fffba794f0a" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 989, "y": 379.578125 }, "bottom-right": { "x": 1024, "y": 479.578125 }, "height": 100, "width": 35 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a href=\"#next\" class=\"next-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Next</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "1a22c6dbcd66dcc3f3399d6bbeb8c2fa", "signature": "db54fa6cee22d9caada3e0ca3c0d20e6", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=1a22c6dbcd66dcc3f3399d6bbeb8c2fa" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 496, "y": -27 }, "bottom-right": { "x": 496, "y": -27 }, "height": 0, "width": 0 }, "position": { "line": 987, "column": 416 }, "errorSnippet": "<a href=\"#2\" class=\"goto-slide \">2</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]", "issueID": "62b99835ca771add52a877f838a4060e", "signature": "188322392c2a1825dacacf396a5f3a0e", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=62b99835ca771add52a877f838a4060e" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 512, "y": -27 }, "bottom-right": { "x": 512, "y": -27 }, "height": 0, "width": 0 }, "position": { "line": 989, "column": 1090 }, "errorSnippet": "<a href=\"#3\" class=\"goto-slide \">3</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[3]", "issueID": "279589814b1ffa921e3dafbd56719352", "signature": "9dd10169986dba652e08ee1ae99b661c", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=279589814b1ffa921e3dafbd56719352" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 528, "y": -27 }, "bottom-right": { "x": 528, "y": -27 }, "height": 0, "width": 0 }, "position": { "line": 1007, "column": 79 }, "errorSnippet": "<a href=\"#4\" class=\"goto-slide \">4</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]", "issueID": "7f3db9bbe0f44a33d2eb7b7ffc424b46", "signature": "22f7ae0057bee6829e6f0f1871fc028c", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=7f3db9bbe0f44a33d2eb7b7ffc424b46" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 245.625, "y": 0 }, "bottom-right": { "x": 300.625, "y": 25 }, "height": 25, "width": 55 }, "position": { "line": 2015, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\"><", "xpath": "/html/body/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]", "issueID": "e8159ff5940087d07256b655d55a71b0", "signature": "6c08cbacbef674e3bd24ce8860c37862", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=e8159ff5940087d07256b655d55a71b0" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 480, "y": -27 }, "bottom-right": { "x": 480, "y": -27 }, "height": 0, "width": 0 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a href=\"#1\" class=\"goto-slide active\">1</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "fce9a202d158282e37b996942e134a3d", "signature": "5fae7801f76266d9ad18d5980e80f1ca", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fce9a202d158282e37b996942e134a3d" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 496, "y": -27 }, "bottom-right": { "x": 496, "y": -27 }, "height": 0, "width": 0 }, "position": { "line": 987, "column": 416 }, "errorSnippet": "<a href=\"#2\" class=\"goto-slide \">2</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]", "issueID": "e4879a5fd38d352873fb965892cc93e4", "signature": "21532b5eac1c980a67f9cd76f614c887", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e4879a5fd38d352873fb965892cc93e4" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 512, "y": -27 }, "bottom-right": { "x": 512, "y": -27 }, "height": 0, "width": 0 }, "position": { "line": 989, "column": 1090 }, "errorSnippet": "<a href=\"#3\" class=\"goto-slide \">3</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[3]", "issueID": "29f17dec0365b318eaaf07e3c859432a", "signature": "1442b439a503d38c9643eca651422d72", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=29f17dec0365b318eaaf07e3c859432a" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 528, "y": -27 }, "bottom-right": { "x": 528, "y": -27 }, "height": 0, "width": 0 }, "position": { "line": 1007, "column": 79 }, "errorSnippet": "<a href=\"#4\" class=\"goto-slide \">4</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]", "issueID": "674825d1db7b74b7db49186241d3d83b", "signature": "41f7323645668631f86ab0e142b059d9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=674825d1db7b74b7db49186241d3d83b" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 21 }, "height": 21, "width": 0 }, "position": { "line": 6888, "column": 34 }, "errorSnippet": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">", "xpath": "/html/body/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[4]/input[1]", "issueID": "780c676d044a7d716c04f1e542e869f9", "signature": "c4039034ec37c1feba6a0a95a9f790fd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=780c676d044a7d716c04f1e542e869f9" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -20, "y": -28 }, "height": -28, "width": -20 }, "position": { "line": 8703, "column": 0 }, "errorSnippet": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">", "xpath": "/html/body/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]/p[3]/input[2]", "issueID": "4ce7587f1bdefcbee7ba44a915438bd6", "signature": "fbccf2b031a7e55d76f512bad3b9bd50", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=4ce7587f1bdefcbee7ba44a915438bd6" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -14, "y": -18 }, "height": -18, "width": -14 }, "position": { "line": 8703, "column": 0 }, "errorSnippet": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">", "xpath": "/html/body/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]/p[4]/input[1]", "issueID": "e2582d49a27a68c68ff12e7037e2328d", "signature": "49cad7564bda0d213b01df375c27290e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=e2582d49a27a68c68ff12e7037e2328d" }, { "tID": 190, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This element has an ARIA role that is intended for widgets that are used for interaction. However, it lacks a `tabindex` attribute. As a consequence, users who navigate the page via keyboard will be unable to gain focus on this control and will be unable to interact with it with the keyboard. Add `tabindex=\"0\"` to this control. Also ensure that this control responds to all of the necessary key events required of this type of control.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 533.453, "y": 0 }, "height": 0, "width": 533.453 }, "position": { "line": 4652, "column": 0 }, "errorSnippet": "<ul role=\"menu\" class=\"menu av-main-nav\" id=\"avia-menu\"><li role=\"menuitem\" id=\"menu-item-1924\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1\"><a href=\"https://sabrinacervantes.co", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]", "issueID": "952886aefd9528e48258cbad60c88c9a", "signature": "9d803c7d6294ae9b71d8b89d918e692c", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=190&issueID=952886aefd9528e48258cbad60c88c9a" }, { "tID": 194, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology. If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.", "viewPortLocation": { "top-left": { "x": 0, "y": 379.578125 }, "bottom-right": { "x": 35, "y": 479.578125 }, "height": 100, "width": 35 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a href=\"#prev\" class=\"prev-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Previous</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "c5592422c2614caa33db5f716028e549", "signature": "2a7ccc71d4a746e36c5cefcf64a9a121", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=c5592422c2614caa33db5f716028e549" }, { "tID": 194, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology. If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.", "viewPortLocation": { "top-left": { "x": 989, "y": 379.578125 }, "bottom-right": { "x": 1024, "y": 479.578125 }, "height": 100, "width": 35 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a href=\"#next\" class=\"next-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Next</a>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]", "issueID": "af054acad4bd82091a813b8cbccd7ef6", "signature": "da39d6a335bdb647abee9a30125e5132", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=af054acad4bd82091a813b8cbccd7ef6" }, { "tID": 194, "bpID": 73, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.1.1 Keyboard", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.1.3 Keyboard (No Exception)" ], "resultTitle": "Make sure that all interactive elements can receive focus using the keyboard.", "errorDescription": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`. Applying `role=\"presentation\"` removes the semantics of an element, while `aria-hidden=\"true\"` hides an element from assistive technology only. Neither completely hides an element. Their application to a focusable element creates confusion in users of assistive technology. If the intention is for users to interact with the element, remove `role=\"presentation\"` or `aria-hidden=\"true\"`. If the intention is to hide the element from users, apply `display:none` to make it truly hidden.", "viewPortLocation": { "top-left": { "x": 924, "y": 668 }, "bottom-right": { "x": 972, "y": 716 }, "height": 48, "width": 48 }, "position": { "line": 4591, "column": 34 }, "errorSnippet": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\"><span class=\"avia_hidden_link_text\" style=\"\">Scroll to top</span></a>", "xpath": "/html/body/a[1]", "issueID": "a40bd2554bb9ad69d6c1902176b2cc70", "signature": "c73ca91c9bc770177a28d91b4c9a881d", "ref": "https://tenon.io/bestpractice.php?bpID=73&tID=194&issueID=a40bd2554bb9ad69d6c1902176b2cc70" }, { "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": 71.1875, "y": 125 }, "height": 125, "width": 71.1875 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/sabrina-cervantes-for-senate-2024-1\" itemprop=\"url\" tabindex=\"0\" rel=\"noopener\"><span class=\"avia-bullet\" style=\"\"></span><span class=\"avia-menu-text\">Donate</span>&", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/a[1]", "issueID": "ed1c31314ae614c800a6a7ba49cb102e", "signature": "517e7207dc65a1aafda3e9dd99ba3b42", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ed1c31314ae614c800a6a7ba49cb102e" }, { "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": 30, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" styl", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "issueID": "5fed66da889561b21dbda6bb2c6d69ed", "signature": "32492ceb4ddd1040751973234d376913", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5fed66da889561b21dbda6bb2c6d69ed" }, { "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": 30, "y": 0 }, "bottom-right": { "x": 60, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\">Twitte", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "issueID": "5fad17e7d46bb5f6e639e7d8465e0139", "signature": "381b1f6751aa928ff73cf9cf6f986697", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5fad17e7d46bb5f6e639e7d8465e0139" }, { "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": 60, "y": 0 }, "bottom-right": { "x": 90, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" st", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "issueID": "ddd215058d6b8d4b5794e1d7e8d8de75", "signature": "afc50cf90201ae71bf46cdc1e9153df2", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ddd215058d6b8d4b5794e1d7e8d8de75" }, { "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": 90, "y": 0 }, "bottom-right": { "x": 120, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\"><span class=\"avia_hidden_link_", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "issueID": "820e38a76c2f6dfd7ef6418d17d900b2", "signature": "e9d965308330363e87acf64913fc6a51", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=820e38a76c2f6dfd7ef6418d17d900b2" }, { "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": 120, "y": 0 }, "bottom-right": { "x": 150, "y": 30 }, "height": 30, "width": 30 }, "position": { "line": 959, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\"", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "issueID": "d86d62dd2a3017becb3112c293dd94a3", "signature": "3667b42ccbbd9e327aeb6cddfd4169db", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d86d62dd2a3017becb3112c293dd94a3" }, { "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": 74.625, "y": 0 }, "bottom-right": { "x": 129.625, "y": 25 }, "height": 25, "width": 55 }, "position": { "line": 1994, "column": 5796 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\"><sp", "xpath": "/html/body/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "da04069482d5585ab54e2830833b39aa", "signature": "f02248dfae08ebd8bdfccec37739769a", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=da04069482d5585ab54e2830833b39aa" }, { "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": 131.625, "y": 0 }, "bottom-right": { "x": 186.625, "y": 25 }, "height": 25, "width": 55 }, "position": { "line": 1999, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\"><span class=\"avia", "xpath": "/html/body/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "90917a7cca352ac0f00a12ddad14c1fb", "signature": "1d93c07872b56144d3fb90a9e3969568", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=90917a7cca352ac0f00a12ddad14c1fb" }, { "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": 188.625, "y": 0 }, "bottom-right": { "x": 243.625, "y": 25 }, "height": 25, "width": 55 }, "position": { "line": 1999, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\"><span c", "xpath": "/html/body/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]", "issueID": "507d8f0749905141b5373f080759ea02", "signature": "9c51a1b1c736352c58f94ced78bdb4af", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=507d8f0749905141b5373f080759ea02" }, { "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": 245.625, "y": 0 }, "bottom-right": { "x": 300.625, "y": 25 }, "height": 25, "width": 55 }, "position": { "line": 2015, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\"><", "xpath": "/html/body/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]", "issueID": "cdc7d84310c4eebd121faf867e163ffc", "signature": "4b7ae59cc764c42094a98874cca171d2", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=cdc7d84310c4eebd121faf867e163ffc" }, { "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": 302.625, "y": 0 }, "bottom-right": { "x": 357.625, "y": 25 }, "height": 25, "width": 55 }, "position": { "line": 2015, "column": 0 }, "errorSnippet": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\"", "xpath": "/html/body/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]", "issueID": "5c4f7d24bd15608bbe0f6e4a29d68801", "signature": "9edab0ef8ea90ddd9f5130807ab2442e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5c4f7d24bd15608bbe0f6e4a29d68801" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 35 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "top", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"top\" class=\"home page-template-default page page-id-1811 stretched rtl_columns av-curtain-numeric lato avia-responsive-images-support\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\"> <svg xmlns=\"http://www.w3.org/2000/svg\"" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" styl" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\">Twitte" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" st" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\"><span class=\"avia_hidden_link_" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\"" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/a[1]" }, "excerpt": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\"><span class=\"avia_hidden_link_text\" style=\"\">Scroll to top</span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"#prev\" class=\"prev-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Previous</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"#next\" class=\"next-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Next</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]" }, "excerpt": "<a href=\"#2\" class=\"goto-slide \">2</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[3]" }, "excerpt": "<a href=\"#3\" class=\"goto-slide \">3</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]" }, "excerpt": "<a href=\"#4\" class=\"goto-slide \">4</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\"><" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"#1\" class=\"goto-slide active\">1</a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[2]" }, "excerpt": "<a href=\"#2\" class=\"goto-slide \">2</a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[3]" }, "excerpt": "<a href=\"#3\" class=\"goto-slide \">3</a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[2]/a[4]" }, "excerpt": "<a href=\"#4\" class=\"goto-slide \">4</a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_1", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/form[1]/fieldset[1]/p[4]/input[1]" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]/p[3]/input[2]" }, "excerpt": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_2", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/form[1]/fieldset[1]/p[4]/input[1]" }, "excerpt": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">" }, { "ruleID": "190", "what": "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable.", "ordinalSeverity": 3, "tagName": "UL", "id": "avia-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]" }, "excerpt": "<ul role=\"menu\" class=\"menu av-main-nav\" id=\"avia-menu\"><li role=\"menuitem\" id=\"menu-item-1924\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1\"><a href=\"https://sabrinacervantes.co" }, { "ruleID": "194", "what": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"#prev\" class=\"prev-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Previous</a>" }, { "ruleID": "194", "what": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/a[2]" }, "excerpt": "<a href=\"#next\" class=\"next-slide \" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" tabindex=\"-1\">Next</a>" }, { "ruleID": "194", "what": "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`.", "ordinalSeverity": 3, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/a[1]" }, "excerpt": "<a href=\"#top\" title=\"Scroll to top\" id=\"scroll-top-link\" aria-hidden=\"true\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\"><span class=\"avia_hidden_link_text\" style=\"\">Scroll to top</span></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]/header[1]/div[1]/div[1]/div[1]/nav[1]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://secure.actblue.com/donate/sabrina-cervantes-for-senate-2024-1\" itemprop=\"url\" tabindex=\"0\" rel=\"noopener\"><span class=\"avia-bullet\" style=\"\"></span><span class=\"avia-menu-text\">Donate</span>&" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Facebook\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" styl" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"Twitter\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\">Twitte" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"Instagram\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" st" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"Youtube\" rel=\"noopener\"><span class=\"avia_hidden_link_" }, { "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]/header[1]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"Flickr\" rel=\"noopener\"><span class=\"avia_hidden_link_text\" style=\"\"" }, { "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Facebook\" href=\"https://www.facebook.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Facebook\" rel=\"noopener\"><sp" }, { "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Twitter\" href=\"https://twitter.com/cervantes4ca\" aria-hidden=\"false\" data-av_icon=\"\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Twitter\" rel=\"noopener\"><span class=\"avia" }, { "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Flickr\" href=\"https://www.flickr.com/photos/135155208@N02/\" aria-hidden=\"false\" data-av_icon=\"î£\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Flickr\" rel=\"noopener\"><span c" }, { "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Instagram\" href=\"https://www.instagram.com/cervantesforsenate/\" aria-hidden=\"false\" data-av_icon=\"ï…\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Instagram\" rel=\"noopener\"><" }, { "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[5]/div[1]/div[1]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a target=\"_blank\" aria-label=\"Link to Youtube\" href=\"https://www.youtube.com/channel/UCWz5cxOiWntu_oDrgNu-NeA\" aria-hidden=\"false\" data-av_icon=\"ï…ª\" data-av_iconfont=\"entypo-fontello\" title=\"\" data-avia-related-tooltip=\"Link to Youtube\" rel=\"noopener\"" } ] }, "endTime": 1687101593318 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687101593318, "url": "https://sabrinacervantes.com/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "top", "main": "" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 2, "items": [ [ "email", "", "Email *; #avia_0_1" ], [ "email", "", "Email *; #avia_0_2" ] ] }, "totals": [ 0, 0, 2, 0 ], "standardInstances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email *; #avia_0_1" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email *; #avia_0_2" } ] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 108 }, "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": 22, "tabFocused": 22, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 22, "types": { "missing": { "total": 20, "tagNames": { "A": 19, "INPUT": 1 } }, "nonoutline": { "total": 2, "tagNames": { "INPUT": 2 } }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "<a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"https://sabrinacervantes.com/wp-content/u" }, { "tagName": "A", "id": "", "text": "Meet Sabrina" }, { "tagName": "A", "id": "", "text": "Supporters" }, { "tagName": "A", "id": "", "text": "Our District" }, { "tagName": "A", "id": "", "text": "Donate" }, { "tagName": "A", "id": "", "text": "Facebook" }, { "tagName": "A", "id": "", "text": "Twitter" }, { "tagName": "A", "id": "", "text": "Instagram" }, { "tagName": "A", "id": "", "text": "Youtube" }, { "tagName": "A", "id": "", "text": "Flickr" }, { "tagName": "A", "id": "", "text": "1" }, { "tagName": "A", "id": "", "text": "2" }, { "tagName": "A", "id": "", "text": "3" }, { "tagName": "A", "id": "", "text": "4" }, { "tagName": "INPUT", "id": "", "text": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" }, { "tagName": "A", "id": "", "text": "Link to Facebook" }, { "tagName": "A", "id": "", "text": "Link to Twitter" }, { "tagName": "A", "id": "", "text": "Link to Flickr" }, { "tagName": "A", "id": "", "text": "Link to Instagram" }, { "tagName": "A", "id": "", "text": "Link to Youtube" } ], "nonoutline": [ { "tagName": "INPUT", "id": "avia_0_1", "text": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"E" }, { "tagName": "INPUT", "id": "avia_3_1", "text": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">" } ], "outline": [] } }, "totals": [ 0, 0, 2, 20 ], "standardInstances": [ { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "avia_0_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"E" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "avia_3_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"https://sabrinacervantes.com/wp-content/u" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Instagram" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Flickr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "3" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Facebook" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Twitter" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Flickr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Instagram" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Youtube" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 35, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 4, "tagNames": { "LI": 1, "SPAN": 1, "A": 2 } }, "focusableAndOperable": { "total": 31, "tagNames": { "A": 21, "INPUT": 10 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "LI", "id": "", "text": "Menu Menu", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "SPAN", "id": "", "text": "Menu", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Previous", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Next", "byTag": true, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "<a href=\"https://sabrinacervantes.com/\" class=\"\" style=\"cursor: default;\"><img src=\"https://sabrinac", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Sabrina", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Supporters", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Our District", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Menu Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Instagram", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Youtube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Flickr", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "1", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "2", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "3", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "4", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "avia_0_1", "text": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"E", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "avia_3_1", "text": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input type=\"hidden\" value=\"1\" name=\"avia_generated_form1\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\" style=\"cursor: defa", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "avia_avia_username_1", "text": "<input type=\"text\" name=\"avia_avia_username_1\" class=\"hidden \" id=\"avia_avia_username_1\" value=\"\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "avia_0_2", "text": "<input name=\"avia_0_2\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_2\" value=\"\" placeholder=\"E", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "avia_3_2", "text": "<input name=\"avia_3_2\" class=\"text_input \" type=\"text\" id=\"avia_3_2\" value=\"\" placeholder=\"Zip\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input type=\"hidden\" value=\"1\" name=\"avia_generated_form2\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\" style=\"cursor: defa", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "avia_avia_username_2", "text": "<input type=\"text\" name=\"avia_avia_username_2\" class=\"hidden \" id=\"avia_avia_username_2\" value=\"\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Link to Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Link to Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Link to Flickr", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Link to Instagram", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Link to Youtube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "scroll-top-link", "text": "Scroll to top", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 4 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu Menu" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 4, "items": [ { "id": "", "text": "1" }, { "id": "", "text": "2" }, { "id": "", "text": "3" }, { "id": "", "text": "4" } ] }, "totals": [ 0, 0, 4, 0 ], "standardInstances": [ { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2" }, { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "3" }, { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" } ] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 36, "triggerSample": 20, "impactTriggers": 37, "additions": 90, "removals": 0, "opacityChanges": 37, "opacityImpact": 68, "unhoverables": 7, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "menu-item-1924", "text": "Meet Sabrina", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "A", "id": "", "text": "Meet Sabrina", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "LI", "id": "menu-item-1985", "text": "Supporters", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "A", "id": "", "text": "Supporters", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "LI", "id": "menu-item-1923", "text": "Our District", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "A", "id": "", "text": "Our District", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "LI", "id": "menu-item-1977", "text": "Donate", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "A", "id": "", "text": "Donate", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 5 }, { "tagName": "LI", "id": "", "text": "Link to InstagramLink to Instagram", "additions": 3, "removals": 0, "opacityChanges": 1, "opacityImpact": 1 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "1" }, { "tagName": "A", "id": "", "text": "4" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 68, 127, 0, 44 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1924", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1985", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1923", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1977", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to InstagramLink to Instagram" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 2, "wellLabeled": 6 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 3, "tagName": "INPUT", "type": "text", "texts": {} }, { "index": 7, "tagName": "INPUT", "type": "text", "texts": {} } ], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Email *" ] } }, { "index": 1, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Zip" ] } }, { "index": 2, "tagName": "INPUT", "type": "submit", "texts": { "content": "Sign Up" } }, { "index": 4, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Email *" ] } }, { "index": 5, "tagName": "INPUT", "type": "text", "labelType": "label", "texts": { "label": [ "Zip" ] } }, { "index": 6, "tagName": "INPUT", "type": "submit", "texts": { "content": "Sign Up" } } ] } }, "totals": [ 0, 0, 0, 2 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " } ] }, "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": 23, "adjacent": { "total": 8, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "<a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"https://sabrinacervantes.com/wp-content/u" }, { "id": "", "text": "Previous" }, { "id": "", "text": "Next" }, { "id": "", "text": "1" }, { "id": "", "text": "2" }, { "id": "", "text": "3" }, { "id": "", "text": "4" }, { "id": "scroll-top-link", "text": "Scroll to top" } ] } }, "totals": [ 0, 8, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"https://sabrinacervantes.com/wp-content/u" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "3" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scroll to top" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 20, "correct": 6, "incorrect": 14 }, "specific": { "tab": { "total": 4, "correct": 4, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 4, "correct": 0, "incorrect": 4 }, "down": { "total": 4, "correct": 0, "incorrect": 4 }, "home": { "total": 4, "correct": 1, "incorrect": 3 }, "end": { "total": 4, "correct": 1, "incorrect": 3 } } }, "menuItems": { "total": 4, "correct": 0, "incorrect": 4 }, "menus": { "total": 1, "correct": 0, "incorrect": 1 } }, "menuItems": { "incorrect": [ { "tagName": "LI", "id": "menu-item-1924", "text": "Meet Sabrina; #menu-item-1924", "navigationErrors": [ "ArrowUp", "ArrowDown", "End" ] }, { "tagName": "LI", "id": "menu-item-1985", "text": "Supporters; #menu-item-1985", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "LI", "id": "menu-item-1923", "text": "Our District; #menu-item-1923", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home", "End" ] }, { "tagName": "LI", "id": "menu-item-1977", "text": "Donate; #menu-item-1977", "navigationErrors": [ "ArrowUp", "ArrowDown", "Home" ] } ], "correct": [] } }, "totals": [ 14, 4, 1, 0 ], "standardInstances": [ { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1924", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina; #menu-item-1924" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1985", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters; #menu-item-1985" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1923", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District; #menu-item-1923" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1977", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate; #menu-item-1977" } ] }, "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": 16, "badRoleElements": 1, "redundantRoleElements": 2, "tagNames": { "HEADER": { "banner": { "bad": 1, "redundant": 0 } }, "NAV": { "navigation": { "bad": 0, "redundant": 1 } }, "MAIN": { "main": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 2, 0, 1 ], "standardInstances": [ { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 8, "subtotals": [ 7, 1 ] }, "listLink": { "total": 15, "subtotals": [ 5, 5, 5 ] }, "h1": { "total": 4, "subtotals": [ 2, 2 ] } }, "items": { "adjacentLink": { "opacity": { "0": [ "Previous", "Next", "1", "2", "3", "4", "Scroll to top" ], "1": [ "<a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"https://sabrinacervantes.com/wp-content/u" ] } }, "listLink": { "fontWeight": { "400": [ "Facebook", "Twitter", "Instagram", "Youtube", "Flickr", "Link to Facebook", "Link to Twitter", "Link to Flickr", "Link to Instagram", "Link to Youtube" ], "600": [ "Meet Sabrina", "Supporters", "Our District", "Donate", "Menu Menu" ] }, "color": { "rgb(21, 49, 116)": [ "Meet Sabrina", "Supporters", "Our District", "Donate", "Menu Menu" ], "rgb(196, 22, 28)": [ "Facebook", "Twitter", "Instagram", "Youtube", "Flickr" ], "rgb(255, 255, 255)": [ "Link to Facebook", "Link to Twitter", "Link to Flickr", "Link to Instagram", "Link to Youtube" ] }, "fontSize": { "21px": [ "Meet Sabrina", "Supporters", "Our District", "Donate", "Menu Menu" ], "22px": [ "Facebook", "Twitter", "Instagram", "Youtube", "Flickr" ], "14px": [ "Link to Facebook", "Link to Twitter", "Link to Flickr", "Link to Instagram", "Link to Youtube" ] }, "lineHeight": { "125px": [ "Meet Sabrina", "Supporters", "Our District", "Donate", "Menu Menu" ], "30px": [ "Facebook", "Twitter", "Instagram", "Youtube", "Flickr" ], "29.7px": [ "Link to Facebook", "Link to Twitter", "Link to Flickr", "Link to Instagram", "Link to Youtube" ] } }, "h1": { "color": { "rgb(21, 50, 116)": [ "A working mom who gets things done for the Inland Empire", "A working mom who gets things done for the Inland Empire" ], "rgb(255, 255, 255)": [ "Join The Team", "Join The Team" ] } } } }, "totals": [ 1, 2, 0, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 3 different styles", "count": 2, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 13, "items": [ { "tagName": "IMG", "id": "", "text": "", "title": "" }, { "tagName": "A", "id": "", "text": "Facebook", "title": "Facebook" }, { "tagName": "A", "id": "", "text": "Twitter", "title": "Twitter" }, { "tagName": "A", "id": "", "text": "Instagram", "title": "Instagram" }, { "tagName": "A", "id": "", "text": "Youtube", "title": "Youtube" }, { "tagName": "A", "id": "", "text": "Flickr", "title": "Flickr" }, { "tagName": "IMG", "id": "", "text": "", "title": "5" }, { "tagName": "ABBR", "id": "", "text": "*", "title": "required" }, { "tagName": "A", "id": "", "text": "Link to Facebook", "title": "" }, { "tagName": "A", "id": "", "text": "Link to Twitter", "title": "" }, { "tagName": "A", "id": "", "text": "Link to Flickr", "title": "" }, { "tagName": "A", "id": "", "text": "Link to Instagram", "title": "" }, { "tagName": "A", "id": "", "text": "Link to Youtube", "title": "" } ] }, "totals": [ 0, 0, 13, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Facebook): Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Twitter): Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Instagram): Instagram" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Youtube): Youtube" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Flickr): Flickr" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): 5" }, { "ruleID": "titledEl", "what": "ABBR element has a title attribute", "ordinalSeverity": 2, "tagName": "ABBR", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABBR (*): required" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Facebook): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Twitter): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Flickr): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Instagram): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Youtube): " } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 53, "tagNames": { "DIV": 25, "HEADER": 1, "SPAN": 5, "IMG": 1, "NAV": 1, "UL": 2, "LI": 9, "A": 8, "MAIN": 1 } }, "items": [ { "tagName": "DIV", "id": "wrap_all", "text": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr Previous" }, { "tagName": "HEADER", "id": "header", "text": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "tagName": "DIV", "id": "header_main", "text": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"logo avia-standard-logo\"><a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"htt" }, { "tagName": "IMG", "id": "", "text": "<img src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/SC24_Logo_Senate-1-1030x399.png\" h" }, { "tagName": "NAV", "id": "", "text": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "tagName": "DIV", "id": "", "text": "Meet Sabrina Supporters Our District Donate Menu Menu" }, { "tagName": "UL", "id": "avia-menu", "text": "Meet Sabrina Supporters Our District Donate Menu Menu" }, { "tagName": "LI", "id": "menu-item-1924", "text": "Meet Sabrina" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "tagName": "LI", "id": "menu-item-1985", "text": "Supporters" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "tagName": "LI", "id": "menu-item-1923", "text": "Our District" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "tagName": "LI", "id": "menu-item-1977", "text": "Donate" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "tagName": "LI", "id": "", "text": "Menu Menu" }, { "tagName": "UL", "id": "", "text": "FacebookTwitterInstagramYoutubeFlickr" }, { "tagName": "A", "id": "", "text": "Facebook" }, { "tagName": "A", "id": "", "text": "Twitter" }, { "tagName": "A", "id": "", "text": "Instagram" }, { "tagName": "A", "id": "", "text": "Youtube" }, { "tagName": "A", "id": "", "text": "Flickr" }, { "tagName": "DIV", "id": "", "text": "<div class=\"header_bg\"></div>" }, { "tagName": "DIV", "id": "full_slider_1", "text": "PreviousNext1234" }, { "tagName": "LI", "id": "", "text": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0 slide-1 slide-odd ne" }, { "tagName": "LI", "id": "", "text": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__1 slide-2 slide-even\">" }, { "tagName": "LI", "id": "", "text": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__2 slide-3 slide-odd\"><" }, { "tagName": "LI", "id": "", "text": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__3 slide-4 slide-even\">" }, { "tagName": "A", "id": "", "text": "Previous" }, { "tagName": "A", "id": "", "text": "Next" }, { "tagName": "DIV", "id": "", "text": "1234" }, { "tagName": "DIV", "id": "", "text": "A working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates! Emai" }, { "tagName": "DIV", "id": "", "text": "A working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates! Emai" }, { "tagName": "DIV", "id": "", "text": "A working mom who gets things done for the Inland Empire" }, { "tagName": "DIV", "id": "", "text": "Join The TeamSign up for email updates!" }, { "tagName": "DIV", "id": "", "text": "Email * Zip" }, { "tagName": "DIV", "id": "", "text": "A working mom who gets things done for the Inland Empire" }, { "tagName": "DIV", "id": "", "text": "A working mom who gets things done for the Inland Empire" }, { "tagName": "DIV", "id": "", "text": "Join The TeamSign up for email updates! Email * Zip" }, { "tagName": "DIV", "id": "", "text": "Join The TeamSign up for email updates!" }, { "tagName": "DIV", "id": "", "text": "Email * Zip" }, { "tagName": "MAIN", "id": "", "text": "Link to FacebookLink to TwitterLink to FlickrLink to InstagramLink to Youtube .flex_column.av-5odxny" }, { "tagName": "DIV", "id": "", "text": "<div class=\"flex_column av-6yg8qm-b1a1516b7e50c32755b30fa2122ce3c8 av_one_fourth avia-builder-el-1 e" }, { "tagName": "DIV", "id": "", "text": "Link to FacebookLink to TwitterLink to FlickrLink to InstagramLink to Youtube" }, { "tagName": "DIV", "id": "", "text": "<div class=\"flex_column av-7irrm6-c1c6b4738a1dadc25c9a02810b4b6f22 av_one_fourth avia-builder-el-4 e" }, { "tagName": "DIV", "id": "", "text": "<div class=\"flex_column av-62rzcu-527df8af381ad4be76d85ffc6606436d av_one_fourth avia-builder-el-5 e" }, { "tagName": "DIV", "id": "", "text": "#top .av_textblock_section.av-cti26-506f44d306e9c8459340b4c952e5b47e .avia_textblock{ color:#ffffff;" }, { "tagName": "DIV", "id": "", "text": "<div class=\"flex_column av-2gamf2-c3c09f837c3275273058ac0dcc2db27e av_one_fourth avia-builder-el-8 e" }, { "tagName": "DIV", "id": "", "text": "<div class=\"flex_column av-4f7zpq-6855d457420506bcf10b406dd38a2f2d av_one_fifth avia-builder-el-9 el" }, { "tagName": "DIV", "id": "", "text": "#top .av_textblock_section.av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481 .avia_textblock{ font-size:1" }, { "tagName": "DIV", "id": "", "text": "<div class=\"flex_column av-2la0r2-22b6f6857d08f7e31dac779e7b5e59c5 av_one_fifth avia-builder-el-12 e" }, { "tagName": "A", "id": "scroll-top-link", "text": "Scroll to top" } ] }, "totals": [ 53, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "wrap_all", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr Previous" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "header_main", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"logo avia-standard-logo\"><a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"htt" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/SC24_Logo_Senate-1-1030x399.png\" h" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "avia-menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1924", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1985", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1923", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1977", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu Menu" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Instagram" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Flickr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"header_bg\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "full_slider_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PreviousNext1234" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0 slide-1 slide-odd ne" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__1 slide-2 slide-even\">" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__2 slide-3 slide-odd\"><" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__3 slide-4 slide-even\">" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1234" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates! Emai" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates! Emai" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland Empire" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join The TeamSign up for email updates!" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email * Zip" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland Empire" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland Empire" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join The TeamSign up for email updates! Email * Zip" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join The TeamSign up for email updates!" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email * Zip" }, { "ruleID": "zIndex", "what": "MAIN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to FacebookLink to TwitterLink to FlickrLink to InstagramLink to Youtube .flex_column.av-5odxny" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-6yg8qm-b1a1516b7e50c32755b30fa2122ce3c8 av_one_fourth avia-builder-el-1 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to FacebookLink to TwitterLink to FlickrLink to InstagramLink to Youtube" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-7irrm6-c1c6b4738a1dadc25c9a02810b4b6f22 av_one_fourth avia-builder-el-4 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-62rzcu-527df8af381ad4be76d85ffc6606436d av_one_fourth avia-builder-el-5 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#top .av_textblock_section.av-cti26-506f44d306e9c8459340b4c952e5b47e .avia_textblock{ color:#ffffff;" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-2gamf2-c3c09f837c3275273058ac0dcc2db27e av_one_fourth avia-builder-el-8 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-4f7zpq-6855d457420506bcf10b406dd38a2f2d av_one_fifth avia-builder-el-9 el" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#top .av_textblock_section.av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481 .avia_textblock{ font-size:1" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-2la0r2-22b6f6857d08f7e31dac779e7b5e59c5 av_one_fifth avia-builder-el-12 e" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scroll to top" } ] } }, "success": true }, "standardResult": { "totals": [ 136, 143, 22, 72 ], "instances": [ { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email *; #avia_0_1" }, { "ruleID": "autocomplete", "what": "Input is missing the required autocomplete attribute with value email", "ordinalSeverity": 2, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email *; #avia_0_2" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "avia_0_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input name=\"avia_0_1\" class=\"text_input is_email\" type=\"text\" id=\"avia_0_1\" value=\"\" placeholder=\"E" }, { "ruleID": "focInd", "what": "INPUT element has a non-outline focus indicator", "ordinalSeverity": 2, "tagName": "INPUT", "id": "avia_3_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input name=\"avia_3_1\" class=\"text_input \" type=\"text\" id=\"avia_3_1\" value=\"\" placeholder=\"Zip\">" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"https://sabrinacervantes.com/wp-content/u" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Instagram" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Flickr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "3" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" }, { "ruleID": "focInd", "what": "INPUT element has no focus indicator", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<input type=\"submit\" value=\"Sign Up\" class=\"button\" data-sending-label=\"Sending\">" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Facebook" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Twitter" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Flickr" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Instagram" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to Youtube" }, { "ruleID": "focOp", "complaint": "LI element is operable but not focusable", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu Menu" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2" }, { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "3" }, { "ruleID": "focVis", "what": "Visible link is above or to the left of the display", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1924", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1985", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1923", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-1977", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to InstagramLink to Instagram" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"https://sabrinacervantes.com/wp-content/u" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "2" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "3" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "4" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scroll to top" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, End", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1924", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina; #menu-item-1924" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1985", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters; #menu-item-1985" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "count": 4, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1923", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District; #menu-item-1923" }, { "ruleID": "menuNav", "what": "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home", "count": 3, "ordinalSeverity": 1, "tagName": "LI", "id": "menu-item-1977", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate; #menu-item-1977" }, { "ruleID": "role", "what": "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "count": 1, "ordinalSeverity": 3, "tagName": "HEADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "NAV elements have redundant explicit role navigation (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 2 different styles", "count": 1, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 3 different styles", "count": 2, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-1 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Facebook): Facebook" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Twitter): Twitter" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Instagram): Instagram" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Youtube): Youtube" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Flickr): Flickr" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): 5" }, { "ruleID": "titledEl", "what": "ABBR element has a title attribute", "ordinalSeverity": 2, "tagName": "ABBR", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "ABBR (*): required" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Facebook): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Twitter): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Flickr): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Instagram): " }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Link to Youtube): " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "wrap_all", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr Previous" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "header_main", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"logo avia-standard-logo\"><a href=\"https://sabrinacervantes.com/\" class=\"\"><img src=\"htt" }, { "ruleID": "zIndex", "what": "IMG element has a non-default Z index", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<img src=\"https://sabrinacervantes.com/wp-content/uploads/2022/12/SC24_Logo_Senate-1-1030x399.png\" h" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "avia-menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina Supporters Our District Donate Menu Menu" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1924", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Sabrina" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1985", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1923", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Our District" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1977", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"avia-menu-fx\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></sp" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Menu Menu" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "FacebookTwitterInstagramYoutubeFlickr" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Facebook" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Twitter" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Instagram" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Youtube" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Flickr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"header_bg\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "full_slider_1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "PreviousNext1234" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__0 slide-1 slide-odd ne" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__1 slide-2 slide-even\">" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__2 slide-3 slide-odd\"><" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<li class=\"avia-slideshow-slide av-lbtwbgkw-6dafdc69cbaff4e69c79daa2a505e583__3 slide-4 slide-even\">" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Previous" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "1234" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates! Emai" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland EmpireJoin The TeamSign up for email updates! Emai" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland Empire" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join The TeamSign up for email updates!" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email * Zip" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland Empire" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A working mom who gets things done for the Inland Empire" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join The TeamSign up for email updates! Email * Zip" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join The TeamSign up for email updates!" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Email * Zip" }, { "ruleID": "zIndex", "what": "MAIN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to FacebookLink to TwitterLink to FlickrLink to InstagramLink to Youtube .flex_column.av-5odxny" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-6yg8qm-b1a1516b7e50c32755b30fa2122ce3c8 av_one_fourth avia-builder-el-1 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Link to FacebookLink to TwitterLink to FlickrLink to InstagramLink to Youtube" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-7irrm6-c1c6b4738a1dadc25c9a02810b4b6f22 av_one_fourth avia-builder-el-4 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-62rzcu-527df8af381ad4be76d85ffc6606436d av_one_fourth avia-builder-el-5 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#top .av_textblock_section.av-cti26-506f44d306e9c8459340b4c952e5b47e .avia_textblock{ color:#ffffff;" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-2gamf2-c3c09f837c3275273058ac0dcc2db27e av_one_fourth avia-builder-el-8 e" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-4f7zpq-6855d457420506bcf10b406dd38a2f2d av_one_fifth avia-builder-el-9 el" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "#top .av_textblock_section.av-lbtvnpee-bf69e4b9e038cb70afab2df898a99481 .avia_textblock{ font-size:1" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"flex_column av-2la0r2-22b6f6857d08f7e31dac779e7b5e59c5 av_one_fifth avia-builder-el-12 e" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Scroll to top" } ] }, "endTime": 1687101621630 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687101621630, "url": "https://sabrinacervantes.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Sabrina Cervantes for State Senate", "pageurl": "https://sabrinacervantes.com/", "time": 2.01, "creditsremaining": 1086, "allitemcount": 71, "totalelements": 353, "waveurl": "http://wave.webaim.org/report?url=https://sabrinacervantes.com/" }, "categories": { "error": { "description": "Errors", "count": 2, "items": { "label_missing": { "id": "label_missing", "description": "Missing form label", "count": 2, "selectors": [ "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#desktop > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + FORM > FIELDSET:first-child > P:first-child + P + P + P > INPUT#avia_avia_username_1", "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#mobile > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > FORM:first-child > FIELDSET:first-child > P:first-child + P + P + P > INPUT#avia_avia_username_2" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 0, "items": [] }, "alert": { "description": "Alerts", "count": 15, "items": { "image_title": { "id": "image_title", "description": "Image with title", "count": 1, "selectors": [ "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "legend_missing": { "id": "legend_missing", "description": "Fieldset missing legend", "count": 2, "selectors": [ "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#desktop > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + FORM > FIELDSET:first-child", "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#mobile > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > FORM:first-child > FIELDSET:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] }, "link_internal_broken": { "id": "link_internal_broken", "description": "Broken same-page link", "count": 6, "selectors": [ "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV > A:first-child", "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV > A:first-child + A", "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child", "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child + A", "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child + A + A", "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child + A + A + A" ], "wcag": [ { "name": "2.1.1 Keyboard (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1" } ] }, "title_redundant": { "id": "title_redundant", "description": "Redundant title text", "count": 6, "selectors": [ "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child > A:first-child", "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI > A:first-child", "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI + LI > A:first-child", "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI + LI + LI > A:first-child", "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child", "HTML > BODY#top > A#scroll-top-link" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 15, 0, 0, 2 ], "instances": [ { "ruleID": "label_missing", "what": "Missing form label", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_1", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#desktop > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + FORM > FIELDSET:first-child > P:first-child + P + P + P > INPUT#avia_avia_username_1" }, "excerpt": "" }, { "ruleID": "label_missing", "what": "Missing form label", "ordinalSeverity": 3, "tagName": "INPUT", "id": "avia_avia_username_2", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#mobile > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > FORM:first-child > FIELDSET:first-child > P:first-child + P + P + P > INPUT#avia_avia_username_2" }, "excerpt": "" }, { "ruleID": "image_title", "what": "Image with title", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child > LI:first-child > DIV:first-child > IMG:first-child" }, "excerpt": "" }, { "ruleID": "legend_missing", "what": "Fieldset missing legend", "ordinalSeverity": 0, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#desktop > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + FORM > FIELDSET:first-child" }, "excerpt": "" }, { "ruleID": "legend_missing", "what": "Fieldset missing legend", "ordinalSeverity": 0, "tagName": "FIELDSET", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#mobile > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > FORM:first-child > FIELDSET:first-child" }, "excerpt": "" }, { "ruleID": "link_internal_broken", "what": "Broken same-page link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_internal_broken", "what": "Broken same-page link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV > A:first-child + A" }, "excerpt": "" }, { "ruleID": "link_internal_broken", "what": "Broken same-page link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "link_internal_broken", "what": "Broken same-page link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child + A" }, "excerpt": "" }, { "ruleID": "link_internal_broken", "what": "Broken same-page link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child + A + A" }, "excerpt": "" }, { "ruleID": "link_internal_broken", "what": "Broken same-page link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > DIV#main > DIV#full_slider_1 > DIV:first-child > UL:first-child + DIV + DIV > A:first-child + A + A + A" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI + LI + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > DIV#wrap_all > HEADER#header > DIV#header_main > DIV:first-child > DIV:first-child > SPAN:first-child + NAV > DIV:first-child + UL > LI:first-child + LI + LI + LI + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "title_redundant", "what": "Redundant title text", "ordinalSeverity": 0, "tagName": "A", "id": "scroll-top-link", "location": { "doc": "dom", "type": "selector", "spec": "HTML > BODY#top > A#scroll-top-link" }, "excerpt": "" } ] }, "endTime": 1687101624125 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD58-c", "which": "https://sabrinacervantes.com/", "what": "Candidate Sabrina Cervantes (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T15:19:15", "endTime": "2023-06-18T15:20:24", "elapsedSeconds": 68, "visitLatency": 6, "logCount": 12, "logSize": 552, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 28 ], [ "testaro", 14 ], [ "alfa", 6 ], [ "ibm", 3 ], [ "qualWeb", 2 ], [ "wave", 2 ], [ "nuVal", 1 ], [ "tenon", 1 ], [ "axe", 0 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1090, "issue": 934, "tool": 154, "prevention": 0, "log": 2, "latency": 0 }, "details": { "severity": { "total": [ 285, 209, 64, 161 ], "byTool": { "testaro": [ 136, 143, 22, 72 ], "alfa": [ 21, 0, 0, 15 ], "axe": [ 21, 10, 9, 0 ], "continuum": [ 0, 0, 0, 2 ], "htmlcs": [ 24, 0, 0, 11 ], "ibm": [ 0, 3, 0, 16 ], "nuVal": [ 58, 0, 10, 0 ], "qualWeb": [ 10, 53, 23, 8 ], "tenon": [ 0, 0, 0, 35 ], "wave": [ 15, 0, 0, 2 ] } }, "prevention": {}, "issue": { "spontaneousMotion": { "score": 126, "maxCount": 63, "weight": 2, "tools": { "testaro": { "motion": { "quality": 1, "what": "Change of visible content not requested by user", "complaints": { "countTotal": 63, "texts": [ "Content moves or changes without user request" ] } } } } }, "duplicateID": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 2, "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: mobile" ] } } }, "continuum": { "94": { "quality": 1, "what": "Element contains an id attribute set to a value that is not unique in the DOM", "complaints": { "countTotal": 2, "texts": [ "This DIV has an id attribute of 'mobile', which is not unique in the same DOM" ] } } }, "htmlcs": { "AAA.4_1_1.F77": { "quality": 1, "what": "Duplicate id attribute value", "complaints": { "countTotal": 1, "texts": [ "Duplicate id attribute value \"mobile\" 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": 3, "texts": [ "The <style> element has the id \"av-browser-height\" that is already in use", "The <link> element has the id \"avia-google-webfont\" that is already in use", "The <div> element has the id \"mobile\" that is already in use" ] } } }, "nuVal": { "^Duplicate ID .+$|^The first occurrence of ID .* was here.*$": { "quality": 1, "what": "Duplicate id", "complaints": { "countTotal": 4, "texts": [ "Duplicate ID mobile.", "The first occurrence of ID mobile was here." ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 6, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "contentBeyondLandmarks": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 10, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 8, "texts": [ "All page content should be contained by landmarks; Some page content is not contained by landmarks" ] } } }, "ibm": { "aria_content_in_landmark": { "quality": 1, "what": "Content is not within a landmark element", "complaints": { "countTotal": 6, "texts": [ "Content is not within a landmark element" ] } } } } }, "groupName": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r60": { "quality": 1, "what": "Form-control group has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Groups have an accessible name" ] } } }, "htmlcs": { "AAA.4_1_2.H91.Fieldset.Name": { "quality": 1, "what": "Fieldset has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This fieldset element does not have a name available to an accessibility API. Valid names are: legend element, aria-label attribute, aria-labelledby attribute." ] } } }, "ibm": { "fieldset_label_valid": { "quality": 1, "what": "Group or fieldset has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Group/Fieldset does not have an accessible name" ] } } } } }, "focusIndication": { "score": 88, "maxCount": 22, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 6, "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": 22, "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": 22, "texts": [ "INPUT element has a non-outline focus indicator", "A element has no focus indicator", "INPUT 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" ] } } }, "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 6.04:1. Recommendation: change background to #161616." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 2, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 5, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "textContrastAA": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 7, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 10, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of NaN: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": 2, "texts": [ "Text contrast of 3.64 with its background is less than the WCAG AA minimum requirements for text of size 15px and weight of 400", "Text contrast of 2.51 with its background is less than the WCAG AA minimum requirements for text of size 34px and weight of 700" ] } } } } }, "leadingInsufficient": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 1, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "headingOfNothing": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 1, "texts": [ "Headings of same level have text content between them" ] } } } } }, "repeatedContentRisk": { "score": 5, "maxCount": 5, "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." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "hiddenContentRisk": { "score": 21, "maxCount": 21, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 21, "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." ] } } } } }, "decorativeImageRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 3, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoNavList": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 2, "texts": [ "If this element contains a navigation section, it is recommended that it be marked up as a list." ] } } }, "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 4, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "scrollRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 4, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G18.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1", "complaints": { "countTotal": 3, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1." ] } } } } }, "visibleLabelNotName": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "htmlcs": { "AAA.2_5_3.F96": { "quality": 1, "what": "Visible label is not in the accessible name", "complaints": { "countTotal": 1, "texts": [ "Accessible name for this element does not contain the visible label text. Check that for user interface components with labels that include text or images of text, the name contains the text that is presented visually." ] } } } } }, "linkWindowSurpriseRisk": { "score": 11, "maxCount": 11, "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": 11, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "decorativeTitle": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.1": { "quality": 1, "what": "img element has an empty alt attribute but has a nonempty title attribute", "complaints": { "countTotal": 1, "texts": [ "Img element with empty alt text must have absent or empty title attribute." ] } } }, "wave": { "image_title": { "quality": 1, "what": "Image has a title attribute value but no alt value", "complaints": { "countTotal": 1, "texts": [ "Image with title" ] } } } } }, "controlNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "htmlcs": { "AAA.1_3_1.F68": { "quality": 1, "what": "Form control has no label", "complaints": { "countTotal": 2, "texts": [ "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate." ] } } }, "wave": { "label_missing": { "quality": 1, "what": "form element has no label", "complaints": { "countTotal": 2, "texts": [ "Missing form label" ] } } } } }, "legendMissing": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H71.NoLegend": { "quality": 1, "what": "fieldset has no legend element", "complaints": { "countTotal": 1, "texts": [ "Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group." ] } } }, "ibm": { "fieldset_legend_valid": { "quality": 1, "what": "fieldset element does not have a legend element", "complaints": { "countTotal": 1, "texts": [ "<fieldset> element does not have a <legend>" ] } } }, "qualWeb": { "QW-WCAG-T3": { "quality": 1, "what": "Description for a group of form controls using fieldset and legend elements is not provided", "complaints": { "countTotal": 2, "texts": [ "This technique checks the correct use of the description element for form controls" ] } } }, "wave": { "legend_missing": { "quality": 1, "what": "fieldset has no legend element", "complaints": { "countTotal": 2, "texts": [ "Fieldset missing legend" ] } } } } }, "inputNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "htmlcs": { "AAA.4_1_2.H91.InputText.Name": { "quality": 1, "what": "Text input has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute." ] } } } } }, "imageNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "ibm": { "img_alt_null": { "quality": 1, "what": "Image has a title attribute but an empty alt attribute", "complaints": { "countTotal": 1, "texts": [ "The image 'alt' attribute is empty, but the 'title' attribute is not empty" ] } } } } }, "landmarkConfusion": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_landmark_name_unique": { "quality": 1, "what": "Multiple landmarks with the same parent region are not distinguished from one another", "complaints": { "countTotal": 1, "texts": [ "Multiple \"form\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label" ] } } } } }, "noOptionFocusable": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_child_tabbable": { "quality": 1, "what": "No descendent element with an option role is tabbable", "complaints": { "countTotal": 1, "texts": [ "None of the descendent elements with \"menuitem\" role is tabbable" ] } } } } }, "roleRedundant": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "ibm": { "aria_role_redundant": { "quality": 1, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element", "complaints": { "countTotal": 3, "texts": [ "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>" ] } } }, "nuVal": { "^The .+ role is unnecessary for element .+$": { "quality": 1, "what": "explicit role is redundant for its element", "complaints": { "countTotal": 6, "texts": [ "The banner role is unnecessary for element header.", "The navigation role is unnecessary for element nav.", "The main role is unnecessary for element main." ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 3, "texts": [ "HEADER elements have invalid or native-replaceable explicit role banner (count: 1)", "NAV elements have redundant explicit role navigation (count: 1)", "MAIN elements have redundant explicit role main (count: 1)" ] } } } } }, "typeRedundant": { "score": 44, "maxCount": 44, "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": 27, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } }, "The type attribute for the style element is not needed and should be omitted.": { "quality": 1, "what": "type attribute is unnecessary for a style element", "complaints": { "countTotal": 17, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } } } } }, "encodingBad": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "nuVal": { "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)": { "quality": 1, "what": "Page includes a Unicode PUA character", "complaints": { "countTotal": 2, "texts": [ "Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)" ] } } } } }, "parentBad": { "score": 32, "maxCount": 8, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 8, "texts": [ "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "sectionHeadingless": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "nuVal": { "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.": { "quality": 1, "what": "section has no heading", "complaints": { "countTotal": 4, "texts": [ "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed." ] } } }, "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "slashParseRisk": { "score": 47, "maxCount": 47, "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": 47, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "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." ] } } } } }, "linkTextsSame": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R9": { "quality": 1, "what": "Links with identical accessible names have different purposes", "complaints": { "countTotal": 2, "texts": [ "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources." ] } } }, "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 1, "texts": [ "These links have the same text but different destinations." ] } } } } }, "errorReferenceBad": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 6, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "overflowHiddenRisk": { "score": 13, "maxCount": 13, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 13, "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." ] } } } } }, "ignorable": { "score": 0, "maxCount": 11, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 11, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "labelConfusionRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T17": { "quality": 1, "what": "label not positioned to maximize the predictability of the relationship", "complaints": { "countTotal": 2, "texts": [ "This technique checks the correct position of labels in forms" ] } } } } }, "textAlternativeRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 2, "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" ] } } } } }, "fontSizeAbsolute": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 1, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "colorMissing": { "score": 20, "maxCount": 5, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 5, "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": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 2, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "pseudoListRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "qualWeb": { "QW-BP23": { "quality": 1, "what": "List item is used nonsemantically", "complaints": { "countTotal": 5, "texts": [ "Ensures <li> elements are used semantically" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "titleRedundant": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "tenon": { "79": { "quality": 1, "what": "Link has a title attribute that is the same as the text inside the link", "complaints": { "countTotal": 6, "texts": [ "This link has a `title` attribute that is the same as the text inside the link." ] } } }, "wave": { "title_redundant": { "quality": 1, "what": "Title attribute text is the same as text or alternative text", "complaints": { "countTotal": 6, "texts": [ "Redundant title text" ] } } } } }, "targetSize": { "score": 21, "maxCount": 7, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 7, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "tabIndexMissing": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "tenon": { "190": { "quality": 1, "what": "Interactive item is not natively actionable, but has no tabindex=0 attribute", "complaints": { "countTotal": 1, "texts": [ "Item(s) with interactive `role` must have `tabindex=\"0\"` unless it is natively actionable." ] } } } } }, "focusableHidden": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "tenon": { "194": { "quality": 1, "what": "Visible element is focusable but has a presentation role or aria-hidden=true attribute", "complaints": { "countTotal": 3, "texts": [ "This visible element is focusable and is marked up with either `role=\"presentation\"` or `aria-hidden=\"true\"`." ] } } } } }, "linkForcesNewWindow": { "score": 33, "maxCount": 11, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 11, "texts": [ "This link opens in a new window without user control." ] } } } } }, "autocompleteNone": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "testaro": { "autocomplete": { "quality": 1, "what": "Name or email input is missing its required autocomplete attribute", "complaints": { "countTotal": 2, "texts": [ "Input is missing the required autocomplete attribute with value email" ] } } } } }, "focusableOperable": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 4, "texts": [ null ] } } } } }, "focusedAway": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "testaro": { "focVis": { "quality": 1, "what": "Element when focused is off the display", "complaints": { "countTotal": 4, "texts": [ "Visible link is above or to the left of the display" ] } } } } }, "hoverSurprise": { "score": 22, "maxCount": 11, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 11, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over" ] } } } } }, "labelClash": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 2, "texts": [ "Element INPUT is unlabeled" ] } } } } }, "linkIndication": { "score": 16, "maxCount": 8, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 8, "texts": [ "Link is inline but has no underline" ] } } } } }, "menuNavigation": { "score": 28, "maxCount": 14, "weight": 2, "tools": { "testaro": { "menuNav": { "quality": 1, "what": "Nonstandard keyboard navigation among focusable menu items", "complaints": { "countTotal": 14, "texts": [ "Menu item responds nonstandardly to ArrowUp, ArrowDown, End", "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home, End", "Menu item responds nonstandardly to ArrowUp, ArrowDown, Home" ] } } } } }, "inconsistentStyles": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 4, "texts": [ "In-line links have 2 different styles", "Links in columns have 3 different styles", "Level-1 headings have 2 different styles" ] } } } } }, "titleBad": { "score": 52, "maxCount": 13, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 13, "texts": [ "IMG element has a title attribute", "A element has a title attribute", "ABBR element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 53, "maxCount": 53, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 53, "texts": [ "DIV element has a non-default Z index", "HEADER element has a non-default Z index", "SPAN element has a non-default Z index", "IMG element has a non-default Z index", "NAV element has a non-default Z index", "UL element has a non-default Z index", "LI element has a non-default Z index", "A element has a non-default Z index", "MAIN element has a non-default Z index" ] } } } } }, "internalLinkBroken": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "wave": { "link_internal_broken": { "quality": 1, "what": "Broken same-page link", "complaints": { "countTotal": 6, "texts": [ "Broken same-page link" ] } } } } } } } } }