Accessibility digest
Page | Candidate James Ramos (D) |
---|---|
URL | https://www.jamesramos.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 691 |
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 James Ramos (D) at https://www.jamesramos.org/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 691, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 691 | Sum of the component scores |
issue | 611 | Severity and number of reported defects |
tool | 78 | 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 |
---|---|
focusIndication | 124 |
slashParseRisk | 55 |
colorMissing | 52 |
zIndexNotZero | 48 |
leadingClipsText | 44 |
linkIndication | 36 |
noHeading | 36 |
typeRedundant | 34 |
textContrastAA | 16 |
titleBad | 16 |
focusableOperable | 15 |
linkForcesNewWindow | 12 |
hiddenContentRisk | 10 |
overflowHiddenRisk | 10 |
repeatedContentRisk | 9 |
imageNoText | 8 |
pseudoNavList | 8 |
hoverSurprise | 8 |
inconsistentStyles | 8 |
contrastRisk | 7 |
skipRepeatedContent | 6 |
contrastAAA | 5 |
roleRedundant | 5 |
contentBeyondLandmarks | 4 |
leadingInsufficient | 4 |
linkWindowSurpriseRisk | 4 |
sectionHeadingless | 4 |
tabFocusability | 4 |
roleBad | 3 |
elementClosure | 3 |
pseudoHeadingRisk | 2 |
mainNone | 2 |
textAlternativeRisk | 2 |
bannerNot1 | 2 |
bannerNotTop | 2 |
linkPair | 2 |
complementaryNoText | 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 focusIndication
WCAG: 2.4.7
Score: 124
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 3
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: 31
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: 3
Complaint specifics
- DIV element has no focus indicator
Issue slashParseRisk
WCAG: 4.1
Score: 55
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: 55
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue colorMissing
WCAG: 1.4.3
Score: 52
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 13
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 zIndexNotZero
WCAG: 1.4
Score: 48
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 48
Complaint specifics
- UL element has a non-default Z index
- DIV element has a non-default Z index
- SS3-LOADER element has a non-default Z index
Issue leadingClipsText
WCAG: 1.4.8
Score: 44
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 11
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue linkIndication
WCAG: 1.3.3
Score: 36
Complaints by alfa
Rule r62
r62
Description: Inline link is not distinct from the surrounding text except by color
Count of instances: 3
Complaint specifics
- Links in blocks of text are distinguishable
Complaints by axe
Rule link-in-text-block
link-in-text-block
Description: Link is not distinct from surrounding text without reliance on color
Count of instances: 1
Complaint specifics
- Links must be distinguishable without relying on color; The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333); The link has no styling (such as underline) to distinguish it from the surrounding text
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 18
Complaint specifics
- Link is inline but has no underline
Issue noHeading
WCAG: 1.3.1
Score: 36
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 12
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue typeRedundant
WCAG: 1.3.1
Score: 34
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 24
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: 10
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Issue textContrastAA
WCAG: 1.4.3
Score: 16
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 3
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: 4
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.91 (foreground color: #c3251d, background color: #233c5e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 3
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 3.91:1. Recommendation: change background to #fcfeff.
- 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 3.96:1. Recommendation: change background to #ce4844.
- 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 3.96:1. Recommendation: change background to #fffefd.
Complaints by ibm
Rule text_contrast_sufficient
text_contrast_sufficient
Description: Text has a contrast with its background less than the WCAG AA minimum for its size and weight
Count of instances: 4
Complaint specifics
- Text contrast of 1.92 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600
- Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400
- Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 21.6px and weight of 400
- Text contrast of 1.13 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 3
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 4
Complaint specifics
- Very low contrast
Issue titleBad
WCAG: 1.3.1
Score: 16
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 4
Complaint specifics
- A element has a title attribute
Issue focusableOperable
WCAG: 2.1.1
Score: 15
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 5
Complaint specifics
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 12
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 4
Complaint specifics
- This link opens in a new window without user control.
Issue hiddenContentRisk
WCAG: 4.1
Score: 10
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 10
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 overflowHiddenRisk
WCAG: 1.4.4
Score: 10
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: 10
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 repeatedContentRisk
WCAG: 2.4.1
Score: 9
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: 6
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 imageNoText
WCAG: 1.1.1
Score: 8
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 1
Complaint specifics
- Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role="none" or role="presentation"
Complaints by continuum
Rule 89
89
Description: img element has no machanism allowing an accessible name to be calculated
Count of instances: 1
Complaint specifics
- This img element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.1_1_1.H37
AAA.1_1_1.H37
Description: img element has no alt attribute
Count of instances: 1
Complaint specifics
- Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
Complaints by ibm
Rule img_alt_valid
img_alt_valid
Description: Image has neither an alt attribute nor an ARIA label or title
Count of instances: 1
Complaint specifics
- The image has neither an alt atttribute nor an ARIA label or title
Complaints by nuVal
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 2
Complaint specifics
- An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Complaints by qualWeb
Rule QW-ACT-R17
QW-ACT-R17
Description: Image has no accessible name
Count of instances: 1
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Complaints by wave
Rule alt_missing
alt_missing
Description: Text alternative is missing
Count of instances: 1
Complaint specifics
- Missing alternative text
Issue pseudoNavList
WCAG: 1.3.1
Score: 8
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 hoverSurprise
WCAG: 1.4.13
Score: 8
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 4
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue inconsistentStyles
WCAG: 3.2.4
Score: 8
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 8
Complaint specifics
- In-line links have 3 different styles
- Links in columns have 4 different styles
- Buttons have 2 different styles
- Level-3 headings have 3 different styles
Issue contrastRisk
WCAG: 1.4.3
Score: 7
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.BGColour
AAA.1_4_3_F24.F24.BGColour
Description: Inline background color may lack a complementary foreground color
Count of instances: 1
Complaint specifics
- Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.
Rule AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 4
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Rule AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 1
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.
Rule AAA.1_4_6.G18.BgImage
Description: Contrast between the text and the background image may be less than 4.5:1
Count of instances: 1
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.
Issue 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 contrastAAA
WCAG: 1.4.6
Score: 5
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 5
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 4
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #d93738, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.91 (foreground color: #337ab7, background color: #e6eff5, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.96 (foreground color: #ffffff, background color: #d9534f, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 4
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 3.96:1. Recommendation: change text colour to #000203.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.13:1. Recommendation: change background to #fdfeff.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.92:1. Recommendation: change text colour to #fffefe.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.61:1. Recommendation: change background to #373737.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 4
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 1
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue roleRedundant
WCAG: 4.1.2
Score: 5
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 "complementary" is redundant with the implicit role of the element <aside>
- The explicitly-assigned ARIA role "button" is redundant with the implicit role of the element <button>
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: 4
Complaint specifics
- The button role is unnecessary for element button.
- The complementary role is unnecessary for element aside.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 5
Complaint specifics
- BUTTON elements have redundant explicit role button (count: 2)
- DIV elements have invalid or native-replaceable explicit role button (count: 2)
- ASIDE elements have redundant explicit role complementary (count: 1)
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 4
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 2
Complaint specifics
- Perceivable text content is included in a landmark
Complaints by ibm
Rule aria_content_in_landmark
aria_content_in_landmark
Description: Content is not within a landmark element
Count of instances: 1
Complaint specifics
- Content is not within a landmark element
Issue leadingInsufficient
WCAG: 1.4.8
Score: 4
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 2
Complaint specifics
- Paragraphs of text have sufficient line height
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 4
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 4
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue 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 tabFocusability
WCAG: 2.1.1
Score: 4
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 2
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue roleBad
WCAG: 4.1.2
Score: 3
Complaints by ibm
Rule element_tabbable_role_valid
element_tabbable_role_valid
Description: Tabbable element has a non-widget role
Count of instances: 1
Complaint specifics
- The tabbable element's role 'region' is not a widget role
Issue elementClosure
WCAG: 4.1.1
Score: 3
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Description: Invalid closing tag
Count of instances: 1
Complaint specifics
- Stray end tag div.
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 2
Complaints by axe
Rule p-as-heading
p-as-heading
Description: Styled p element may be misused as a heading
Count of instances: 1
Complaint specifics
- Styled <p> elements must not be used as headings; Heading elements should be used instead of styled <p> elements
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 2
Complaint specifics
- Possible heading
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 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 bannerNot1
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-BP20
QW-BP20
Description: Document has more than 1 banner landmark
Count of instances: 1
Complaint specifics
- Ensures the document has at most one banner landmark
Issue bannerNotTop
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-BP19
QW-BP19
Description: banner landmark is not at the top level
Count of instances: 1
Complaint specifics
- Ensures the banner landmark is at top level
Issue linkPair
WCAG: 2.4.4
Score: 2
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 1
Complaint specifics
- Redundant link
Issue complementaryNoText
WCAG: 1.3.6
Score: 1
Complaints by ibm
Rule aria_complementary_label_visible
aria_complementary_label_visible
Description: Element with a complementary role has no visible label
Count of instances: 1
Complaint specifics
- The element with "complementary" role does not have a visible label
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: 4
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD45-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687108705543, "endTime": 1687108706098 }, { "type": "url", "which": "https://www.jamesramos.org/", "what": "Candidate James Ramos (D)", "startTime": 1687108706098, "result": { "url": "https://www.jamesramos.org/" }, "endTime": 1687108708074 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687108708075, "url": "https://www.jamesramos.org/", "endTime": 1687108709595 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687108709595, "url": "https://www.jamesramos.org/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 694202, 694202, 694202, 694202, 694202 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687108722979 }, { "type": "launch", "which": "chromium", "startTime": 1687108722979, "endTime": 1687108723546 }, { "type": "url", "which": "https://www.jamesramos.org/", "what": "Candidate James Ramos (D)", "startTime": 1687108723546, "result": { "url": "https://www.jamesramos.org/" }, "endTime": 1687108724635 }, { "type": "test", "which": "alfa", "startTime": 1687108724636, "url": "https://www.jamesramos.org/", "what": "alfa", "result": { "totals": { "failures": 14, "warnings": 6 }, "items": [ { "index": 74, "verdict": "failed", "rule": { "ruleID": "r2", "ruleSummary": "Images have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r2", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[3]/div[1]/aside[1]/section[2]/div[1]/div[1]/div[1]/a[1]/img[1]", "codeLines": [ "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" ] } }, { "index": 232, "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]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "Skip to main content" ] } }, { "index": 233, "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]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "Skip to primary sidebar" ] } }, { "index": 293, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]", "codeLines": [ "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">", " https://covid19.ca.gov/", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 294, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[3]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a href=\"endorsements\">", " Find out who's already supporting him.", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 295, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[1]/a[1]", "codeLines": [ "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">", " contact my district office", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 321, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]", "codeLines": [ "<div class=\"n2-section-smartslider fitvidsignore n2_clear\" data-ssid=\"2\" tabindex=\"0\" role=\"region\" aria-label=\"Slider\">", " <div id=\"n2-ss-2-align\" class=\"n2-ss-align n2-ss-align-visible\">", " <div class=\"n2-padding\">", " <div id=\"n2-ss-2\" data-creator=\"Smart Slider 3\" data-responsive=\"auto\" class=\"n2-ss-slider n2-ow n2-has-hover n2-ss-desktopPortrait n2-ss-loaded\" data-device-mode=\"desktopPortrait\">", " <div class=\"n2-ss-slider-wrapper-inside\">", " <div class=\"n2-ss-slider-1 n2_ss__touch_element n2-ow\" style=\"cursor: grab; touch-action: pan-y;\">", " <div class=\"n2-ss-slider-2 n2-ow\">", " <div class=\"n2-ss-slider-3 n2-ow\">", " <div class=\"n2-ss-slide-backgrounds n2-ow-all\">", " <div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\" style=\"transform: translate3d(0px, 0px, 0px);\">", " <div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"></div>", " </div>", " <div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\" style=\"transform: translate3d(-100000px, 0px, 0px);\">", " <div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"></div>", " </div>", " <div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\" style=\"transform: translate3d(-100000px, 0px, 0px);\">", " <div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"></div>", " </div>", " <div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\" style=\"transform: translate3d(-100000px, 0px, 0px);\">", " <div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"></div>", " </div>", " </div>", " <div class=\"n2-ss-slider-4 n2-ow\">", " <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 300\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>", " <div data-first=\"1\" data-slide-duration=\"0\" data-id=\"3\" data-slide-public-id=\"1\" data-title=\"Slide\" class=\"n2-ss-slide n2-ow n2-ss-slide-3 n2-ss-slide-active\" style=\"width: 1280px; height: 300px; transform: translate3d(0px, 0px, 0px);\">", " <div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">", " Slide", " </div>", " <div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", " <div class=\"n2-ss-layer n2-ow n-uc-vefiPT6A1tVh\" data-sstype=\"slide\" data-pm=\"default\">", " <div class=\"n2-ss-layer n2-ow n-uc-12c5198d3904e\" data-pm=\"default\" data-sstype=\"content\" data-hasbackground=\"0\">", " <div class=\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-12c5198d3904e-inner\">", " <div class=\"n2-ss-layer n2-ow n-uc-SLJ8qc1a4qmX\" data-pm=\"normal\" data-sstype=\"layer\">", " <div id=\"n2-ss-2item1\" class=\"n2-font-15962cb05f4aaa0026582f3d0be20e7c-hover n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">", " “Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust James Ramos, and so do I.”", " </div>", " </div>", " <div class=\"n2-ss-layer n2-ow n-uc-BuZfMxvhZNUK\" data-pm=\"normal\" data-sstype=\"layer\">", " <div class=\"n2-ss-item-content n2-ss-text n2-ow-all\">", " <div class=\"\">", " <p class=\"n2-font-0a8b1c42acf3fe3f1f1fd504b7309ec3-paragraph n2-style-b0eb591498834a1e131eda9c9265d3d2-heading \">", " San Bernardino County Sheriff Shannon Dicus", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " <div data-slide-duration=\"0\" data-id=\"4\" data-slide-public-id=\"2\" data-title=\"Slide\" class=\"n2-ss-slide n2-ow n2-ss-slide-4\" aria-hidden=\"true\" style=\"width: 1280px; height: 300px; transform: translate3d(-100000px, 0px, 0px);\">", " <div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">", " Slide", " </div>", " <div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", " <div class=\"n2-ss-layer n2-ow n-uc-9rrLib4HGSSN\" data-sstype=\"slide\" data-pm=\"default\">", " <div class=\"n2-ss-layer n2-ow n-uc-XBE5ww2vxTyB\" data-pm=\"default\" data-sstype=\"content\" data-hasbackground=\"0\">", " <div class=\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-XBE5ww2vxTyB-inner\">", " <div class=\"n2-ss-layer n2-ow n-uc-6x4bu6ZTjzri\" data-pm=\"normal\" data-sstype=\"layer\">", " <div id=\"n2-ss-2item3\" class=\"n2-font-15962cb05f4aaa0026582f3d0be20e7c-hover n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">", " \"The pandemic has had significant impacts on our students over the last year. James Ramos understands the importance of education and is dedicated to ensuring our children and teachers have the resources they need to be successful.\"", " </div>", " </div>", " <div class=\"n2-ss-layer n2-ow n-uc-MAeBLQgexhZw\" data-pm=\"normal\" data-sstype=\"layer\">", " <div class=\"n2-ss-item-content n2-ss-text n2-ow-all\">", " <div class=\"\">", " <p class=\"n2-font-beaabbe6380e2c489fea75b649b5d52a-paragraph n2-style-b0eb591498834a1e131eda9c9265d3d2-heading \">", " Ted Alejandre, San Bernardino County Superintendent of Schools", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " <div data-slide-duration=\"0\" data-id=\"5\" data-slide-public-id=\"3\" data-title=\"Slide\" class=\"n2-ss-slide n2-ow n2-ss-slide-5\" aria-hidden=\"true\" style=\"width: 1280px; height: 300px; transform: translate3d(-100000px, 0px, 0px);\">", " <div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">", " Slide", " </div>", " <div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", " <div class=\"n2-ss-layer n2-ow n-uc-Ma6rxhKVEbLD\" data-sstype=\"slide\" data-pm=\"default\">", " <div class=\"n2-ss-layer n2-ow n-uc-UDVRh13g2Guw\" data-pm=\"default\" data-sstype=\"content\" data-hasbackground=\"0\">", " <div class=\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-UDVRh13g2Guw-inner\">", " <div class=\"n2-ss-layer n2-ow n-uc-3evt2v6xOOIE\" data-pm=\"normal\" data-sstype=\"layer\">", " <div id=\"n2-ss-2item5\" class=\"n2-font-15962cb05f4aaa0026582f3d0be20e7c-hover n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">", " “Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tools we need to keep Californians safe.”", " <br>", " </div>", " </div>", " <div class=\"n2-ss-layer n2-ow n-uc-m2rPonGMoC0l\" data-pm=\"normal\" data-sstype=\"layer\">", " <div class=\"n2-ss-item-content n2-ss-text n2-ow-all\">", " <div class=\"\">", " <p class=\"n2-font-eb15b9e63db3fef8498561fe791aa447-paragraph n2-style-b0eb591498834a1e131eda9c9265d3d2-heading \">", " Jim Grigoli, President, San Bernardino County Professional Firefighters Local 935", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " <div data-slide-duration=\"0\" data-id=\"6\" data-slide-public-id=\"4\" data-title=\"Slide\" class=\"n2-ss-slide n2-ow n2-ss-slide-6\" aria-hidden=\"true\" style=\"width: 1280px; height: 300px; transform: translate3d(-100000px, 0px, 0px);\">", " <div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">", " Slide", " </div>", " <div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", " <div class=\"n2-ss-layer n2-ow n-uc-BW0fCthHJz43\" data-sstype=\"slide\" data-pm=\"default\">", " <div class=\"n2-ss-layer n2-ow n-uc-ooPfM6KYjVIj\" data-pm=\"default\" data-sstype=\"content\" data-hasbackground=\"0\">", " <div class=\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-ooPfM6KYjVIj-inner\">", " <div class=\"n2-ss-layer n2-ow n-uc-g3dA5F3t1bEh\" data-pm=\"normal\" data-sstype=\"layer\">", " <div id=\"n2-ss-2item7\" class=\"n2-font-15962cb05f4aaa0026582f3d0be20e7c-hover n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">", " “James Ramos is committed to providing opportunities for working-class families. He has championed funding for training and workforce programs that put people to work. We are proud to stand with James.”", " </div>", " </div>", " <div class=\"n2-ss-layer n2-ow n-uc-jYKpbdeoTtzh\" data-pm=\"normal\" data-sstype=\"layer\">", " <div class=\"n2-ss-item-content n2-ss-text n2-ow-all\">", " <div class=\"\">", " <p class=\"n2-font-eb15b9e63db3fef8498561fe791aa447-paragraph n2-style-b0eb591498834a1e131eda9c9265d3d2-heading \">", " Jimmy Elrod, Special Representative, Southwest Regional Council of Carpenters", " </p>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " </div>", " <div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\">", " <div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-previous\" role=\"button\" aria-label=\"previous arrow\" tabindex=\"0\">", " <img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzID...", " </div>", " </div>", " <div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\">", " <div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-next\" role=\"button\" aria-label=\"next arrow\" tabindex=\"0\">", " <img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOT...", " </div>", " </div>", " </div>", " </div>", " <ss3-loader></ss3-loader>", " </div>", " </div>", " <div class=\"n2_clear\"></div>", "</div>" ] } }, { "index": 322, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]", "codeLines": [ "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-previous\" role=\"button\" aria-label=\"previous arrow\" tabindex=\"0\">", " <img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMz...", "</div>" ] } }, { "index": 323, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]", "codeLines": [ "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-next\" role=\"button\" aria-label=\"next arrow\" tabindex=\"0\">", " <img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5My...", "</div>" ] } }, { "index": 342, "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]/p[1]/a[1]/text()[1]", "codeLines": [ "James Ramos" ] } }, { "index": 343, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[2]/text()[1]", "codeLines": [ "Candidate for California Assembly District 40" ] } }, { "index": 344, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 373, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]/text()[1]", "codeLines": [ "https://covid19.ca.gov/" ] } }, { "index": 391, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 412, "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]/p[1]/a[1]/text()[1]", "codeLines": [ "James Ramos" ] } }, { "index": 413, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[2]/text()[1]", "codeLines": [ "Candidate for California Assembly District 40" ] } }, { "index": 461, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/footer[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 507, "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]/header[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"site-title\">", " <a href=\"https://www.jamesramos.org/\">", " James Ramos", " </a>", "</p>" ] } }, { "index": 523, "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]/footer[1]/div[1]/p[1]", "codeLines": [ "<p>", " Copyright © 2023 · Paid for by Re-Elect James Ramos for Assembly 2022. ID#1435373 ·", " <a rel=\"nofollow\" href=\"https://www.jamesramos.org/wp-login.php\">", " Log in", " </a>", "</p>" ] } }, { "index": 669, "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": [ 6, 0, 0, 14 ], "instances": [ { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/section[2]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" }, { "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]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "Skip to main content" }, { "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]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "Skip to primary sidebar" }, { "ruleID": "r62", "what": "Links in blocks of text are distinguishable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\"> https://covid19.ca.gov/ </a>" }, { "ruleID": "r62", "what": "Links in blocks of text are distinguishable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"endorsements\"> Find out who's already supporting him. </a>" }, { "ruleID": "r62", "what": "Links in blocks of text are distinguishable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\"> contact my district office </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"n2-section-smartslider fitvidsignore n2_clear\" data-ssid=\"2\" tabindex=\"0\" role=\"region\" aria-label=\"Slider\"> <div id=\"n2-ss-2-align\" class=\"n2-ss-align n2-ss-align-visible\"> <div class=\"n2 ... zIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOT... </div> </div> </div> </div> <ss3-loader></ss3-loader> </div> </div> <div class=\"n2_clear\"></div> </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-previous\" role=\"button ... aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMz... </div>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-arrow-next", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-next\" role=\"button\" aria-l ... aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5My... </div>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "James Ramos" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[2]/text()[1]" }, "excerpt": "Candidate for California Assembly District 40" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]/text()[1]" }, "excerpt": "https://covid19.ca.gov/" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "James Ramos" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[2]/text()[1]" }, "excerpt": "Candidate for California Assembly District 40" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "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]/header[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"site-title\"> <a href=\"https://www.jamesramos.org/\"> James Ramos </a> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/p[1]" }, "excerpt": "<p> Copyright © 2023 · Paid for by Re-Elect James Ramos for Assembly 2022. ID#1435373 · <a rel=\"nofollow\" href=\"https://www.jamesramos.org/wp-login.php\"> Log in </a> </p>" }, { "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": 1687108729153 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687108729153, "url": "https://www.jamesramos.org/", "what": "Axe", "result": { "totals": { "rulesNA": 52, "rulesPassed": 46, "rulesWarned": 2, "rulesViolated": 5, "warnings": { "minor": 10, "moderate": 0, "serious": 2, "critical": 0 }, "violations": { "minor": 0, "moderate": 0, "serious": 8, "critical": 1 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T17:18:49.605Z", "url": "https://www.jamesramos.org/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "18.8pt (25px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-12c5198d3904e-inner\">", "target": [ ".n-uc-12c5198d3904e-inner" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<div id=\"n2-ss-2item1\" class=\"n2-font-15962cb05f4aaa0026582f3d0be20e7c-hover n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust James Ramos, and so do I.” </div>", "target": [ "#n2-ss-2item1" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.8pt (21px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"n2-ss-section-main-content n2-ss-layer-with-background n2-ss-layer-content n2-ow n-uc-12c5198d3904e-inner\">", "target": [ ".n-uc-12c5198d3904e-inner" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"n2-font-0a8b1c42acf3fe3f1f1fd504b7309ec3-paragraph n2-style-b0eb591498834a1e131eda9c9265d3d2-heading \">San Bernardino County Sheriff Shannon Dicus</p>", "target": [ ".n2-font-0a8b1c42acf3fe3f1f1fd504b7309ec3-paragraph" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "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": "<button class=\"menu-toggle dashicons-before dashicons-menu\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\" id=\"genesis-mobile-nav-primary\">Menu</button>", "target": [ "#genesis-mobile-nav-primary" ], "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": "<button class=\"sub-menu-toggle dashicons-before dashicons-arrow-down-alt2\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\"><span class=\"screen-reader-text\">Submenu</span></button>", "target": [ ".sub-menu-toggle" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"sub-menu\" style=\"display: none;\">", "target": [ ".sub-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 300\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>", "target": [ ".n2-ss-preserve-size" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-3 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-4 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-5 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">", "target": [ ".n2-ss-slide-6 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\">", "target": [ ".n2-ss-slider-controls-absolute-left-center" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\">", "target": [ ".n2-ss-slider-controls-absolute-right-center" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#d93738", "contrastRatio": 4.61, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://www.jamesramos.org/\" aria-current=\"page\"><span>Home</span></a>", "target": [ "#menu-item-40 > a[aria-current=\"page\"][href$=\"jamesramos.org/\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #d93738, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Home</span>", "target": [ "#menu-item-40 > a[aria-current=\"page\"][href$=\"jamesramos.org/\"] > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #d93738, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#337ab7", "bgColor": "#ffebe3", "contrastRatio": 3.95, "fontSize": "18.0pt (24px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"covid\" style=\"padding:20px 40px; background:#FFEBE3;font-weight:normal;margin:40px 0 40px;\">", "target": [ ".covid" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</a>", "target": [ "p:nth-child(2) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#337ab7", "bgColor": "#e6eff5", "contrastRatio": 3.91, "fontSize": "14.4pt (19.2px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"endorsements-panel\">", "target": [ ".endorsements-panel:nth-child(1)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.91 (foreground color: #337ab7, background color: #e6eff5, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"endorsements\">Find out who's already supporting him.</a>", "target": [ "a[href$=\"endorsements\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.91 (foreground color: #337ab7, background color: #e6eff5, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#d9534f", "contrastRatio": 3.96, "fontSize": "14.4pt (19.2px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">MAKE A CONTRIBUTION</a>", "target": [ ".btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.96 (foreground color: #ffffff, background color: #d9534f, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">MAKE A CONTRIBUTION</a>", "target": [ ".btn" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.96 (foreground color: #ffffff, background color: #d9534f, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#337ab7", "bgColor": "#ffebe3", "contrastRatio": 3.95, "fontSize": "15.0pt (20px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"covid\" style=\"padding:20px 40px; background:#FFEBE3;font-weight:normal;margin:40px 0 40px;\">", "target": [ ".covid" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>", "target": [ "a[href$=\"covid19.ca.gov/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#c3251d", "bgColor": "#233c5e", "contrastRatio": 1.91, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 1.91 (foreground color: #c3251d, background color: #233c5e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Home</span>", "target": [ "#menu-main-1 > .menu-item-home.current-menu-item.page_item > a[aria-current=\"page\"][href$=\"jamesramos.org/\"] > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 1.91 (foreground color: #c3251d, background color: #233c5e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" } ] }, { "id": "image-alt", "impact": "critical", "tags": [ "cat.text-alternatives", "wcag2a", "wcag111", "section508", "section508.22.a", "ACT", "TTv5", "TT7.a", "TT7.b" ], "description": "Ensures <img> elements have alternate text or a role of none or presentation", "help": "Images must have alternate text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/image-alt?application=axeAPI", "nodes": [ { "any": [ { "id": "has-alt", "data": null, "relatedNodes": [], "impact": "critical", "message": "Element does not have an alt attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "critical", "html": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">", "target": [ "a[rel=\"noopener\"][target=\"_blank\"] > img" ], "failureSummary": "Fix any of the following:\n Element does not have an alt attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "link-in-text-block", "impact": "serious", "tags": [ "cat.color", "wcag2a", "wcag141", "TTv5", "TT13.a" ], "description": "Ensure links are distinguished from surrounding text in a way that does not rely on color", "help": "Links must be distinguishable without relying on color", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-in-text-block?application=axeAPI", "nodes": [ { "any": [ { "id": "link-in-text-block", "data": { "messageKey": "fgContrast", "contrastRatio": 2.77, "requiredContrastRatio": 3, "nodeColor": "#337ab7", "parentColor": "#333333" }, "relatedNodes": [ { "html": "<p>Also you can find updated information regarding COVID-19 and the services being provided here – <a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>\n</p>", "target": [ ".covid > p:nth-child(4)" ] } ], "impact": "serious", "message": "The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333)" }, { "id": "link-in-text-block-style", "data": null, "relatedNodes": [ { "html": "<p>Also you can find updated information regarding COVID-19 and the services being provided here – <a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>\n</p>", "target": [ ".covid > p:nth-child(4)" ] } ], "impact": "serious", "message": "The link has no styling (such as underline) to distinguish it from the surrounding text" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>", "target": [ "a[href$=\"covid19.ca.gov/\"]" ], "failureSummary": "Fix any of the following:\n The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333)\n The link has no styling (such as underline) to distinguish it from the surrounding text" } ] }, { "id": "p-as-heading", "impact": "serious", "tags": [ "cat.semantics", "wcag2a", "wcag131", "experimental" ], "description": "Ensure bold, italic text and font-size is not used to style <p> elements as a heading", "help": "Styled <p> elements must not be used as headings", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/p-as-heading?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "p-as-heading", "data": null, "relatedNodes": [], "impact": "serious", "message": "Heading elements should be used instead of styled <p> elements" } ], "none": [], "impact": "serious", "html": "<p class=\"site-title\"><a href=\"https://www.jamesramos.org/\">James Ramos</a></p>", "target": [ ".site-title" ], "failureSummary": "Fix all of the following:\n Heading elements should be used instead of styled <p> elements" } ] } ] }, "success": true }, "standardResult": { "totals": [ 10, 2, 0, 9 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "DIV", "id": "n2-ss-2item1", "location": { "doc": "dom", "type": "selector", "spec": "#n2-ss-2item1" }, "excerpt": "<div id=\"n2-ss-2item1\" class=\"n2-font-15962cb05f4aaa0026582f3d0be20e7c-hover n2-ss-item-content n2-ss-text n2-ow\" style=\"display:block;\">“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust James Ramos, and so do I.” </div>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-font-0a8b1c42acf3fe3f1f1fd504b7309ec3-paragraph" }, "excerpt": "<p class=\"n2-font-0a8b1c42acf3fe3f1f1fd504b7309ec3-paragraph n2-style-b0eb591498834a1e131eda9c9265d3d2-heading \">San Bernardino County Sheriff Shannon Dicus</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": "BUTTON", "id": "genesis-mobile-nav-primary", "location": { "doc": "dom", "type": "selector", "spec": "#genesis-mobile-nav-primary" }, "excerpt": "<button class=\"menu-toggle dashicons-before dashicons-menu\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\" id=\"genesis-mobile-nav-primary\">Menu</button>" }, { "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": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sub-menu-toggle" }, "excerpt": "<button class=\"sub-menu-toggle dashicons-before dashicons-arrow-down-alt2\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\"><span class=\"screen-reader-text\">Submenu</span></button>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sub-menu" }, "excerpt": "<ul class=\"sub-menu\" style=\"display: none;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-preserve-size" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1200 300\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"></svg>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slide-3 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slide-4 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slide-5 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slide-6 > .n2-ss-layers-container.n2-ss-slide-limiter.n2-ow" }, "excerpt": "<div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slider-controls-absolute-left-center" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".n2-ss-slider-controls-absolute-right-center" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #d93738, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-item-40 > a[aria-current=\"page\"][href$=\"jamesramos.org/\"] > span" }, "excerpt": "<span>Home</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.91 (foreground color: #337ab7, background color: #e6eff5, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"endorsements\"]" }, "excerpt": "<a href=\"endorsements\">Find out who's already supporting him.</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.96 (foreground color: #ffffff, background color: #d9534f, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".btn" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">MAKE A CONTRIBUTION</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"covid19.ca.gov/\"]" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.91 (foreground color: #c3251d, background color: #233c5e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-main-1 > .menu-item-home.current-menu-item.page_item > a[aria-current=\"page\"][href$=\"jamesramos.org/\"] > span" }, "excerpt": "<span>Home</span>" }, { "ruleID": "image-alt", "what": "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[rel=\"noopener\"][target=\"_blank\"] > img" }, "excerpt": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" }, { "ruleID": "link-in-text-block", "what": "Links must be distinguishable without relying on color; The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333); The link has no styling (such as underline) to distinguish it from the surrounding text", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"covid19.ca.gov/\"]" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>" }, { "ruleID": "p-as-heading", "what": "Styled <p> elements must not be used as headings; Heading elements should be used instead of styled <p> elements", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".site-title" }, "excerpt": "<p class=\"site-title\"><a href=\"https://www.jamesramos.org/\">James Ramos</a></p>" } ] }, "endTime": 1687108729645 }, { "type": "launch", "which": "chromium", "startTime": 1687108729645, "endTime": 1687108730176 }, { "type": "url", "which": "https://www.jamesramos.org/", "what": "Candidate James Ramos (D)", "startTime": 1687108730177, "result": { "url": "https://www.jamesramos.org/" }, "endTime": 1687108731193 }, { "type": "test", "which": "continuum", "startTime": 1687108731193, "url": "https://www.jamesramos.org/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 89, "bestPracticeId": 362, "attribute": "This img element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This img element does not have a mechanism that allows an accessible name value to be calculated", "element": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">", "path": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "img[src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\"]", "attNo": 1 } } ], "standardResult": { "totals": [ 0, 0, 0, 1 ], "instances": [ { "ruleID": "89", "what": "This img element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" } ] }, "endTime": 1687108731421 }, { "type": "launch", "which": "chromium", "startTime": 1687108731421, "endTime": 1687108731897 }, { "type": "url", "which": "https://www.jamesramos.org/", "what": "Candidate James Ramos (D)", "startTime": 1687108731898, "result": { "url": "https://www.jamesramos.org/" }, "endTime": 1687108732812 }, { "type": "test", "which": "htmlcs", "startTime": 1687108732813, "url": "https://www.jamesramos.org/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H37": { "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [ { "tagName": "img", "id": "", "code": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" } ] }, "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 3.96:1. Recommendation: change text colour to #000203.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.13:1. Recommendation: change background to #fdfeff.": [ { "tagName": "p", "id": "", "code": "<p class=\"site-description\">...</p>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.92:1. Recommendation: change text colour to #fffefe.": [ { "tagName": "span", "id": "", "code": "<span>...</span>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.61:1. Recommendation: change background to #373737.": [ { "tagName": "span", "id": "", "code": "<span>...</span>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.91:1. Recommendation: change background to #fcfeff.": [ { "tagName": "a", "id": "", "code": "<a href=\"endorsements\">...</a>" } ], "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 3.96:1. Recommendation: change background to #ce4844.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">...</a>" } ], "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 3.96:1. Recommendation: change background to #fffefd.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" } ] } }, "Warning": { "AAA.1_4_3_F24.F24.BGColour": { "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.": [ { "tagName": "div", "id": "", "code": "<div class=\"covid\" style=\"padding:20px 40px; background:#FFEBE3;font-weight:normal;margin:40px 0 40px;\">...</div>" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"#genesis-content\" class=\"screen-reader-shortcut\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"#genesis-sidebar-primary\" class=\"screen-reader-shortcut\">...</a>" }, { "tagName": "div", "id": "", "code": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">...</div>" } ] }, "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": "h2", "id": "", "code": "<h2 class=\"genesis-sidebar-title screen-reader-text\">...</h2>" } ] }, "AAA.1_4_6.G18.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://www.jamesramos.org/\">...</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 href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/JamesRamosforAssembly/\" target=\"_blank\" rel=\"noopener\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 11, 0, 0, 8 ], "instances": [ { "ruleID": "AAA.1_4_3_F24.F24.BGColour", "what": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"covid\" style=\"padding:20px 40px; background:#FFEBE3;font-weight:normal;margin:40px 0 40px;\">...</div>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#genesis-content\" class=\"screen-reader-shortcut\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"#genesis-sidebar-primary\" class=\"screen-reader-shortcut\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">...</div>" }, { "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": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"genesis-sidebar-title screen-reader-text\">...</h2>" }, { "ruleID": "AAA.1_4_6.G18.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.jamesramos.org/\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" 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 href=\"https://www.facebook.com/JamesRamosforAssembly/\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_1_1.H37", "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" }, { "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 3.96:1. Recommendation: change text colour to #000203.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.13:1. Recommendation: change background to #fdfeff.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"site-description\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.92:1. Recommendation: change text colour to #fffefe.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span>...</span>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.61:1. Recommendation: change background to #373737.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span>...</span>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 3.91:1. Recommendation: change background to #fcfeff.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"endorsements\">...</a>" }, { "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 3.96:1. Recommendation: change background to #ce4844.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">...</a>" }, { "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 3.96:1. Recommendation: change background to #fffefd.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">...</a>" } ] }, "endTime": 1687108733004 }, { "type": "launch", "which": "chromium", "startTime": 1687108733004, "endTime": 1687108733483 }, { "type": "url", "which": "https://www.jamesramos.org/", "what": "Candidate James Ramos (D)", "startTime": 1687108733483, "result": { "url": "https://www.jamesramos.org/" }, "endTime": 1687108734494 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687108734494, "url": "https://www.jamesramos.org/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 7, "recommendation": 4, "ignored": 0 }, "items": [ { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/footer[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]", "aria": "/document[1]/contentinfo[1]/navigation[1]/list[1]/listitem[1]/link[1]" }, "message": "Text contrast of 1.92 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600", "bounds": { "left": 148, "top": 3371, "height": 19, "width": 50 }, "snippet": "<span>", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]", "aria": "/document[1]/main[1]/article[1]/paragraph[7]/link[1]" }, "message": "Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "bounds": { "left": 351, "top": 2100, "height": 21, "width": 187 }, "snippet": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://covid19.ca.gov/\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[1]/a[1]", "aria": "/document[1]/main[1]/article[1]/paragraph[6]/link[1]" }, "message": "Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 21.6px and weight of 400", "bounds": { "left": 274, "top": 1988, "height": 25, "width": 239 }, "snippet": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://a40.asmdc.org/constituent-services\">", "level": "violation" }, { "ruleId": "text_contrast_sufficient", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[2]", "aria": "/document[1]/banner[1]/paragraph[2]" }, "message": "Text contrast of 1.13 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "bounds": { "left": 250, "top": 20, "height": 24, "width": 300 }, "snippet": "<p class=\"site-description\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]/section[2]/div[1]/div[1]/div[1]/a[1]/img[1]", "aria": "/document[1]/complementary[1]/link[2]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 363, "top": 3177, "height": 75, "width": 75 }, "snippet": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">", "level": "violation" }, { "ruleId": "element_tabbable_role_valid", "path": { "dom": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]", "aria": "/document[1]/region[1]" }, "message": "The tabbable element's role 'region' is not a widget role", "bounds": { "left": 0, "top": 980, "height": 276, "width": 800 }, "snippet": "<div aria-label=\"Slider\" role=\"region\" tabindex=\"0\" data-ssid=\"2\" class=\"n2-section-smartslider fitvidsignore n2_clear\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/ul[1]", "aria": "/document[1]/list[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": 0, "height": 0, "width": 800 }, "snippet": "<ul class=\"genesis-skip-link\">", "level": "violation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "bounds": { "left": 40, "top": 2575, "height": 698, "width": 720 }, "snippet": "<aside id=\"genesis-sidebar-primary\" aria-label=\"Primary Sidebar\" role=\"complementary\" class=\"sidebar sidebar-primary widget-area\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/button[2]", "aria": "/document[1]/button[2]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 0, "top": 345, "height": 55, "width": 800 }, "snippet": "<button role=\"button\" aria-pressed=\"false\" aria-expanded=\"false\" class=\"menu-toggle dashicons-before dashicons-menu\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[1]/button[1]", "aria": "/document[1]/button[1]" }, "message": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "bounds": { "left": 0, "top": 290, "height": 55, "width": 800 }, "snippet": "<button id=\"genesis-mobile-nav-primary\" role=\"button\" aria-pressed=\"false\" aria-expanded=\"false\" class=\"menu-toggle dashicons-before dashicons-menu\">", "level": "recommendation" }, { "ruleId": "aria_complementary_label_visible", "path": { "dom": "/html[1]/body[1]/div[3]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "The element with \"complementary\" role does not have a visible label", "bounds": { "left": 40, "top": 2575, "height": 698, "width": 720 }, "snippet": "<aside id=\"genesis-sidebar-primary\" aria-label=\"Primary Sidebar\" role=\"complementary\" class=\"sidebar sidebar-primary widget-area\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 4, 0, 7 ], "instances": [ { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.92 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/footer[1]/div[1]/nav[1]/div[1]/ul[1]/li[1]/a[1]/span[1]" }, "excerpt": "<span>" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]" }, "excerpt": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://covid19.ca.gov/\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 21.6px and weight of 400", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a target=\"_blank\" rel=\"noopener noreferrer\" href=\"https://a40.asmdc.org/constituent-services\">" }, { "ruleID": "text_contrast_sufficient", "what": "Text contrast of 1.13 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"site-description\">" }, { "ruleID": "img_alt_valid", "what": "The image has neither an alt atttribute nor an ARIA label or title", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]/section[2]/div[1]/div[1]/div[1]/a[1]/img[1]" }, "excerpt": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" }, { "ruleID": "element_tabbable_role_valid", "what": "The tabbable element's role 'region' is not a widget role", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/section[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div aria-label=\"Slider\" role=\"region\" tabindex=\"0\" data-ssid=\"2\" class=\"n2-section-smartslider fitvidsignore n2_clear\">" }, { "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]/ul[1]" }, "excerpt": "<ul class=\"genesis-skip-link\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "ordinalSeverity": 1, "tagName": "ASIDE", "id": "genesis-sidebar-primary", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]" }, "excerpt": "<aside id=\"genesis-sidebar-primary\" aria-label=\"Primary Sidebar\" role=\"complementary\" class=\"sidebar sidebar-primary widget-area\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/button[2]" }, "excerpt": "<button role=\"button\" aria-pressed=\"false\" aria-expanded=\"false\" class=\"menu-toggle dashicons-before dashicons-menu\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>", "ordinalSeverity": 1, "tagName": "BUTTON", "id": "genesis-mobile-nav-primary", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/button[1]" }, "excerpt": "<button id=\"genesis-mobile-nav-primary\" role=\"button\" aria-pressed=\"false\" aria-expanded=\"false\" class=\"menu-toggle dashicons-before dashicons-menu\">" }, { "ruleID": "aria_complementary_label_visible", "what": "The element with \"complementary\" role does not have a visible label", "ordinalSeverity": 1, "tagName": "ASIDE", "id": "genesis-sidebar-primary", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[3]/div[1]/aside[1]" }, "excerpt": "<aside id=\"genesis-sidebar-primary\" aria-label=\"Primary Sidebar\" role=\"complementary\" class=\"sidebar sidebar-primary widget-area\">" } ] }, "endTime": 1687108737412 }, { "type": "launch", "which": "chromium", "startTime": 1687108737412, "endTime": 1687108737952 }, { "type": "url", "which": "https://www.jamesramos.org/", "what": "Candidate James Ramos (D)", "startTime": 1687108737952, "result": { "url": "https://www.jamesramos.org/" }, "endTime": 1687108739598 }, { "type": "test", "which": "nuVal", "startTime": 1687108739598, "url": "https://www.jamesramos.org/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 33, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "s/feed/\">\n<script type=\"text/javascript\">\nwindo", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 38, "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": 56, "lastColumn": 62, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ia=\"all\">\n<style id=\"wp-block-library-theme-inline-css\" type=\"text/css\">\n.wp-b", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 60, "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": 79, "lastColumn": 69, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "}</style>\n<script type=\"text/javascript\" id=\"lps-frontend-variables-js-before\">\nvar l", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 82, "lastColumn": 130, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4\" id=\"jquery-core-js\"></scri", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 83, "lastColumn": 141, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0\" id=\"jquery-migrate-js\"></scri", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "info", "lastLine": 99, "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\">.site-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 104, "lastColumn": 44, "firstColumn": 3, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "0.png\">\n\t\t<style type=\"text/css\" id=\"wp-custom-css\">\n\t\t\t.e", "hiliteStart": 10, "hiliteLength": 42 }, { "type": "info", "lastLine": 140, "lastColumn": 7343, "firstColumn": 7195, "subType": "warning", "message": "The button role is unnecessary for element button.", "extract": "></header><button class=\"menu-toggle dashicons-before dashicons-menu\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\" id=\"genesis-mobile-nav-primary\">Menu</", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 147, "lastColumn": 132, "firstColumn": 1, "subType": "warning", "message": "The button role is unnecessary for element button.", "extract": "span></a>\n<button class=\"sub-menu-toggle dashicons-before dashicons-arrow-down-alt2\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\"><span ", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 158, "lastColumn": 95, "firstColumn": 22, "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": "=\"slidey\"><section id=\"custom_html-5\" class=\"widget_text widget widget_custom_html\"><div c", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 190, "lastColumn": 101, "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": "ents</h2>\n<section class=\"latest-post-selection one-column\" id=\"lps-36bda4eb2d25f5cbf98092252668a632\" style=\"\"><artic", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "info", "lastLine": 195, "lastColumn": 153, "firstColumn": 24, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": "le></main><aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\"><h2 cl", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "error", "lastLine": 221, "lastColumn": 77, "firstColumn": 2, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "ok</h3>\n\n\t<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">\n\t</a>", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 232, "lastColumn": 271, "firstColumn": 204, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></footer><script type=\"text/javascript\" id=\"lps-ajax-pagination-js-js-extra\">\n/* <!", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 237, "lastColumn": 206, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/js/custom-pagination.min.js?ver=11.320230519.2218\" id=\"lps-ajax-pagination-js-js\"></scri", "hiliteStart": 10, "hiliteLength": 206 }, { "type": "info", "lastLine": 238, "lastColumn": 129, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2\" id=\"hoverIntent-js\"></scri", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 239, "lastColumn": 148, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10\" id=\"superfish-js\"></scri", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "info", "lastLine": 240, "lastColumn": 157, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.3.5\" id=\"superfish-args-js\"></scri", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 241, "lastColumn": 144, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.3.5\" id=\"skip-links-js\"></scri", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 242, "lastColumn": 76, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" id=\"genesis-sample-responsive-menu-js-extra\">\n/* <!", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 247, "lastColumn": 164, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/ramos/js/responsive-menus.min.js?ver=2.3.0\" id=\"genesis-sample-responsive-menu-js\"></scri", "hiliteStart": 10, "hiliteLength": 164 } ], "language": "en" }, "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<meta", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 5, "lastColumn": 70, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "UTF-8\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n<meta", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "info", "lastLine": 6, "lastColumn": 109, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ale=1\" />\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": 10, "lastColumn": 60, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</title>\n\t<link rel=\"canonical\" href=\"https://www.jamesramos.org/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 11, "lastColumn": 46, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "org/\" />\n\t<meta property=\"og:locale\" content=\"en_US\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 12, "lastColumn": 46, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n_US\" />\n\t<meta property=\"og:type\" content=\"website\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 13, "lastColumn": 58, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "site\" />\n\t<meta property=\"og:title\" content=\"Home - James Ramos\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 14, "lastColumn": 395, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "amos\" />\n\t<meta property=\"og:description\" content=\"James Ramos for Assembly Fighting for the Inland Empire In the State Assembly my focus remains on helping the Inland Empire – now more than ever. I have fought for resources for our firefighters and been a strong voice for victims of crime. I’m proud to have earned the support of law enforcement, firefighters and… [Read more] Home\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 394 }, { "type": "info", "lastLine": 15, "lastColumn": 65, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Home\" />\n\t<meta property=\"og:url\" content=\"https://www.jamesramos.org/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 16, "lastColumn": 55, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "org/\" />\n\t<meta property=\"og:site_name\" content=\"James Ramos\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 17, "lastColumn": 96, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "amos\" />\n\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/JamesRamosforAssembly/\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 95 }, { "type": "info", "lastLine": 18, "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=\"2020-10-05T14:48:48+00:00\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 19, "lastColumn": 127, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0:00\" />\n\t<meta property=\"og:image\" content=\"https://www.jamesramos.org/wp-content/uploads/2018/09/Ramos_candidate_1002-1024x805.jpg\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 20, "lastColumn": 50, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".jpg\" />\n\t<meta property=\"og:image:width\" content=\"1024\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 21, "lastColumn": 50, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1024\" />\n\t<meta property=\"og:image:height\" content=\"805\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 22, "lastColumn": 55, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"805\" />\n\t<meta property=\"og:image:type\" content=\"image/jpeg\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 23, "lastColumn": 59, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "jpeg\" />\n\t<meta name=\"twitter:card\" content=\"summary_large_image\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 24, "lastColumn": 56, "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:site\" content=\"@supervisorramos\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 55 }, { "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": "amos\" />\n\t<meta name=\"twitter:label1\" content=\"Est. reading time\" />\n\t<met", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 26, "lastColumn": 49, "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=\"1 minute\" />\n\t<scr", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 31, "lastColumn": 57, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "in. -->\n\n\n<link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 32, "lastColumn": 60, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s.com' />\n<link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' />\n<link", "hiliteStart": 10, "hiliteLength": 60 }, { "type": "info", "lastLine": 33, "lastColumn": 124, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"James Ramos » Feed\" href=\"https://www.jamesramos.org/feed/\" />\n<link", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "info", "lastLine": 34, "lastColumn": 142, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"James Ramos » Comments Feed\" href=\"https://www.jamesramos.org/comments/feed/\" />\n<scri", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "info", "lastLine": 35, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "feed/\" />\n<script type=\"text/javascript\">\nwindo", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 40, "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": 54, "lastColumn": 219, "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='lps-style-legacy-css' href='https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/css/style-legacy.min.css?ver=11.320230519.2218' type='text/css' media='' />\n<link", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 55, "lastColumn": 204, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "dia='' />\n<link rel='stylesheet' id='lps-style-css' href='https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/css/style.min.css?ver=11.320230519.2218' type='text/css' media='' />\n<link", "hiliteStart": 10, "hiliteLength": 204 }, { "type": "info", "lastLine": 56, "lastColumn": 155, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "dia='' />\n<link rel='stylesheet' id='genesis-sample-css' href='https://www.jamesramos.org/wp-content/themes/ramos/style.css?ver=2.3.0' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 57, "lastColumn": 172, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='wp-block-library-css' href='https://www.jamesramos.org/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "info", "lastLine": 58, "lastColumn": 62, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "='all' />\n<style id='wp-block-library-theme-inline-css' type='text/css'>\n.wp-b", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 61, "lastColumn": 166, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='classic-theme-styles-css' href='https://www.jamesramos.org/wp-includes/css/classic-themes.min.css?ver=6.2.2' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 166 }, { "type": "info", "lastLine": 62, "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": 68, "lastColumn": 195, "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='uap-automator-css-css' href='https://www.jamesramos.org/wp-content/plugins/uncanny-automator/src/assets/legacy/css/automator.css?ver=4.4' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 195 }, { "type": "info", "lastLine": 69, "lastColumn": 175, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='wc-gallery-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/css/style.css?ver=1.67' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "info", "lastLine": 70, "lastColumn": 207, "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='wc-gallery-flexslider-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/vendors/flexslider/flexslider.css?ver=2.6.1' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 207 }, { "type": "info", "lastLine": 71, "lastColumn": 218, "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='wc-gallery-owlcarousel-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/owl.carousel.css?ver=2.1.4' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 72, "lastColumn": 229, "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='wc-gallery-owlcarousel-theme-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/owl.theme.default.css?ver=2.1.4' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 229 }, { "type": "info", "lastLine": 73, "lastColumn": 173, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='genesis-sample-fonts-css' href='//fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C600%2C700&ver=2.3.0' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 173 }, { "type": "info", "lastLine": 74, "lastColumn": 150, "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='dashicons-css' href='https://www.jamesramos.org/wp-includes/css/dashicons.min.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 150 }, { "type": "info", "lastLine": 75, "lastColumn": 163, "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='bootstrap_css-css' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 163 }, { "type": "info", "lastLine": 76, "lastColumn": 155, "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='custom-styling-css' href='https://www.jamesramos.org/wp-content/themes/ramos/ramos.css?ver=6.2.2' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 77, "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='recent-posts-widget-with-thumbnails-public-style-css' href='https://www.jamesramos.org/wp-content/plugins/recent-posts-widget-with-thumbnails/public.css?ver=7.1.1' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "info", "lastLine": 81, "lastColumn": 69, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "}</style>\n<script type='text/javascript' id='lps-frontend-variables-js-before'>\nvar l", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 84, "lastColumn": 130, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-includes/js/jquery/jquery.min.js?ver=3.6.4' id='jquery-core-js'></scri", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 85, "lastColumn": 141, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.0' id='jquery-migrate-js'></scri", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "info", "lastLine": 86, "lastColumn": 76, "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://www.jamesramos.org/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 86, "lastColumn": 180, "firstColumn": 77, "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://www.jamesramos.org/wp-json/wp/v2/pages/9\" /><link ", "hiliteStart": 10, "hiliteLength": 104 }, { "type": "info", "lastLine": 86, "lastColumn": 290, "firstColumn": 181, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ages/9\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.jamesramos.org/xmlrpc.php?rsd\" />\n<link", "hiliteStart": 10, "hiliteLength": 110 }, { "type": "info", "lastLine": 87, "lastColumn": 123, "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://www.jamesramos.org/wp-includes/wlwmanifest.xml\" />\n<meta", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 88, "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": 89, "lastColumn": 59, "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://www.jamesramos.org/' />\n<link", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 90, "lastColumn": 154, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.jamesramos.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.jamesramos.org%2F\" />\n<link", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 91, "lastColumn": 162, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "rg%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.jamesramos.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.jamesramos.org%2F&format=xml\" />\n<!-- ", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 101, "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\">.site-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 102, "lastColumn": 120, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "}</style>\n<link rel=\"icon\" href=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-32x32.png\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 103, "lastColumn": 124, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-192x192.png\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 124 }, { "type": "info", "lastLine": 104, "lastColumn": 120, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-180x180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 105, "lastColumn": 131, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-270x270.png\" />\n\t\t<st", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 106, "lastColumn": 44, "firstColumn": 3, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "png\" />\n\t\t<style type=\"text/css\" id=\"wp-custom-css\">\n\t\t\t.e", "hiliteStart": 10, "hiliteLength": 42 }, { "type": "info", "lastLine": 160, "lastColumn": 95, "firstColumn": 22, "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": "=\"slidey\"><section id=\"custom_html-5\" class=\"widget_text widget widget_custom_html\"><div c", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 186, "lastColumn": 113, "firstColumn": 108, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sitate to <br /><a hre", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 190, "lastColumn": 6, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "a>\n</div>\n<hr />\n<h2>L", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 192, "lastColumn": 101, "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": "ents</h2>\n<section class=\"latest-post-selection one-column\" id=\"lps-ecf801d8fa27d09eac72646c82dbcd10\" style=\"\"><artic", "hiliteStart": 10, "hiliteLength": 101 }, { "type": "info", "lastLine": 197, "lastColumn": 153, "firstColumn": 24, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": "le></main><aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\"><h2 cl", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 203, "lastColumn": 7, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "aders. \n\t\t<br/><a hre", "hiliteStart": 10, "hiliteLength": 5 }, { "type": "info", "lastLine": 221, "lastColumn": 25, "firstColumn": 21, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ames Ramos<br/>on Fac", "hiliteStart": 10, "hiliteLength": 5 }, { "type": "error", "lastLine": 223, "lastColumn": 77, "firstColumn": 2, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "ok</h3>\n\n\t<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">\n\t</a>", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "error", "lastLine": 234, "lastColumn": 231, "firstColumn": 226, "message": "Stray end tag div.", "extract": "></footer></div><scrip", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 234, "lastColumn": 299, "firstColumn": 232, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ter></div><script type='text/javascript' id='lps-ajax-pagination-js-js-extra'>\n/* <!", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 239, "lastColumn": 206, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/js/custom-pagination.min.js?ver=11.320230519.2218' id='lps-ajax-pagination-js-js'></scri", "hiliteStart": 10, "hiliteLength": 206 }, { "type": "info", "lastLine": 240, "lastColumn": 129, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2' id='hoverIntent-js'></scri", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 241, "lastColumn": 148, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10' id='superfish-js'></scri", "hiliteStart": 10, "hiliteLength": 148 }, { "type": "info", "lastLine": 242, "lastColumn": 157, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.3.5' id='superfish-args-js'></scri", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 243, "lastColumn": 144, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.3.5' id='skip-links-js'></scri", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 244, "lastColumn": 76, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' id='genesis-sample-responsive-menu-js-extra'>\n/* <!", "hiliteStart": 10, "hiliteLength": 76 }, { "type": "info", "lastLine": 249, "lastColumn": 164, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/ramos/js/responsive-menus.min.js?ver=2.3.0' id='genesis-sample-responsive-menu-js'></scri", "hiliteStart": 10, "hiliteLength": 164 } ], "language": "en" }, "success": true }, "standardResult": { "totals": [ 42, 0, 3, 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": "33" }, "excerpt": "s/feed/\"> <script type=\"text/javascript\"> windo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "38" }, "excerpt": "</script> <style type=\"text/css\"> img.w" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "wp-block-library-theme-inline-css", "location": { "doc": "dom", "type": "line", "spec": "56" }, "excerpt": "ia=\"all\"> <style id=\"wp-block-library-theme-inline-css\" type=\"text/css\"> .wp-b" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "global-styles-inline-css", "location": { "doc": "dom", "type": "line", "spec": "60" }, "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": "lps-frontend-variables-js-before", "location": { "doc": "dom", "type": "line", "spec": "79" }, "excerpt": "}</style> <script type=\"text/javascript\" id=\"lps-frontend-variables-js-before\"> var l" }, { "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": "82" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/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": "83" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/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": "99" }, "excerpt": "</script> <style type=\"text/css\">.site-" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "wp-custom-css", "location": { "doc": "dom", "type": "line", "spec": "104" }, "excerpt": "0.png\"> <style type=\"text/css\" id=\"wp-custom-css\"> .e" }, { "ruleID": "The button role is unnecessary for element button.", "what": "The button role is unnecessary for element button.", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "genesis-mobile-nav-primary", "location": { "doc": "dom", "type": "line", "spec": "140" }, "excerpt": "></header><button class=\"menu-toggle dashicons-before dashicons-menu\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\" id=\"genesis-mobile-nav-primary\">Menu</" }, { "ruleID": "The button role is unnecessary for element button.", "what": "The button role is unnecessary for element button.", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "line", "spec": "147" }, "excerpt": "span></a> <button class=\"sub-menu-toggle dashicons-before dashicons-arrow-down-alt2\" aria-expanded=\"false\" aria-pressed=\"false\" role=\"button\"><span " }, { "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": "custom_html-5", "location": { "doc": "dom", "type": "line", "spec": "158" }, "excerpt": "=\"slidey\"><section id=\"custom_html-5\" class=\"widget_text widget widget_custom_html\"><div c" }, { "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": "lps-36bda4eb2d25f5cbf98092252668a632", "location": { "doc": "dom", "type": "line", "spec": "190" }, "excerpt": "ents</h2> <section class=\"latest-post-selection one-column\" id=\"lps-36bda4eb2d25f5cbf98092252668a632\" style=\"\"><artic" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "genesis-sidebar-primary", "location": { "doc": "dom", "type": "line", "spec": "195" }, "excerpt": "le></main><aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\"><h2 cl" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "221" }, "excerpt": "ok</h3> <img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\"> </a>" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "lps-ajax-pagination-js-js-extra", "location": { "doc": "dom", "type": "line", "spec": "232" }, "excerpt": "></footer><script type=\"text/javascript\" id=\"lps-ajax-pagination-js-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": "lps-ajax-pagination-js-js", "location": { "doc": "dom", "type": "line", "spec": "237" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/js/custom-pagination.min.js?ver=11.320230519.2218\" id=\"lps-ajax-pagination-js-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": "hoverIntent-js", "location": { "doc": "dom", "type": "line", "spec": "238" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2\" id=\"hoverIntent-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": "superfish-js", "location": { "doc": "dom", "type": "line", "spec": "239" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10\" id=\"superfish-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": "superfish-args-js", "location": { "doc": "dom", "type": "line", "spec": "240" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.3.5\" id=\"superfish-args-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": "skip-links-js", "location": { "doc": "dom", "type": "line", "spec": "241" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.3.5\" id=\"skip-links-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": "genesis-sample-responsive-menu-js-extra", "location": { "doc": "dom", "type": "line", "spec": "242" }, "excerpt": "</script> <script type=\"text/javascript\" id=\"genesis-sample-responsive-menu-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": "genesis-sample-responsive-menu-js", "location": { "doc": "dom", "type": "line", "spec": "247" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://www.jamesramos.org/wp-content/themes/ramos/js/responsive-menus.min.js?ver=2.3.0\" id=\"genesis-sample-responsive-menu-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": "HEAD", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "> <head > <meta charset=\"UTF-8\" /> <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": "5" }, "excerpt": "UTF-8\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /> <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": "6" }, "excerpt": "ale=1\" /> <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": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "</title> <link rel=\"canonical\" href=\"https://www.jamesramos.org/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "11" }, "excerpt": "org/\" /> <meta property=\"og:locale\" content=\"en_US\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "12" }, "excerpt": "n_US\" /> <meta property=\"og:type\" content=\"website\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "13" }, "excerpt": "site\" /> <meta property=\"og:title\" content=\"Home - James Ramos\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "14" }, "excerpt": "amos\" /> <meta property=\"og:description\" content=\"James Ramos for Assembly Fighting for the Inland Empire In the State Assembly my focus remains on helping the Inland Empire – now more than ever. I ha ... t for resources for our firefighters and been a strong voice for victims of crime. I’m proud to have earned the support of law enforcement, firefighters and… [Read more] 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": "15" }, "excerpt": "Home\" /> <meta property=\"og:url\" content=\"https://www.jamesramos.org/\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "16" }, "excerpt": "org/\" /> <meta property=\"og:site_name\" content=\"James Ramos\" /> <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": "amos\" /> <meta property=\"article:publisher\" content=\"https://www.facebook.com/JamesRamosforAssembly/\" /> <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": "bly/\" /> <meta property=\"article:modified_time\" content=\"2020-10-05T14:48:48+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": "19" }, "excerpt": "0:00\" /> <meta property=\"og:image\" content=\"https://www.jamesramos.org/wp-content/uploads/2018/09/Ramos_candidate_1002-1024x805.jpg\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": ".jpg\" /> <meta property=\"og:image:width\" content=\"1024\" /> <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": "1024\" /> <meta property=\"og:image:height\" content=\"805\" /> <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": "\"805\" /> <meta property=\"og:image:type\" content=\"image/jpeg\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "jpeg\" /> <meta name=\"twitter:card\" content=\"summary_large_image\" /> <met" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "24" }, "excerpt": "mage\" /> <meta name=\"twitter:site\" content=\"@supervisorramos\" /> <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": "amos\" /> <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": "26" }, "excerpt": "time\" /> <meta name=\"twitter:data1\" content=\"1 minute\" /> <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": "31" }, "excerpt": "in. --> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "32" }, "excerpt": "s.com' /> <link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.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": "33" }, "excerpt": "n.com' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"James Ramos » Feed\" href=\"https://www.jamesramos.org/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": "34" }, "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"James Ramos » Comments Feed\" href=\"https://www.jamesramos.org/comments/feed/\" /> <scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "35" }, "excerpt": "feed/\" /> <script type=\"text/javascript\"> windo" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "40" }, "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": "54" }, "excerpt": "</style> <link rel='stylesheet' id='lps-style-legacy-css' href='https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/css/style-legacy.min.css?ver=11.320230519.2218' type='text/css' media='' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "55" }, "excerpt": "dia='' /> <link rel='stylesheet' id='lps-style-css' href='https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/css/style.min.css?ver=11.320230519.2218' type='text/css' media='' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "56" }, "excerpt": "dia='' /> <link rel='stylesheet' id='genesis-sample-css' href='https://www.jamesramos.org/wp-content/themes/ramos/style.css?ver=2.3.0' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "57" }, "excerpt": "='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://www.jamesramos.org/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": "58" }, "excerpt": "='all' /> <style id='wp-block-library-theme-inline-css' type='text/css'> .wp-b" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "61" }, "excerpt": " </style> <link rel='stylesheet' id='classic-theme-styles-css' href='https://www.jamesramos.org/wp-includes/css/classic-themes.min.css?ver=6.2.2' type='text/css' media='all' /> <styl" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "62" }, "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": "68" }, "excerpt": " </style> <link rel='stylesheet' id='uap-automator-css-css' href='https://www.jamesramos.org/wp-content/plugins/uncanny-automator/src/assets/legacy/css/automator.css?ver=4.4' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "69" }, "excerpt": "='all' /> <link rel='stylesheet' id='wc-gallery-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/css/style.css?ver=1.67' 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": "70" }, "excerpt": "='all' /> <link rel='stylesheet' id='wc-gallery-flexslider-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/vendors/flexslider/flexslider.css?ver=2.6.1' 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": "71" }, "excerpt": "='all' /> <link rel='stylesheet' id='wc-gallery-owlcarousel-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/owl.carousel.css?ver=2.1.4' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "72" }, "excerpt": "='all' /> <link rel='stylesheet' id='wc-gallery-owlcarousel-theme-style-css' href='https://www.jamesramos.org/wp-content/plugins/wc-gallery/includes/vendors/owlcarousel/assets/owl.theme.default.css?ver=2.1.4' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "73" }, "excerpt": "='all' /> <link rel='stylesheet' id='genesis-sample-fonts-css' href='//fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C600%2C700&ver=2.3.0' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "74" }, "excerpt": "='all' /> <link rel='stylesheet' id='dashicons-css' href='https://www.jamesramos.org/wp-includes/css/dashicons.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": "75" }, "excerpt": "='all' /> <link rel='stylesheet' id='bootstrap_css-css' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css?ver=6.2.2' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "76" }, "excerpt": "='all' /> <link rel='stylesheet' id='custom-styling-css' href='https://www.jamesramos.org/wp-content/themes/ramos/ramos.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": "77" }, "excerpt": "='all' /> <link rel='stylesheet' id='recent-posts-widget-with-thumbnails-public-style-css' href='https://www.jamesramos.org/wp-content/plugins/recent-posts-widget-with-thumbnails/public.css?ver=7.1.1' type='text/css' media='all' /> <link" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "81" }, "excerpt": "}</style> <script type='text/javascript' id='lps-frontend-variables-js-before'> var l" }, { "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": "84" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/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": "85" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/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": "86" }, "excerpt": "</script> <link rel=\"https://api.w.org/\" href=\"https://www.jamesramos.org/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": "86" }, "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://www.jamesramos.org/wp-json/wp/v2/pages/9\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "86" }, "excerpt": "ages/9\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://www.jamesramos.org/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": "87" }, "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://www.jamesramos.org/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": "88" }, "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": "89" }, "excerpt": "6.2.2\" /> <link rel='shortlink' href='https://www.jamesramos.org/' /> <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": "90" }, "excerpt": ".org/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://www.jamesramos.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.jamesramos.org%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": "91" }, "excerpt": "rg%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://www.jamesramos.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.jamesramos.org%2F&format=xml\" /> <!-- " }, { "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": "101" }, "excerpt": "</script> <style type=\"text/css\">.site-" }, { "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=\"icon\" href=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-32x32.png\" sizes=\"32x32\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "103" }, "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-192x192.png\" sizes=\"192x192\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "104" }, "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-180x180.png\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "105" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://www.jamesramos.org/wp-content/uploads/2018/02/cropped-favicon-270x270.png\" /> <st" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "wp-custom-css", "location": { "doc": "source", "type": "line", "spec": "106" }, "excerpt": "png\" /> <style type=\"text/css\" id=\"wp-custom-css\"> .e" }, { "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": "custom_html-5", "location": { "doc": "source", "type": "line", "spec": "160" }, "excerpt": "=\"slidey\"><section id=\"custom_html-5\" class=\"widget_text widget widget_custom_html\"><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": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "186" }, "excerpt": "sitate to <br /><a hre" }, { "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": "HR", "id": "", "location": { "doc": "source", "type": "line", "spec": "190" }, "excerpt": "a> </div> <hr /> <h2>L" }, { "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": "lps-ecf801d8fa27d09eac72646c82dbcd10", "location": { "doc": "source", "type": "line", "spec": "192" }, "excerpt": "ents</h2> <section class=\"latest-post-selection one-column\" id=\"lps-ecf801d8fa27d09eac72646c82dbcd10\" style=\"\"><artic" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "genesis-sidebar-primary", "location": { "doc": "source", "type": "line", "spec": "197" }, "excerpt": "le></main><aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\"><h2 cl" }, { "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": "BR/", "id": "", "location": { "doc": "source", "type": "line", "spec": "203" }, "excerpt": "aders. <br/><a hre" }, { "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": "BR/", "id": "", "location": { "doc": "source", "type": "line", "spec": "221" }, "excerpt": "ames Ramos<br/>on Fac" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "223" }, "excerpt": "ok</h3> <img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\"> </a>" }, { "ruleID": "Stray end tag div.", "what": "Stray end tag div.", "ordinalSeverity": 2, "tagName": "SCRIP", "id": "", "location": { "doc": "source", "type": "line", "spec": "234" }, "excerpt": "></footer></div><scrip" }, { "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": "234" }, "excerpt": "ter></div><script type='text/javascript' id='lps-ajax-pagination-js-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": "239" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/wp-content/plugins/latest-post-shortcode/lps-block/../assets/js/custom-pagination.min.js?ver=11.320230519.2218' id='lps-ajax-pagination-js-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": "240" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2' id='hoverIntent-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": "241" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10' id='superfish-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": "242" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.3.5' id='superfish-args-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": "243" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.3.5' id='skip-links-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": "244" }, "excerpt": "</script> <script type='text/javascript' id='genesis-sample-responsive-menu-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": "249" }, "excerpt": "</script> <script type='text/javascript' src='https://www.jamesramos.org/wp-content/themes/ramos/js/responsive-menus.min.js?ver=2.3.0' id='genesis-sample-responsive-menu-js'></scri" } ] }, "endTime": 1687108742244 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687108742244, "url": "https://www.jamesramos.org/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:19:03", "hash": "fc0d56ef8ecfc528c21e679e78b568cacf882b1d32d7c001295d53ecee302e473472448adf6b532ffd8037bb8415f4ffed14ab0f1a32d5d0f6c220d86db3c907", "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": 32, "warning": 14, "failed": 6, "inapplicable": 73 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 12, "warning": 7, "failed": 3, "inapplicable": 45 }, "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\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 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\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "The page has one or more instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-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": 31, "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=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > 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=\"#genesis-content\" class=\"screen-reader-shortcut\"> Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > 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=\"#genesis-sidebar-primary\" class=\"screen-reader-shortcut\"> Skip to primary sidebar</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/\">James Ramos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > 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://www.jamesramos.org/about/\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > 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://www.jamesramos.org/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > 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 href=\"https://www.jamesramos.org/news-events/\">News & Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > 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 href=\"https://www.jamesramos.org/support/\">Support</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\">Contribute</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/press/\" class=\"sf-with-ul\">Press</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/contact/\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<div class=\"n2-section-smartslider fitvidsignore n2_clear\" data-ssid=\"2\" tabindex=\"0\" role=\"region\" aria-label=\"Slider\">\n \n \n \n\n \n Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust James Ramos, and so do I.” San Bernardino County Sheriff Shannon Dicus\nSlide\"The pandemic has had significant impacts on our students over the last year. James Ramos understands the importance of education and is dedicated to ensuring our children and teachers have the resources they need to be success …", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/the-inland-empire-labor-council-afl-cio-join-in-support-of-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/congressman-aguilar-joins-growing-list-of-local-officials-in-support-of-the-james-ramos-re-election-campaign/\" class=\"main-link read-more-wrap\" title=\"Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election CampaignHighland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article: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://www.jamesramos.org/san-bernardino-county-professional-firefighters-iaff-local-935-throws-support-behind-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/california-association-of-highway-patrolmen-support-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"California Association of Highway Patrolmen Support James Ramos for Assembly\">California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"endorsements\">Find out who's already supporting him.</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">MAKE A CONTRIBUTION</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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=\"https://www.facebook.com/JamesRamosforAssembly/\" target=\"_blank\" rel=\"noopener\">\n\t\n\t\tFollow James Ramoson Facebook\n\n\t\n\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav: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 href=\"https://www.jamesramos.org/about/\">About</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav: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 href=\"https://www.jamesramos.org/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav: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 href=\"https://www.jamesramos.org/news-events/\">News & Events</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav: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 href=\"https://www.jamesramos.org/support/\">Support</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\">Contribute</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/press/\">Press</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/contact/\">Contact</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a rel=\"nofollow\" href=\"https://www.jamesramos.org/wp-login.php\">Log in</a>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R17": { "name": "Image has accessible name", "code": "QW-ACT-R17", "mapping": "23a2a8", "description": "This rule checks that each image that is not marked as decorative, has an accessible name.", "metadata": { "target": { "element": "img" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content.html", "url_tr": "https://www.w3.org/TR/WCAG21/#non-text-content" } ], "related": [ "G94", "G95" ], "url": "https://act-rules.github.io/rules/23a2a8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(2)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 41, "warning": 0, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"site-description\">Candidate for California Assembly District 40</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span>Home</span>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 40, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<p class=\"site-description\">Candidate for California Assembly District 40</p>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span>Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span>Home</span>", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\"><head></head><body>Home - James Ramos\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://www.jamesramos.org/\",\"url\":\"https://www.jamesramos.org/\",\"name\":\"Home - James Ramos\",\"isPartOf\":{\"@id\":\"https://www.jamesramos.org/#website\"},\"datePublished\":\"2018-02-14T17:20:48+00:00\",\"dateModified\":\"2020-10-05T14:48:48+00:00\",\"breadcrumb\":{\"@id\":\"https://www.jamesramos.org/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https://www.jamesramos.org/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://www.jamesramos.org/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"H …", "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": 10, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1) > h3: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>(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1) > h3: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>Highland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1) > h3: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>(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">California Association of Highway Patrolmen Support James Ramos for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1) > h3: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>(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1) > p:nth-child(2)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 6, "warning": 5, "failed": 1, "inapplicable": 22 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body class=\"home page-template-default page page-id-9 custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden\"> Skip to primary navigation Skip to main content Skip to primary sidebarJames RamosCandidate for California Assembly District 40MenuMenuHome\nAbout\nEndorsements\nNews & Events\nSupport\nContribute\nPress\nSubmenuSubmenu\n\tPhotos\n\tVideos\n\n\nContact\n\n\t\n\t\n\t\n\t\n\t\n \n \n \n\n \n Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust J …", "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": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The first focusable control is a visible link to some content in the Web Page. Verify if it links to the main content." }, "results": [ { "verdict": "warning", "description": "The first focusable control is a visible link to some content in the Web Page. Verify if it links to the main content.", "resultCode": "W2", "elements": [ { "htmlCode": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li: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": 4, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that the element's title attribute describes correctly the link." }, "results": [ { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/the-inland-empire-labor-council-afl-cio-join-in-support-of-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/congressman-aguilar-joins-growing-list-of-local-officials-in-support-of-the-james-ramos-re-election-campaign/\" class=\"main-link read-more-wrap\" title=\"Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election CampaignHighland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/san-bernardino-county-professional-firefighters-iaff-local-935-throws-support-behind-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.jamesramos.org/california-association-of-highway-patrolmen-support-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"California Association of Highway Patrolmen Support James Ramos for Assembly\">California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 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 class=\"genesis-skip-link\"><li><a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"> Skip to primary navigation</a></li><li><a href=\"#genesis-content\" class=\"screen-reader-shortcut\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)\"> Skip to main content</a></li><li><a href=\"#genesis-sidebar-primary\" class=\"screen-reader-shortcut\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)\"> Skip to primary sidebar</a></li></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > 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 id=\"menu-main\" class=\"menu genesis-nav-menu menu-primary js-superfish sf-js-enabled sf-arrows\" style=\"touch-action: auto;\"><li id=\"menu-item-40\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-9 current_page_item menu-item-40\"><a href=\"https://www.jamesramos.org/\" aria-current=\"page\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)\">Home</span></a></li>\n< …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > 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=\"sub-menu\" style=\"display: none;\">\n\t<li id=\"menu-item-372\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-372\"><a href=\"https://www.jamesramos.org/photos/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\"><span _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)\">Photos</span></a></li>\n\t<li id=\"menu-item-400\" class=\"menu-item menu-item-type-post_type menu-item …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul id=\"menu-main-1\" class=\"menu genesis-nav-menu menu-secondary js-superfish sf-js-enabled sf-arrows\" style=\"touch-action: auto;\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-9 current_page_item menu-item-40\"><a href=\"https://www.jamesramos.org/\" aria-current=\"page\" _selector=\"html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span _selector=\"html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth- …", "pointer": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav: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": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"previous arrow\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\">", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "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": 8, "warning": 0, "failed": 13, "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": "<a href=\"https://www.jamesramos.org/\">James Ramos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span>Photos</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined color css property but not a background css property.", "resultCode": "F1", "elements": [ { "htmlCode": "<span>Videos</span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4) > 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": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>", "pointer": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div: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": "<h3 style=\"text-align:center\">COVID-19 Pandemic</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > h3: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": "<p style=\"font-size:1.2em;text-align:center;\">“If you need any assistance, please do not hesitate to contact my district office.”</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<div style=\"text-align:center;padding-bottom:20px;\">~ Assemblymember James Ramos</div>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<p>Also you can find updated information regarding COVID-19 and the services being provided here – https://covid19.ca.gov/\n</p>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target has a author defined background property but not a color css property.", "resultCode": "F2", "elements": [ { "htmlCode": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(4) > a:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 14, "warning": 2, "failed": 2, "inapplicable": 6 }, "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": 12, "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>James Ramos for Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Fighting for the Inland Empire</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > h2:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center\">COVID-19 Pandemic</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Latest News & Events</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > h2:nth-child(10)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 class=\"item-title-tag\">California Association of Highway Patrolmen Support James Ramos for Assembly</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"genesis-sidebar-title screen-reader-text\">Primary Sidebar</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3>\n\t\tEndorsements\n\t</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3>\n\t\tContribute\n\t</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3>\n\t\tFollow James Ramoson Facebook</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP20": { "name": "Landmark no duplicate banner", "code": "QW-BP20", "description": "Ensures the document has at most one banner landmark", "metadata": { "target": { "element": "body" }, "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "There are multiple banner landmarks" }, "results": [ { "verdict": "failed", "description": "There are multiple banner landmarks", "resultCode": "F1", "elements": [ { "htmlCode": "<body class=\"home page-template-default page page-id-9 custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden\"> Skip to primary navigation Skip to main content Skip to primary sidebarJames RamosCandidate for California Assembly District 40MenuMenuHome\nAbout\nEndorsements\nNews & Events\nSupport\nContribute\nPress\nSubmenuSubmenu\n\tPhotos\n\tVideos\n\n\nContact\n\n\t\n\t\n\t\n\t\n\t\n \n \n \n\n \n Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust J …", "pointer": "html > body:nth-child(2)" } ], "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": 3, "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=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, { "htmlCode": "<nav class=\"nav-primary genesis-responsive-menu\" aria-label=\"Main\" id=\"genesis-nav-primary\" style=\"\">Home\nAbout\nEndorsements\nNews & Events\nSupport\nContribute\nPress\nSubmenuSubmenu\n\tPhotos\n\tVideos\n\n\nContact\n</nav>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#genesis-content\" class=\"screen-reader-shortcut\"> Skip to main content</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, { "htmlCode": "<main class=\"content\" id=\"genesis-content\">James Ramos for Assembly\nFighting for the Inland Empire\nIn the State Assembly my focus remains on helping the Inland Empire – now more than ever. I have fought for resources for our firefighters and been a strong voice for victims of crime. I’m proud to have earned the support of law enforcement, firefighters and Crime Victims United.\nI worked across the aisle to get things done in Sacramento – working to stop bullying in our schools, more resources for those suffering from mental illness and pushing for an Office of Suicide Prevention.\nI am proud of this, but I know we will have more work to get our businesses back on track. I worked with small bus …", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#genesis-sidebar-primary\" class=\"screen-reader-shortcut\"> Skip to primary sidebar</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, { "htmlCode": "<aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\">Primary Sidebar\n\t\n\t\tEndorsements\n\t\n\t\n\t\tJames Ramos is quickly gaining endorsements from elected officials and community leaders. \n\t\tFind out who's already supporting him.\n\t\n\n\n\n\t\n\t\tContribute\n\t\n\t\n\t\tIt takes resources to run a campaign - any amount helps\n\t\n\t\n\tMAKE A CONTRIBUTION\n\t\n\n\n\n\t\n\t\tFollow James Ramoson Facebook\n\n\t\n\t\n\n</aside>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2)" } ], "attributes": [] } ] }, "QW-BP19": { "name": "Landmark banner is top level", "code": "QW-BP19", "description": "Ensures the banner landmark is at top level", "metadata": { "target": { "element": "header:not([role]), [role=banner]" }, "passed": 1, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The banner landmark is not at top level." }, "results": [ { "verdict": "failed", "description": "The banner landmark is not at top level.", "resultCode": "F1", "elements": [ { "htmlCode": "<header class=\"entry-header\"></header>", "pointer": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > header:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 64, "document": 1, "none": 8, "list": 4, "listitem": 21, "button": 6, "navigation": 2, "region": 5, "graphics-document": 1, "note": 4, "img": 3, "main": 1, "article": 5, "banner": 1, "heading": 12, "separator": 1, "complementary": 1 }, "tags": { "html": 1, "head": 1, "meta": 21, "title": 1, "link": 32, "script": 31, "style": 6, "body": 1, "svg": 9, "defs": 8, "filter": 8, "fecolormatrix": 8, "fecomponenttransfer": 8, "fefuncr": 8, "fefuncg": 8, "fefuncb": 8, "fefunca": 8, "fecomposite": 8, "div": 92, "ul": 4, "li": 21, "a": 32, "header": 2, "p": 20, "button": 4, "nav": 2, "span": 20, "section": 4, "br": 4, "img": 3, "ss3-loader": 1, "main": 1, "article": 5, "h1": 1, "h2": 3, "h3": 8, "hr": 1, "aside": 1, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 30, 48, 13, 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\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-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) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</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) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-content\" class=\"screen-reader-shortcut\"> Skip to main content</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) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-sidebar-primary\" class=\"screen-reader-shortcut\"> Skip to primary sidebar</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(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/\">James Ramos</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) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/about/\">About</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/endorsements/\">Endorsements</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/news-events/\">News & Events</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) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/support/\">Support</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) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\">Contribute</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) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/press/\" class=\"sf-with-ul\">Press</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) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/contact/\">Contact</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div class=\"n2-section-smartslider fitvidsignore n2_clear\" data-ssid=\"2\" tabindex=\"0\" role=\"region\" aria-label=\"Slider\"> Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and ... mpacts on our students over the last year. James Ramos understands the importance of education and is dedicated to ensuring our children and teachers have the resources they need to be success …" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/the-inland-empire-labor-council-afl-cio-join-in-support-of-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"The Inland Empire Labor Council, AFL-C ... embly\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/congressman-aguilar-joins-growing-list-of-local-officials-in-support-of-the-james-ramos-re-election-campaign/\" class=\"main-link read-more-wrap\" title=\"Congressman A ... uilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election CampaignHighland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/san-bernardino-county-professional-firefighters-iaff-local-935-throws-support-behind-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"San Bernardi ... ounty Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/california-association-of-highway-patrolmen-support-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"California Association of Highway Patrolmen S ... Ramos for Assembly\">California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"endorsements\">Find out who's already supporting him.</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">MAKE A CONTRIBUTION</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/JamesRamosforAssembly/\" target=\"_blank\" rel=\"noopener\"> Follow James Ramoson 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) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/about/\">About</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/endorsements/\">Endorsements</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/news-events/\">News & Events</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) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/support/\">Support</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) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\">Contribute</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) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/press/\">Press</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) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/contact/\">Contact</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a rel=\"nofollow\" href=\"https://www.jamesramos.org/wp-login.php\">Log in</a>" }, { "ruleID": "QW-ACT-R17", "what": "This rule checks that each image that is not marked as decorative, has an accessible name.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(2)" }, "excerpt": "<img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\">" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"site-description\">Candidate for California Assembly District 40</p>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</div>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav: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>Home</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p class=\"site-description\">Candidate for California Assembly District 40</p>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Home</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</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": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav: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>Home</span>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\"><head></head><body>Home - James Ramos {\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https://www.jamesramos.org/\",\"url\":\"https://www.jamesramos.org/\",\"name\":\"H ... @type\":\"ReadAction\",\"target\":[\"https://www.jamesramos.org/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://www.jamesramos.org/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"H …" }, { "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) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire</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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>Highland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the</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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement</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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">California Association of Highway Patrolmen Support James Ramos for Assembly</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1) > p:nth-child(2)" }, "excerpt": "<p>(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing</p>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 0, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template-default page page-id-9 custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden\"> Skip to primary navigatio ... s Support Contribute Press SubmenuSubmenu Photos Videos Contact Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust J …" }, { "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": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/the-inland-empire-labor-council-afl-cio-join-in-support-of-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"The Inland Empire Labor Council, AFL-C ... embly\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/congressman-aguilar-joins-growing-list-of-local-officials-in-support-of-the-james-ramos-re-election-campaign/\" class=\"main-link read-more-wrap\" title=\"Congressman A ... uilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election CampaignHighland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/san-bernardino-county-professional-firefighters-iaff-local-935-throws-support-behind-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"San Bernardi ... ounty Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement </a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/california-association-of-highway-patrolmen-support-james-ramos-for-assembly/\" class=\"main-link read-more-wrap\" title=\"California Association of Highway Patrolmen S ... Ramos for Assembly\">California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing </a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1)" }, "excerpt": "<ul class=\"genesis-skip-link\"><li><a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(1) > a:nth-child ... esis-sidebar-primary\" class=\"screen-reader-shortcut\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)\"> Skip to primary sidebar</a></li></ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "menu-main", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"menu-main\" class=\"menu genesis-nav-menu menu-primary js-superfish sf-js-enabled sf-arrows\" style=\"touch-action: auto;\"><li id=\"menu-item-40\" class=\"menu-item menu-item-type-post_type menu-item ... )\"><span _selector=\"html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)\">Home</span></a></li> < …" }, { "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) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4)" }, "excerpt": "<ul class=\"sub-menu\" style=\"display: none;\"> <li id=\"menu-item-372\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-372\"><a href=\"https://www.jamesramos.org/photos/\" _selecto ... child(1) > li:nth-child(7) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)\">Photos</span></a></li> <li id=\"menu-item-400\" class=\"menu-item menu-item-type-post_type menu-item …" }, { "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": "menu-main-1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"menu-main-1\" class=\"menu genesis-nav-menu menu-secondary js-superfish sf-js-enabled sf-arrows\" style=\"touch-action: auto;\"><li class=\"menu-item menu-item-type-post_type menu-item-object-page m ... h-child(1)\"><span _selector=\"html > body:nth-child(2) > footer:nth-child(12) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth- …" }, { "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(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAv ... 0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\" alt=\"previous arrow\">" }, { "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(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAv ... wLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\">" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(2) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.jamesramos.org/\">James Ramos</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Photos</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) > nav:nth-child(5) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Videos</span>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(4) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(10) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(5) > div:nth-child(1)" }, "excerpt": "<div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Slide</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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align:center\">COVID-19 Pandemic</h3>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(2)" }, "excerpt": "<p style=\"font-size:1.2em;text-align:center;\">“If you need any assistance, please do not hesitate to contact my district office.”</p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</a>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > div:nth-child(3)" }, "excerpt": "<div style=\"text-align:center;padding-bottom:20px;\">~ Assemblymember James Ramos</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": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(4)" }, "excerpt": "<p>Also you can find updated information regarding COVID-19 and the services being provided here – https://covid19.ca.gov/ </p>" }, { "ruleID": "QW-WCAG-T31", "what": "Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > p:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>" }, { "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(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > h1:nth-child(1)" }, "excerpt": "<h1>James Ramos for Assembly</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > h2:nth-child(2)" }, "excerpt": "<h2>Fighting for the Inland Empire</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(8) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align:center\">COVID-19 Pandemic</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > h2:nth-child(10)" }, "excerpt": "<h2>Latest News & Events</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(1) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly</h3>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(2) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign</h3>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(3) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly</h3>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > div:nth-child(2) > section:nth-child(11) > article:nth-child(4) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 class=\"item-title-tag\">California Association of Highway Patrolmen Support James Ramos for Assembly</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"genesis-sidebar-title screen-reader-text\">Primary Sidebar</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3> Endorsements </h3>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > h3:nth-child(1)" }, "excerpt": "<h3> Contribute </h3>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2) > section:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3> Follow James Ramoson Facebook</h3>" }, { "ruleID": "QW-BP20", "what": "Ensures the document has at most one banner landmark", "ordinalSeverity": 1, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template-default page page-id-9 custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden\"> Skip to primary navigatio ... s Support Contribute Press SubmenuSubmenu Photos Videos Contact Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. Law enforcement trust J …" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</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": "NAV", "id": "genesis-nav-primary", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > nav:nth-child(5)" }, "excerpt": "<nav class=\"nav-primary genesis-responsive-menu\" aria-label=\"Main\" id=\"genesis-nav-primary\" style=\"\">Home About Endorsements News & Events Support Contribute Press SubmenuSubmenu Photos Videos Contact </nav>" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-content\" class=\"screen-reader-shortcut\"> Skip to main content</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": "MAIN", "id": "genesis-content", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1)" }, "excerpt": "<main class=\"content\" id=\"genesis-content\">James Ramos for Assembly Fighting for the Inland Empire In the State Assembly my focus remains on helping the Inland Empire – now more than ever. I have foug ... hose suffering from mental illness and pushing for an Office of Suicide Prevention. I am proud of this, but I know we will have more work to get our businesses back on track. I worked with small bus …" }, { "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": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"#genesis-sidebar-primary\" class=\"screen-reader-shortcut\"> Skip to primary sidebar</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": "ASIDE", "id": "genesis-sidebar-primary", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > aside:nth-child(2)" }, "excerpt": "<aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\">Primary Sidebar Endorsements James Ramos is quickly gaining endorsemen ... ed officials and community leaders. Find out who's already supporting him. Contribute It takes resources to run a campaign - any amount helps MAKE A CONTRIBUTION Follow James Ramoson Facebook </aside>" }, { "ruleID": "QW-BP19", "what": "Ensures the banner landmark is at top level", "ordinalSeverity": 1, "tagName": "HEADER", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11) > div:nth-child(1) > main:nth-child(1) > article:nth-child(1) > header:nth-child(1)" }, "excerpt": "<header class=\"entry-header\"></header>" } ] }, "endTime": 1687108744378 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687108744378, "url": "https://www.jamesramos.org/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.081", "responseTime": "2023-06-18T17:19:03.925Z", "data": { "apiErrors": [], "documentSize": 1037656, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 177, "failing": 3 }, "issues": { "totalErrors": 16, "totalWarnings": 0, "totalIssues": 16 }, "issuesByLevel": { "A": { "count": 0, "pct": 0 }, "AA": { "count": 0, "pct": 0 }, "AAA": { "count": 16, "pct": 100 } }, "density": { "errorDensity": 2, "warningDensity": 0, "allDensity": 2 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "27624aee-496c-43ad-abd3-27bf4b818fe3", "docID": "8c6dabc9-0ef2-4739-e17f-6c995ecf5941", "sourceHash": "453b0446b7f91f59137400adc9c4a34e", "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=27624aee-496c-43ad-abd3-27bf4b818fe3", "resultSet": [ { "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": 362, "y": 20 }, "bottom-right": { "x": 662, "y": 44 }, "height": 24, "width": 300 }, "position": { "line": 4207, "column": 138 }, "errorSnippet": "<p class=\"site-description\">Candidate for California Assembly District 40</p>", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/p[2]", "issueID": "f8ff53f5cd7307b0194f32f125f05579", "signature": "c9a5b9065d29cef8aed2843c147b3199", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=f8ff53f5cd7307b0194f32f125f05579" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 3530 }, "height": 3530, "width": 1024 }, "position": { "line": 3412, "column": 60 }, "errorSnippet": "<body class=\"home page-template-default page page-id-9 custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" hei", "xpath": "/html/body", "issueID": "b05cbf2ebae703a7d5aa58771d1416e6", "signature": "b0c1a920c235b31a4da58340127ae4b6", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b05cbf2ebae703a7d5aa58771d1416e6" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 986 }, "height": 986, "width": 1024 }, "position": { "line": 1377, "column": 61892 }, "errorSnippet": "<div class=\"site-container\"><ul class=\"genesis-skip-link\"><li><a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</a></li><li><a href=\"#genesis-content\" class=\"screen-read", "xpath": "/html/body/div[1]", "issueID": "80162a47ed6b95e1a599ba433fd123fc", "signature": "62f894d5efb9011c6ef079919c45a64f", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=80162a47ed6b95e1a599ba433fd123fc" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 32, "y": 290 }, "bottom-right": { "x": 992, "y": 402 }, "height": 112, "width": 960 }, "position": { "line": 5070, "column": 0 }, "errorSnippet": "<ul id=\"menu-main\" class=\"menu genesis-nav-menu menu-primary js-superfish sf-js-enabled sf-arrows\" style=\"touch-action: auto;\"><li id=\"menu-item-40\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item", "xpath": "/html/body/div[1]/nav[1]/div[1]/ul[1]", "issueID": "2d9ebaa319d2de992441faef92ff9f94", "signature": "6928aac66fe73fe6c66e9683163275ad", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=2d9ebaa319d2de992441faef92ff9f94" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 986 }, "bottom-right": { "x": 1024, "y": 1242 }, "height": 256, "width": 1024 }, "position": { "line": 9082, "column": 0 }, "errorSnippet": "<div class=\"slidey\"><section id=\"custom_html-5\" class=\"widget_text widget widget_custom_html\"><div class=\"widget_text widget-wrap\"><div class=\"textwidget custom-html-widget\"><div class=\"n2-section-smartslider fitvidsignore n2_c", "xpath": "/html/body/div[2]", "issueID": "e0d63292c9ec06fc3a380e0328842a8f", "signature": "4c69940953c64eb146db0c61a30c5e10", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=e0d63292c9ec06fc3a380e0328842a8f" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 256 }, "height": 256, "width": 1024 }, "position": { "line": 9096, "column": 2 }, "errorSnippet": "<div id=\"n2-ss-2\" data-creator=\"Smart Slider 3\" data-responsive=\"auto\" class=\"n2-ss-slider n2-ow n2-has-hover n2-ss-desktopPortrait n2-ss-loaded n2-ss-tabletPortrait\" data-device-mode=\"tabletPortrait\"><div class=\"n2-ss-slider-wrapper-inside\">", "xpath": "/html/body/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]", "issueID": "4940986f87482e0393d25901268c10c0", "signature": "0f23443dd318ec66bfb137438dbef7d6", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4940986f87482e0393d25901268c10c0" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 1252 }, "bottom-right": { "x": 960, "y": 3268 }, "height": 2016, "width": 960 }, "position": { "line": 9109, "column": 0 }, "errorSnippet": "<div class=\"site-inner\"><div class=\"content-sidebar-wrap\"><main class=\"content\" id=\"genesis-content\"><article class=\"post-9 page type-page status-publish entry\" aria-label=\"Home\"><header class=\"entry-header\"></header>&", "xpath": "/html/body/div[3]", "issueID": "927c1e85fe6cad2f3c690a9b6cfcbc75", "signature": "efd63ccd1283929c0a6445f45ed6dd52", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=927c1e85fe6cad2f3c690a9b6cfcbc75" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 10, "y": 10 }, "bottom-right": { "x": 570, "y": 94 }, "height": 84, "width": 560 }, "position": { "line": 9133, "column": 413 }, "errorSnippet": "<h3 class=\"item-title-tag\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign</h3>", "xpath": "/html/body/div[3]/div[1]/main[1]/article[1]/div[1]/section[1]/article[2]/a[1]/h3[1]", "issueID": "a97308c2029b5d6b1126fa69c34d0164", "signature": "86e8340ee66169bfc524400fa0b21bcc", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a97308c2029b5d6b1126fa69c34d0164" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 10, "y": 10 }, "bottom-right": { "x": 570, "y": 94 }, "height": 84, "width": 560 }, "position": { "line": 9134, "column": 418 }, "errorSnippet": "<h3 class=\"item-title-tag\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly</h3>", "xpath": "/html/body/div[3]/div[1]/main[1]/article[1]/div[1]/section[1]/article[3]/a[1]/h3[1]", "issueID": "2788ecec4319db0e3a617c8454912157", "signature": "57975580964f78b9849fb848c72b2d93", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=2788ecec4319db0e3a617c8454912157" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 692, "y": 1292 }, "bottom-right": { "x": 992, "y": 2122 }, "height": 830, "width": 300 }, "position": { "line": 9137, "column": 24 }, "errorSnippet": "<aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\"><h2 class=\"genesis-sidebar-title screen-reader-text\">Primary Sidebar</h2><section id=\"custom_html-3\" cl", "xpath": "/html/body/div[3]/div[1]/aside[1]", "issueID": "309ccd5998c07b45d8d3445a07087a3f", "signature": "537d22f5322588bde4713fc688f97bcd", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=309ccd5998c07b45d8d3445a07087a3f" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 712, "y": 1388 }, "bottom-right": { "x": 932, "y": 1577 }, "height": 189, "width": 220 }, "position": { "line": 9132, "column": 567 }, "errorSnippet": "<p style=\"padding-bottom:20px;margin-bottom:10px; text-align:center;\"> James Ramos is quickly gaining endorsements from elected officials and community leaders. <br><a href=\"endorsements\">Find out who's already supporting him.</a>", "xpath": "/html/body/div[3]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/p[1]", "issueID": "7493a8f09834f85a88e6857f76b8c4f6", "signature": "37a421cbe705bfdba1a599a84f0b1b4d", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=7493a8f09834f85a88e6857f76b8c4f6" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 3308 }, "bottom-right": { "x": 1024, "y": 3406 }, "height": 98, "width": 1024 }, "position": { "line": 5934, "column": 344 }, "errorSnippet": "<footer class=\"site-footer\"><div class=\"wrap\"><nav class=\"nav-secondary\" aria-label=\"Secondary\"><div class=\"wrap\"><ul id=\"menu-main-1\" class=\"menu genesis-nav-menu menu-secondary js-superfish sf-js-enabled sf-arrows\" style=\"tou", "xpath": "/html/body/footer[1]", "issueID": "6acba33827b8ffee7de2942760ed9d64", "signature": "1b773dcf069fd4af3b24d929c9035c56", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=6acba33827b8ffee7de2942760ed9d64" }, { "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": 206.828125, "y": 2152 }, "bottom-right": { "x": 461.828125, "y": 2179 }, "height": 27, "width": 255 }, "position": { "line": 1405, "column": 416 }, "errorSnippet": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</a>", "xpath": "/html/body/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[1]/a[1]", "issueID": "e6ecb86fc2b0c64f0e55c557ceff2e24", "signature": "14b5bda1aa0bca2605d0f5aeef8d2db8", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e6ecb86fc2b0c64f0e55c557ceff2e24" }, { "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": 92, "y": 2300 }, "bottom-right": { "x": 291, "y": 2322 }, "height": 22, "width": 199 }, "position": { "line": 1407, "column": 1090 }, "errorSnippet": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</a>", "xpath": "/html/body/div[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]", "issueID": "a7f26a15f48500ef5cd59bd4053247d8", "signature": "2c96e3dc4f48b6482c169abc7ceeadcc", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a7f26a15f48500ef5cd59bd4053247d8" }, { "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": 715.65625, "y": 1784 }, "bottom-right": { "x": 942.34425, "y": 1811 }, "height": 27, "width": 226.688 }, "position": { "line": 2433, "column": 0 }, "errorSnippet": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">MAKE A CONTRIBUTION</a>", "xpath": "/html/body/div[3]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "040137be931faa80f44d66765b28f6ae", "signature": "37a4e5f36ff837740b21cf51ae4672fb", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=040137be931faa80f44d66765b28f6ae" }, { "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": 712, "y": 1965 }, "bottom-right": { "x": 712, "y": 1965 }, "height": 0, "width": 0 }, "position": { "line": 5009, "column": 34 }, "errorSnippet": "<a href=\"https://www.facebook.com/JamesRamosforAssembly/\" target=\"_blank\" rel=\"noopener\"> <h3> Follow James Ramos<br>on Facebook</h3> <img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\"> </a>", "xpath": "/html/body/div[3]/div[1]/aside[1]/section[2]/div[1]/div[1]/div[1]/a[1]", "issueID": "5c3023f4e1100db29b25d96ec35fae51", "signature": "64ecd64c71af4e871d06d508f9d460dc", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5c3023f4e1100db29b25d96ec35fae51" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 16 ], "instances": [ { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"site-description\">Candidate for California Assembly District 40</p>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"home page-template-default page page-id-9 custom-header header-image header-full-width content-sidebar genesis-breadcrumbs-hidden genesis-footer-widgets-hidden\"><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" hei" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]" }, "excerpt": "<div class=\"site-container\"><ul class=\"genesis-skip-link\"><li><a href=\"#genesis-nav-primary\" class=\"screen-reader-shortcut\"> Skip to primary navigation</a></li><li><a href=\"#genesis-content\" class=\"screen-read" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "UL", "id": "menu-main", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/nav[1]/div[1]/ul[1]" }, "excerpt": "<ul id=\"menu-main\" class=\"menu genesis-nav-menu menu-primary js-superfish sf-js-enabled sf-arrows\" style=\"touch-action: auto;\"><li id=\"menu-item-40\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]" }, "excerpt": "<div class=\"slidey\"><section id=\"custom_html-5\" class=\"widget_text widget widget_custom_html\"><div class=\"widget_text widget-wrap\"><div class=\"textwidget custom-html-widget\"><div class=\"n2-section-smartslider fitvidsignore n2_c" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-2", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[2]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]" }, "excerpt": "<div id=\"n2-ss-2\" data-creator=\"Smart Slider 3\" data-responsive=\"auto\" class=\"n2-ss-slider n2-ow n2-has-hover n2-ss-desktopPortrait n2-ss-loaded n2-ss-tabletPortrait\" data-device-mode=\"tabletPortrait\"><div class=\"n2-ss-slider-wrapper-inside\">" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]" }, "excerpt": "<div class=\"site-inner\"><div class=\"content-sidebar-wrap\"><main class=\"content\" id=\"genesis-content\"><article class=\"post-9 page type-page status-publish entry\" aria-label=\"Home\"><header class=\"entry-header\"></header>&" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/main[1]/article[1]/div[1]/section[1]/article[2]/a[1]/h3[1]" }, "excerpt": "<h3 class=\"item-title-tag\">Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign</h3>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/main[1]/article[1]/div[1]/section[1]/article[3]/a[1]/h3[1]" }, "excerpt": "<h3 class=\"item-title-tag\">San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly</h3>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "genesis-sidebar-primary", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/aside[1]" }, "excerpt": "<aside class=\"sidebar sidebar-primary widget-area\" role=\"complementary\" aria-label=\"Primary Sidebar\" id=\"genesis-sidebar-primary\"><h2 class=\"genesis-sidebar-title screen-reader-text\">Primary Sidebar</h2><section id=\"custom_html-3\" cl" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[3]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"padding-bottom:20px;margin-bottom:10px; text-align:center;\"> James Ramos is quickly gaining endorsements from elected officials and community leaders. <br><a href=\"endorsements\">Find out who's already supporting him.</a>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "FOOTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/footer[1]" }, "excerpt": "<footer class=\"site-footer\"><div class=\"wrap\"><nav class=\"nav-secondary\" aria-label=\"Secondary\"><div class=\"wrap\"><ul id=\"menu-main-1\" class=\"menu genesis-nav-menu menu-secondary js-superfish sf-js-enabled sf-arrows\" style=\"tou" }, { "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[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[1]/a[1]" }, "excerpt": "<a href=\"https://a40.asmdc.org/constituent-services\" rel=\"noopener noreferrer\" target=\"_blank\">contact my district office</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[3]/div[1]/main[1]/article[1]/div[1]/div[1]/p[2]/a[1]" }, "excerpt": "<a href=\"https://covid19.ca.gov/\" rel=\"noopener noreferrer\" target=\"_blank\">https://covid19.ca.gov/</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[3]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a href=\"https://secure.actblue.com/donate/re-elect-james-ramos-for-assembly-2024-2\" target=\"_blank\" class=\"btn btn-danger\" style=\" font-size:1.2em;\" rel=\"noopener\">MAKE A CONTRIBUTION</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[3]/div[1]/aside[1]/section[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/JamesRamosforAssembly/\" target=\"_blank\" rel=\"noopener\"> <h3> Follow James Ramos<br>on Facebook</h3> <img src=\"https://www.jamesramos.org/wp-content/themes/ramos/images/fb.png\"> </a>" } ] }, "endTime": 1687108744994 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687108744994, "url": "https://www.jamesramos.org/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "", "main": "genesis-content" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 198 }, "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": 33, "tabFocused": 35, "discrepancy": 2 }, "totals": [ 0, 0, 2, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 2, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 33, "types": { "missing": { "total": 3, "tagNames": { "DIV": 3 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 30, "meanDelay": 102, "tagNames": { "A": 30 } } } }, "items": { "missing": [ { "tagName": "DIV", "id": "", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "tagName": "DIV", "id": "n2-ss-2-arrow-next", "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" } ], "nonoutline": [], "outline": [ { "tagName": "A", "id": "", "text": "Skip to primary navigation", "delay": 103 }, { "tagName": "A", "id": "", "text": "Skip to main content", "delay": 102 }, { "tagName": "A", "id": "", "text": "Skip to primary sidebar", "delay": 101 }, { "tagName": "A", "id": "", "text": "James Ramos", "delay": 102 }, { "tagName": "A", "id": "", "text": "Home", "delay": 104 }, { "tagName": "A", "id": "", "text": "About", "delay": 101 }, { "tagName": "A", "id": "", "text": "Endorsements", "delay": 102 }, { "tagName": "A", "id": "", "text": "News & Events", "delay": 104 }, { "tagName": "A", "id": "", "text": "Support", "delay": 103 }, { "tagName": "A", "id": "", "text": "Contribute", "delay": 102 }, { "tagName": "A", "id": "", "text": "Press", "delay": 102 }, { "tagName": "A", "id": "", "text": "Contact", "delay": 100 }, { "tagName": "A", "id": "", "text": "contact my district office", "delay": 104 }, { "tagName": "A", "id": "", "text": "https://covid19.ca.gov/", "delay": 102 }, { "tagName": "A", "id": "", "text": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –", "delay": 101 }, { "tagName": "A", "id": "", "text": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election ", "delay": 102 }, { "tagName": "A", "id": "", "text": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo", "delay": 101 }, { "tagName": "A", "id": "", "text": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam", "delay": 102 }, { "tagName": "A", "id": "", "text": "Find out who's already supporting him.", "delay": 105 }, { "tagName": "A", "id": "", "text": "MAKE A CONTRIBUTION", "delay": 102 }, { "tagName": "A", "id": "", "text": "Follow James Ramoson Facebook", "delay": 101 }, { "tagName": "A", "id": "", "text": "Home", "delay": 102 }, { "tagName": "A", "id": "", "text": "About", "delay": 101 }, { "tagName": "A", "id": "", "text": "Endorsements", "delay": 105 }, { "tagName": "A", "id": "", "text": "News & Events", "delay": 101 }, { "tagName": "A", "id": "", "text": "Support", "delay": 102 }, { "tagName": "A", "id": "", "text": "Contribute", "delay": 101 }, { "tagName": "A", "id": "", "text": "Press", "delay": 104 }, { "tagName": "A", "id": "", "text": "Contact", "delay": 100 }, { "tagName": "A", "id": "", "text": "Log in", "delay": 100 } ] } }, "totals": [ 0, 0, 0, 3 ], "standardInstances": [ { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-2-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 41, "types": { "onlyFocusable": { "total": 1, "tagNames": { "DIV": 1 } }, "onlyOperable": { "total": 4, "tagNames": { "ARTICLE": 4 } }, "focusableAndOperable": { "total": 36, "tagNames": { "A": 32, "BUTTON": 2, "DIV": 2 } } } }, "items": { "onlyFocusable": [ { "tagName": "DIV", "id": "", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" } ], "onlyOperable": [ { "tagName": "ARTICLE", "id": "", "text": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "ARTICLE", "id": "", "text": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election ", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "ARTICLE", "id": "", "text": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "ARTICLE", "id": "", "text": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Skip to primary navigation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Skip to main content", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Skip to primary sidebar", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "James Ramos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "genesis-mobile-nav-primary", "text": "Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News & Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Support", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Submenu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Videos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "text": "<div style=\"--widget-offset: 15px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "n2-ss-2-arrow-next", "text": "<div style=\"--widget-offset: 15px; cursor: default;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nex", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "contact my district office", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "https://covid19.ca.gov/", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Find out who's already supporting him.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "MAKE A CONTRIBUTION", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Follow James Ramoson Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News & Events", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Support", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Press", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Log in", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 1, 4 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –" }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election " }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo" }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam" } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 50, "triggerSample": 19, "impactTriggers": 3, "additions": 11, "removals": 12, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 3, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "menu-item-171", "text": "Press Submenu Photos Videos", "additions": 7, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Press", "additions": 0, "removals": 7, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skip to main content" }, { "tagName": "LI", "id": "menu-item-372", "text": "Photos" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 11, 12, 6 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-171", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Submenu Photos Videos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-372", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 2 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Menu" } }, { "index": 1, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Submenu" } } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 32, "adjacent": { "total": 19, "underlined": 1, "underlinedPercent": 5 } }, "items": { "underlined": [ { "id": "", "text": "Home" } ], "notUnderlined": [ { "id": "", "text": "James Ramos" }, { "id": "", "text": "About" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "News & Events" }, { "id": "", "text": "Support" }, { "id": "", "text": "Contribute" }, { "id": "", "text": "Press" }, { "id": "", "text": "Contact" }, { "id": "", "text": "contact my district office" }, { "id": "", "text": "https://covid19.ca.gov/" }, { "id": "", "text": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –" }, { "id": "", "text": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election " }, { "id": "", "text": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo" }, { "id": "", "text": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam" }, { "id": "", "text": "Find out who's already supporting him." }, { "id": "", "text": "MAKE A CONTRIBUTION" }, { "id": "", "text": "Follow James Ramoson Facebook" }, { "id": "", "text": "Log in" } ] } }, "totals": [ 0, 18, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "James Ramos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Events" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "contact my district office" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "https://covid19.ca.gov/" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Find out who's already supporting him." }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MAKE A CONTRIBUTION" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow James Ramoson Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Log in" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 18, "badRoleElements": 2, "redundantRoleElements": 3, "tagNames": { "BUTTON": { "button": { "bad": 0, "redundant": 2 } }, "DIV": { "button": { "bad": 2, "redundant": 0 } }, "ASIDE": { "complementary": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 3, 0, 2 ], "standardInstances": [ { "ruleID": "role", "what": "BUTTON elements have redundant explicit role button (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "ASIDE", "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": { "button": { "total": 2, "subtotals": [ 1, 1 ] }, "adjacentLink": { "total": 19, "subtotals": [ 11, 7, 1 ] }, "listLink": { "total": 13, "subtotals": [ 7, 3, 2, 1 ] }, "h1": { "total": 1 }, "h2": { "total": 3 }, "h3": { "total": 8, "subtotals": [ 5, 2, 1 ] } }, "items": { "button": { "fontWeight": { "400": [ "Menu" ], "600": [ "Submenu" ] }, "lineHeight": { "28.5714px": [ "Menu" ], "16px": [ "Submenu" ] } }, "adjacentLink": { "fontWeight": { "400": [ "contact my district office", "https://covid19.ca.gov/", "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –", "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election ", "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo", "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam", "Log in" ], "700": [ "James Ramos", "Home", "About", "Endorsements", "News & Events", "Support", "Contribute", "Press", "Contact", "Find out who's already supporting him.", "MAKE A CONTRIBUTION", "Follow James Ramoson Facebook" ] }, "textDecorationLine": { "none": [ "James Ramos", "About", "Endorsements", "News & Events", "Support", "Contribute", "Press", "Contact", "contact my district office", "https://covid19.ca.gov/", "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –", "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election ", "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo", "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam", "Find out who's already supporting him.", "MAKE A CONTRIBUTION", "Follow James Ramoson Facebook", "Log in" ], "underline": [ "Home" ] } }, "listLink": { "fontWeight": { "400": [ "Skip to primary navigation", "Skip to main content", "Skip to primary sidebar" ], "600": [ "Home", "About", "Endorsements", "News & Events", "Support", "Contribute", "Press", "Contact" ], "700": [ "Photos", "Videos" ] }, "textDecorationLine": { "none": [ "Skip to primary navigation", "Skip to main content", "Skip to primary sidebar", "Photos", "Videos", "About", "Endorsements", "News & Events", "Support", "Contribute", "Press", "Contact" ], "underline": [ "Home" ] }, "color": { "rgb(51, 122, 183)": [ "Skip to primary navigation", "Skip to main content", "Skip to primary sidebar" ], "rgb(35, 60, 94)": [ "Photos", "Videos" ], "rgb(195, 37, 29)": [ "Home" ], "rgb(255, 255, 255)": [ "About", "Endorsements", "News & Events", "Support", "Contribute", "Press", "Contact" ] }, "fontSize": { "20px": [ "Skip to primary navigation", "Skip to main content", "Skip to primary sidebar" ], "14px": [ "Photos", "Videos" ], "16px": [ "Home", "About", "Endorsements", "News & Events", "Support", "Contribute", "Press", "Contact" ] }, "lineHeight": { "28.5714px": [ "Skip to primary navigation", "Skip to main content", "Skip to primary sidebar" ], "14px": [ "Photos", "Videos" ], "16px": [ "Home", "About", "Endorsements", "News & Events", "Support", "Contribute", "Press", "Contact" ] } }, "h3": { "color": { "rgb(51, 51, 51)": [ "COVID-19 Pandemic", "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly", "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election ", "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo", "California Association of Highway Patrolmen Support James Ramos for Assembly" ], "rgb(255, 255, 255)": [ "Endorsements", "Contribute" ], "rgb(51, 122, 183)": [ "Follow James Ramoson Facebook" ] } } } }, "totals": [ 2, 3, 1, 2 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 4 different styles", "count": 3, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 3 different styles", "count": 2, "ordinalSeverity": 3, "tagName": "H3", "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": 4, "items": [ { "tagName": "A", "id": "", "text": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire", "title": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly" }, { "tagName": "A", "id": "", "text": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election CampaignHighland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the", "title": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign" }, { "tagName": "A", "id": "", "text": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement", "title": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly" }, { "tagName": "A", "id": "", "text": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing", "title": "California Association of Highway Patrolmen Support James Ramos for Assembly" } ] }, "totals": [ 0, 0, 4, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire): The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election CampaignHighland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the): Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement): San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing): California Association of Highway Patrolmen Support James Ramos for Assembly" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 48, "tagNames": { "UL": 1, "DIV": 46, "SS3-LOADER": 1 } }, "items": [ { "tagName": "UL", "id": "", "text": "Photos Videos" }, { "tagName": "DIV", "id": "n2-ss-2-align", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "tagName": "DIV", "id": "n2-ss-2", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "tagName": "DIV", "id": "", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "tagName": "DIV", "id": "", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "tagName": "DIV", "id": "", "text": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "tagName": "DIV", "id": "", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "tagName": "DIV", "id": "", "text": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "tagName": "DIV", "id": "", "text": "Slide" }, { "tagName": "DIV", "id": "", "text": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "tagName": "DIV", "id": "", "text": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "tagName": "DIV", "id": "", "text": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "tagName": "DIV", "id": "", "text": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "tagName": "DIV", "id": "", "text": "San Bernardino County Sheriff Shannon Dicus" }, { "tagName": "DIV", "id": "", "text": "Slide\"The pandemic has had significant impacts on our students over the last year. James Ramos under" }, { "tagName": "DIV", "id": "", "text": "Slide" }, { "tagName": "DIV", "id": "", "text": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "tagName": "DIV", "id": "", "text": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "tagName": "DIV", "id": "", "text": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "tagName": "DIV", "id": "", "text": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "tagName": "DIV", "id": "", "text": "Ted Alejandre, San Bernardino County Superintendent of Schools" }, { "tagName": "DIV", "id": "", "text": "Slide“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and" }, { "tagName": "DIV", "id": "", "text": "Slide" }, { "tagName": "DIV", "id": "", "text": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "tagName": "DIV", "id": "", "text": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "tagName": "DIV", "id": "", "text": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "tagName": "DIV", "id": "", "text": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "tagName": "DIV", "id": "", "text": "Jim Grigoli, President, San Bernardino County Professional Firefighters Local 935" }, { "tagName": "DIV", "id": "", "text": "Slide“James Ramos is committed to providing opportunities for working-class families. He has champio" }, { "tagName": "DIV", "id": "", "text": "Slide" }, { "tagName": "DIV", "id": "", "text": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "tagName": "DIV", "id": "", "text": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "tagName": "DIV", "id": "", "text": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "tagName": "DIV", "id": "", "text": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "tagName": "DIV", "id": "", "text": "Jimmy Elrod, Special Representative, Southwest Regional Council of Carpenters" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o" }, { "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "tagName": "DIV", "id": "", "text": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-" }, { "tagName": "DIV", "id": "n2-ss-2-arrow-next", "text": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "tagName": "SS3-LOADER", "id": "", "text": "<ss3-loader></ss3-loader>" } ] }, "totals": [ 48, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos Videos" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-align", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Bernardino County Sheriff Shannon Dicus" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide\"The pandemic has had significant impacts on our students over the last year. James Ramos under" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Ted Alejandre, San Bernardino County Superintendent of Schools" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Grigoli, President, San Bernardino County Professional Firefighters Local 935" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“James Ramos is committed to providing opportunities for working-class families. He has champio" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jimmy Elrod, Special Representative, Southwest Regional Council of Carpenters" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "ruleID": "zIndex", "what": "SS3-LOADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SS3-LOADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<ss3-loader></ss3-loader>" } ] } }, "success": true }, "standardResult": { "totals": [ 50, 35, 20, 17 ], "instances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 2, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "focInd", "what": "DIV element has no focus indicator", "ordinalSeverity": 3, "tagName": "DIV", "id": "n2-ss-2-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "ruleID": "focOp", "complaint": "DIV element is focusable but not operable", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –" }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election " }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo" }, { "ruleID": "focOp", "complaint": "ARTICLE element is operable but not focusable", "ordinalSeverity": 3, "tagName": "ARTICLE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-171", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press Submenu Photos Videos" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to main content" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-372", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "James Ramos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News & Events" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Support" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Press" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "contact my district office" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "https://covid19.ca.gov/" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) –" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election " }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos fo" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The Jam" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Find out who's already supporting him." }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "MAKE A CONTRIBUTION" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Follow James Ramoson Facebook" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Log in" }, { "ruleID": "role", "what": "BUTTON elements have redundant explicit role button (count: 2)", "count": 2, "ordinalSeverity": 1, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "DIV elements have invalid or native-replaceable explicit role button (count: 2)", "count": 2, "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "role", "what": "ASIDE elements have redundant explicit role complementary (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "ASIDE", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 4 different styles", "count": 3, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Buttons have 2 different styles", "count": 1, "ordinalSeverity": 2, "tagName": "BUTTON", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-3 headings have 3 different styles", "count": 2, "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign has earned the support of the Inland Empire): The Inland Empire Labor Council, AFL-CIO Join in Support of James Ramos for Assembly" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election CampaignHighland, CA – The James Ramos for State Assembly campaign continues to gain momentum, announcing the): Congressman Aguilar Joins Growing List Of Local Officials In Support Of The James Ramos Re-Election Campaign" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign announced he has secured the endorsement): San Bernardino County Professional Firefighters, IAFF Local 935 Throws Support Behind James Ramos for Assembly" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (California Association of Highway Patrolmen Support James Ramos for Assembly(Highland, CA) – The James Ramos for State Assembly campaign continues to gain momentum, announcing): California Association of Highway Patrolmen Support James Ramos for Assembly" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos Videos" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-align", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slide-background\" data-public-id=\"4\" data-mode=\"fill\"><div data-color=\"RGBA(255,25" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-sl" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent cr" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Assemblyman James Ramos is committed to keeping our neighborhood safe and free from violent crime. " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "San Bernardino County Sheriff Shannon Dicus" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide\"The pandemic has had significant impacts on our students over the last year. James Ramos under" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"The pandemic has had significant impacts on our students over the last year. James Ramos understand" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Ted Alejandre, San Bernardino County Superintendent of Schools" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“Firefighters can count on Assemblyman James Ramos. He continues to fight for the resources and tool" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jim Grigoli, President, San Bernardino County Professional Firefighters Local 935" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide“James Ramos is committed to providing opportunities for working-class families. He has champio" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Slide" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "“James Ramos is committed to providing opportunities for working-class families. He has championed f" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Jimmy Elrod, Special Representative, Southwest Regional Council of Carpenters" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-o" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-arrow-previous", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previou" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "n2-ss-2-arrow-next", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div style=\"--widget-offset:15px;\" class=\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next ne" }, { "ruleID": "zIndex", "what": "SS3-LOADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SS3-LOADER", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<ss3-loader></ss3-loader>" } ] }, "endTime": 1687108781706 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687108781706, "url": "https://www.jamesramos.org/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Home - James Ramos", "pageurl": "https://www.jamesramos.org/", "time": 2.81, "creditsremaining": 942, "allitemcount": 77, "totalelements": 396, "waveurl": "http://wave.webaim.org/report?url=https://www.jamesramos.org/" }, "categories": { "error": { "description": "Errors", "count": 1, "items": { "alt_missing": { "id": "alt_missing", "description": "Missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV + DIV > DIV:first-child > ASIDE#genesis-sidebar-primary > SECTION#custom_html-4 > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > H3:first-child + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 4, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > UL:first-child + HEADER > DIV:first-child > DIV:first-child > P:first-child > A:first-child", "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > UL:first-child + HEADER > DIV:first-child > DIV:first-child > P:first-child + P", "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV + DIV > DIV:first-child > MAIN#genesis-content > ARTICLE:first-child > HEADER:first-child + DIV > H1:first-child + H2 + P + P + P + P + P + DIV > H3:first-child + P + DIV + P > A:first-child", "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV + DIV + FOOTER > DIV:first-child > NAV:first-child > DIV:first-child > UL#menu-main-1 > LI:first-child > A:first-child > SPAN:first-child" ], "contrastdata": [ [ 1.13, "#333333", "#233c5e", true ], [ 1.13, "#333333", "#233c5e", false ], [ 3.95, "#337ab7", "#ffebe3", false ], [ 1.91, "#c3251d", "#233c5e", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 3, "items": { "heading_possible": { "id": "heading_possible", "description": "Possible heading", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > UL:first-child + HEADER > DIV:first-child > DIV:first-child > P:first-child", "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV > SECTION#custom_html-5 > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-2-align > DIV:first-child > DIV#n2-ss-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > NAV#genesis-nav-primary > DIV:first-child > UL#menu-main > LI#menu-item-40 > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } } }, "success": true }, "standardResult": { "totals": [ 3, 0, 0, 5 ], "instances": [ { "ruleID": "alt_missing", "what": "Missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV + DIV > DIV:first-child > ASIDE#genesis-sidebar-primary > SECTION#custom_html-4 > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > H3:first-child + IMG" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > UL:first-child + HEADER > DIV:first-child > DIV:first-child > P:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > UL:first-child + HEADER > DIV:first-child > DIV:first-child > P:first-child + P" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV + DIV > DIV:first-child > MAIN#genesis-content > ARTICLE:first-child > HEADER:first-child + DIV > H1:first-child + H2 + P + P + P + P + P + DIV > H3:first-child + P + DIV + P > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV + DIV + FOOTER > DIV:first-child > NAV:first-child > DIV:first-child > UL#menu-main-1 > LI:first-child > A:first-child > SPAN:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > UL:first-child + HEADER > DIV:first-child > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "heading_possible", "what": "Possible heading", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV + DIV > SECTION#custom_html-5 > DIV:first-child > DIV:first-child > DIV:first-child > DIV#n2-ss-2-align > DIV:first-child > DIV#n2-ss-2 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > svg:first-child + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > P:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > svg:first-child + svg + svg + svg + svg + svg + svg + svg + DIV > NAV#genesis-nav-primary > DIV:first-child > UL#menu-main > LI#menu-item-40 > A:first-child" }, "excerpt": "" } ] }, "endTime": 1687108784776 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD45-c", "which": "https://www.jamesramos.org/", "what": "Candidate James Ramos (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:18:25", "endTime": "2023-06-18T17:19:44", "elapsedSeconds": 79, "visitLatency": 8, "logCount": 12, "logSize": 552, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 37 ], [ "testaro", 13 ], [ "alfa", 5 ], [ "ibm", 3 ], [ "nuVal", 3 ], [ "wave", 3 ], [ "qualWeb", 2 ], [ "tenon", 1 ], [ "axe", 0 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 691, "issue": 611, "tool": 78, "prevention": 0, "log": 2, "latency": 0 }, "details": { "severity": { "total": [ 152, 89, 36, 85 ], "byTool": { "testaro": [ 50, 35, 20, 17 ], "alfa": [ 6, 0, 0, 14 ], "axe": [ 10, 2, 0, 9 ], "continuum": [ 0, 0, 0, 1 ], "htmlcs": [ 11, 0, 0, 8 ], "ibm": [ 0, 4, 0, 7 ], "nuVal": [ 42, 0, 3, 0 ], "qualWeb": [ 30, 48, 13, 8 ], "tenon": [ 0, 0, 0, 16 ], "wave": [ 3, 0, 0, 5 ] } }, "prevention": {}, "issue": { "imageNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r2": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Images have an accessible name" ] } } }, "axe": { "image-alt": { "quality": 1, "what": "Image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Images must have alternate text; Element does not have an alt attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "continuum": { "89": { "quality": 1, "what": "img element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 1, "texts": [ "This img element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.1_1_1.H37": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 1, "texts": [ "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative." ] } } }, "ibm": { "img_alt_valid": { "quality": 1, "what": "Image has neither an alt attribute nor an ARIA label or title", "complaints": { "countTotal": 1, "texts": [ "The image has neither an alt atttribute nor an ARIA label or title" ] } } }, "nuVal": { "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 2, "texts": [ "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images." ] } } }, "qualWeb": { "QW-ACT-R17": { "quality": 1, "what": "Image has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each image that is not marked as decorative, has an accessible name." ] } } }, "wave": { "alt_missing": { "quality": 1, "what": "Text alternative is missing", "complaints": { "countTotal": 1, "texts": [ "Missing alternative text" ] } } } } }, "contentBeyondLandmarks": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 2, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "ibm": { "aria_content_in_landmark": { "quality": 1, "what": "Content is not within a landmark element", "complaints": { "countTotal": 1, "texts": [ "Content is not within a landmark element" ] } } } } }, "linkIndication": { "score": 36, "maxCount": 18, "weight": 2, "tools": { "alfa": { "r62": { "quality": 1, "what": "Inline link is not distinct from the surrounding text except by color", "complaints": { "countTotal": 3, "texts": [ "Links in blocks of text are distinguishable" ] } } }, "axe": { "link-in-text-block": { "quality": 1, "what": "Link is not distinct from surrounding text without reliance on color", "complaints": { "countTotal": 1, "texts": [ "Links must be distinguishable without relying on color; The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333); The link has no styling (such as underline) to distinguish it from the surrounding text" ] } } }, "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 18, "texts": [ "Link is inline but has no underline" ] } } } } }, "focusIndication": { "score": 124, "maxCount": 31, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 3, "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": 31, "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": 3, "texts": [ "DIV element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 5, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 4, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.61 (foreground color: #ffffff, background color: #d93738, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 18.0pt (24px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.91 (foreground color: #337ab7, background color: #e6eff5, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 3.96 (foreground color: #ffffff, background color: #d9534f, font size: 14.4pt (19.2px), font weight: bold). Expected contrast ratio of 4.5:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 4, "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 3.96:1. Recommendation: change text colour to #000203.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.13:1. Recommendation: change background to #fdfeff.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.92:1. Recommendation: change text colour to #fffefe.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 4.61:1. Recommendation: change background to #373737." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 4, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 1, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "textContrastAA": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 3, "texts": [ "Text outside widget has minimum contrast" ] } } }, "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 4, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 3.95 (foreground color: #337ab7, background color: #ffebe3, font size: 15.0pt (20px), font weight: normal). Expected contrast ratio of 4.5:1", "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 1.91 (foreground color: #c3251d, background color: #233c5e, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1" ] } } }, "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": 3, "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 3.91:1. Recommendation: change background to #fcfeff.", "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 3.96:1. Recommendation: change background to #ce4844.", "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 3.96:1. Recommendation: change background to #fffefd." ] } } }, "ibm": { "text_contrast_sufficient": { "quality": 1, "what": "Text has a contrast with its background less than the WCAG AA minimum for its size and weight", "complaints": { "countTotal": 4, "texts": [ "Text contrast of 1.92 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 600", "Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 18px and weight of 400", "Text contrast of 3.96 with its background is less than the WCAG AA minimum requirements for text of size 21.6px and weight of 400", "Text contrast of 1.13 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 400" ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 3, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 4, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 2, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "repeatedContentRisk": { "score": 9, "maxCount": 9, "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": 6, "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": 10, "maxCount": 10, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 10, "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." ] } } } } }, "pseudoHeadingRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "axe": { "p-as-heading": { "quality": 1, "what": "Styled p element may be misused as a heading", "complaints": { "countTotal": 1, "texts": [ "Styled <p> elements must not be used as headings; Heading elements should be used instead of styled <p> elements" ] } } }, "wave": { "heading_possible": { "quality": 1, "what": "Possible heading", "complaints": { "countTotal": 2, "texts": [ "Possible heading" ] } } } } }, "contrastRisk": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.BGColour": { "quality": 1, "what": "Inline background color may lack a complementary foreground color", "complaints": { "countTotal": 1, "texts": [ "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image." ] } }, "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 4, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } }, "AAA.1_4_6.G18.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1", "complaints": { "countTotal": 1, "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." ] } }, "AAA.1_4_6.G18.BgImage": { "quality": 1, "what": "Contrast between the text and the background image may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 4.5:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 4, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "roleBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "element_tabbable_role_valid": { "quality": 1, "what": "Tabbable element has a non-widget role", "complaints": { "countTotal": 1, "texts": [ "The tabbable element's role 'region' is not a widget role" ] } } } } }, "roleRedundant": { "score": 5, "maxCount": 5, "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 \"complementary\" is redundant with the implicit role of the element <aside>", "The explicitly-assigned ARIA role \"button\" is redundant with the implicit role of the element <button>" ] } } }, "nuVal": { "^The .+ role is unnecessary for element .+$": { "quality": 1, "what": "explicit role is redundant for its element", "complaints": { "countTotal": 4, "texts": [ "The button role is unnecessary for element button.", "The complementary role is unnecessary for element aside." ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 5, "texts": [ "BUTTON elements have redundant explicit role button (count: 2)", "DIV elements have invalid or native-replaceable explicit role button (count: 2)", "ASIDE elements have redundant explicit role complementary (count: 1)" ] } } } } }, "complementaryNoText": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_complementary_label_visible": { "quality": 1, "what": "Element with a complementary role has no visible label", "complaints": { "countTotal": 1, "texts": [ "The element with \"complementary\" role does not have a visible label" ] } } } } }, "typeRedundant": { "score": 34, "maxCount": 34, "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": 24, "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": 10, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } } } } }, "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": 55, "maxCount": 55, "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": 55, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "elementClosure": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "nuVal": { "^Stray end tag .+$": { "quality": 1, "what": "Invalid closing tag", "complaints": { "countTotal": 1, "texts": [ "Stray end tag div." ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "overflowHiddenRisk": { "score": 10, "maxCount": 10, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 10, "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": 4, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 4, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "pseudoNavList": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 4, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "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" ] } } } } }, "colorMissing": { "score": 52, "maxCount": 13, "weight": 4, "tools": { "qualWeb": { "QW-WCAG-T31": { "quality": 1, "what": "Foreground or background color is specified but not both", "complaints": { "countTotal": 13, "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": 36, "maxCount": 12, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 12, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "bannerNot1": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP20": { "quality": 1, "what": "Document has more than 1 banner landmark", "complaints": { "countTotal": 1, "texts": [ "Ensures the document has at most one banner landmark" ] } } } } }, "bannerNotTop": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-BP19": { "quality": 1, "what": "banner landmark is not at the top level", "complaints": { "countTotal": 1, "texts": [ "Ensures the banner landmark is at top level" ] } } } } }, "leadingClipsText": { "score": 44, "maxCount": 11, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 11, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "linkForcesNewWindow": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 4, "texts": [ "This link opens in a new window without user control." ] } } } } }, "tabFocusability": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 2, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 15, "maxCount": 5, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 5, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 4, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over" ] } } } } }, "inconsistentStyles": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 8, "texts": [ "In-line links have 3 different styles", "Links in columns have 4 different styles", "Buttons have 2 different styles", "Level-3 headings have 3 different styles" ] } } } } }, "titleBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 4, "texts": [ "A element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 48, "maxCount": 48, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 48, "texts": [ "UL element has a non-default Z index", "DIV element has a non-default Z index", "SS3-LOADER element has a non-default Z index" ] } } } } }, "linkPair": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 1, "texts": [ "Redundant link" ] } } } } } } } } }