Accessibility digest
Page | Member Isaac Bryan (D) |
---|---|
URL | https://a55.asmdc.org/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1935 |
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 Member Isaac Bryan (D) at https://a55.asmdc.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 1935, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1935 | Sum of the component scores |
issue | 1636 | Severity and number of reported defects |
tool | 251 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 48 | 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 | 384 |
linkIndication | 136 |
governedBadID | 104 |
targetSize | 90 |
obsolete | 84 |
slashParseRisk | 70 |
titleBad | 68 |
noHeading | 54 |
linkTextsSame | 52 |
roleRedundant | 43 |
linkForcesNewWindow | 39 |
contrastAAA | 38 |
attributeMissing | 32 |
hiddenContentRisk | 25 |
linkNoText | 24 |
imageNoText | 24 |
pageLanguage | 20 |
bannerNotTop | 20 |
duplicateID | 16 |
textContrastAA | 16 |
ariaBadAttribute | 16 |
attributeBad | 16 |
boxSizeAbsolute | 15 |
focusableOperable | 15 |
linkWindowSurpriseRisk | 13 |
contentBeyondLandmarks | 12 |
headingEmpty | 12 |
landmarkConfusion | 12 |
pseudoNavList | 12 |
buttonNoText | 12 |
bannerNot1 | 12 |
textAlternativeRisk | 10 |
inconsistentStyles | 10 |
zIndexNotZero | 10 |
contrastRisk | 8 |
titleRedundant | 8 |
hoverSurprise | 8 |
visibleLabelNotName | 6 |
navConfusion | 6 |
navNoText | 6 |
headingStructure | 6 |
asideConfusion | 6 |
sectionHeadingless | 6 |
linkPair | 6 |
labelClash | 6 |
repeatedContentRisk | 5 |
videoCaptionRisk | 5 |
headingOfNothing | 4 |
errorReferenceBad | 4 |
leadingClipsText | 4 |
h1Missing | 3 |
skipRepeatedContent | 3 |
horizontalScrolling | 3 |
headingLevelSkip | 2 |
pseudoHeadingRisk | 2 |
complementaryNoText | 2 |
mainNone | 2 |
pseudoList | 2 |
noScriptRisk | 2 |
frameContentRisk | 1 |
linkConfusionRisk | 1 |
scrollRisk | 1 |
visibleBulk | 1 |
imagesSameAlt | 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: 384
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 1
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: 96
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: 21
Complaint specifics
- BUTTON element has a non-outline focus indicator
- A element has a non-outline focus indicator
- INPUT element has a non-outline focus indicator
- A element has no focus indicator
- IFRAME element has no focus indicator
Issue linkIndication
WCAG: 1.3.3
Score: 136
Complaints by alfa
Rule r62
r62
Description: Inline link is not distinct from the surrounding text except by color
Count of instances: 1
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 1.23:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #856404); 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: 68
Complaint specifics
- Link is inline but has no underline
Issue governedBadID
WCAG: 1.3.1
Score: 104
Complaints by nuVal
Rule The aria-controls attribute must point to an element in the same document.
The aria-controls attribute must point to an element in the same document.
Description: aria-controls attribute references an element not in the document
Count of instances: 26
Complaint specifics
- The aria-controls attribute must point to an element in the same document.
Issue targetSize
WCAG: 2.5.5
Score: 90
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 30
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue obsolete
WCAG: 4.1
Score: 84
Complaints by alfa
Rule r70
r70
Description: Element is obsolete or deprecated
Count of instances: 1
Complaint specifics
- No obsolete or deprecated elements are used
Complaints by htmlcs
Rule AAA.1_3_1.H49.Center
AAA.1_3_1.H49.Center
Description: center element is obsolete
Count of instances: 1
Complaint specifics
- Presentational markup used that has become obsolete in HTML5.
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 10
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
- The HTML attribute(s) "frameborder" is deprecated for the <iframe> element in HTML 5
- The <center> element is deprecated in HTML 5
Complaints by nuVal
Rule The center element is obsolete. Use CSS instead.
The center element is obsolete. Use CSS instead.
Description: center element is obsolete
Count of instances: 8
Complaint specifics
- The center element is obsolete. Use CSS instead.
Rule ^The .+ attribute on the .+ element is obsolete.+$
Description: Attribute is obsolete on its element
Count of instances: 20
Complaint specifics
- The frameborder attribute on the iframe element is obsolete. Use CSS instead.
- The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.
Complaints by qualWeb
Rule QW-BP10
QW-BP10
Description: HTML element is used to control the visual presentation of content
Count of instances: 4
Complaint specifics
- No HTML elements are used to control the visual presentation of content
Issue slashParseRisk
WCAG: 4.1
Score: 70
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: 70
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue titleBad
WCAG: 1.3.1
Score: 68
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 17
Complaint specifics
- A element has a title attribute
Issue noHeading
WCAG: 1.3.1
Score: 54
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 18
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue linkTextsSame
WCAG: 2.4.4
Score: 52
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Description: Links with identical accessible names have different purposes
Count of instances: 16
Complaint specifics
- This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.
Rule QW-ACT-R44
Description: Links with identical accessible names and context serve different purposes
Count of instances: 10
Complaint specifics
- This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 11
Complaint specifics
- These links have the same text but different destinations.
Issue roleRedundant
WCAG: 4.1.2
Score: 43
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: 15
Complaint specifics
- The explicitly-assigned ARIA role "navigation" is redundant with the implicit role of the element <nav>
- The explicitly-assigned ARIA role "banner" is redundant with the implicit role of the element <header>
- The explicitly-assigned ARIA role "article" is redundant with the implicit role of the element <article>
- The explicitly-assigned ARIA role "main" is redundant with the implicit role of the element <main>
- The explicitly-assigned ARIA role "complementary" is redundant with the implicit role of the element <aside>
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: 30
Complaint specifics
- The banner role is unnecessary for element header.
- The navigation role is unnecessary for element nav.
- The complementary role is unnecessary for element aside.
- The main role is unnecessary for element main.
- The article role is unnecessary for element article.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 43
Complaint specifics
- HEADER elements have invalid or native-replaceable explicit role banner (count: 1)
- DIV elements have invalid or native-replaceable explicit role group (count: 2)
- NAV elements have redundant explicit role navigation (count: 1)
- ASIDE elements have redundant explicit role complementary (count: 2)
- MAIN elements have redundant explicit role main (count: 1)
- ARTICLE elements have redundant explicit role article (count: 10)
- A elements have invalid or native-replaceable explicit role button (count: 26)
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 39
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 13
Complaint specifics
- This link opens in a new window without user control.
Issue contrastAAA
WCAG: 1.4.6
Score: 38
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 38
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: 34
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.1 (foreground color: #2858af, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, 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 6.1 (foreground color: #2858af, background color: #fff3cd, 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 6.2 (foreground color: #f5f5f5, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 32
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.1:1. Recommendation: change text colour to #000102.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.2:1. Recommendation: change background to #1f4fa6.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation: change background to #2555ac.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation: change text colour to #2555ac.
- 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.96:1. Recommendation: change text colour to #010100.
- 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.69:1. Recommendation: change text colour to #515a62.
Issue attributeMissing
WCAG: 4.1.2
Score: 32
Complaints by nuVal
Rule ^Element .+ is missing one or more of the following attributes: .+$
^Element .+ is missing one or more of the following attributes: .+$
Description: Element is missing a required attribute
Count of instances: 8
Complaint specifics
- Element span is missing one or more of the following attributes: role.
Issue hiddenContentRisk
WCAG: 4.1
Score: 25
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 25
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 linkNoText
WCAG: 2.4.4
Score: 24
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 3
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 3
Complaint specifics
- Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by continuum
Rule 237
237
Description: a element has no machanism allowing an accessible name value to be calculated
Count of instances: 3
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.Empty
AAA.4_1_2.H91.A.Empty
Description: a element has an id attribute but no href attribute or text
Count of instances: 1
Complaint specifics
- Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.
Rule AAA.1_1_1.H30.2
Description: img element is the only link content but has no text alternative
Count of instances: 3
Complaint specifics
- Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
Complaints by ibm
Rule a_text_purpose
a_text_purpose
Description: Hyperlink has no link text, label, or image with a text alternative
Count of instances: 3
Complaint specifics
- Hyperlink has no link text, label or image with a text alternative
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 3
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 3
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 3
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 3
Complaint specifics
- Linked image missing alternative text
Issue imageNoText
WCAG: 1.1.1
Score: 24
Complaints by alfa
Rule r2
r2
Description: Image has no accessible name
Count of instances: 3
Complaint specifics
- Images have an accessible name
Complaints by axe
Rule image-alt
image-alt
Description: Image has no text alternative
Count of instances: 3
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: 3
Complaint specifics
- This img element does not have a mechanism that allows an accessible name value to be calculated
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: 3
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: 6
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: 3
Complaint specifics
- This rule checks that each image that is not marked as decorative, has an accessible name.
Issue pageLanguage
WCAG: 3.1.1
Score: 20
Complaints by ibm
Rule html_lang_exists
html_lang_exists
Description: Page detected as HTML, but has no lang attribute
Count of instances: 5
Complaint specifics
- Page detected as HTML, but does not have a 'lang' attribute
Issue bannerNotTop
WCAG: 1.3.6
Score: 20
Complaints by qualWeb
Rule QW-BP19
QW-BP19
Description: banner landmark is not at the top level
Count of instances: 10
Complaint specifics
- Ensures the banner landmark is at top level
Issue duplicateID
WCAG: 4.1.1
Score: 16
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 2
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Description: id attribute value is not unique
Count of instances: 1
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: block-bryan-theme-main-menu
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 2
Complaint specifics
- This NAV has an id attribute of 'block-bryan-theme-main-menu', which is not unique in the same DOM
- This UL has an id attribute of 'block-bryan-theme-main-menu', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 1
Complaint specifics
- Duplicate id attribute value "block-bryan-theme-main-menu" found on the web page.
Complaints by ibm
Rule element_id_unique
element_id_unique
Description: Element has an id attribute value that is already in use
Count of instances: 1
Complaint specifics
- The <ul> element has the id "block-bryan-theme-main-menu" that is already in use
Complaints by nuVal
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Description: Duplicate id
Count of instances: 4
Complaint specifics
- Duplicate ID block-bryan-theme-main-menu.
- The first occurrence of ID block-bryan-theme-main-menu was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 2
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue textContrastAA
WCAG: 1.4.3
Score: 16
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 1
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 3
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 4
Complaint specifics
- Very low contrast
Issue ariaBadAttribute
WCAG: 4.1.2
Score: 16
Complaints by axe
Rule aria-allowed-attr
aria-allowed-attr
Description: ARIA attribute is invalid for the role of its element
Count of instances: 4
Complaint specifics
- Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded="false"
Complaints by continuum
Rule 281
281
Description: Element has an aria-expanded attribute, which is not allowed
Count of instances: 4
Complaint specifics
- The aria-expanded attribute is not allowed on this SPAN
Issue attributeBad
WCAG: 1.3.1
Score: 16
Complaints by ibm
Rule aria_attribute_valid
aria_attribute_valid
Description: ARIA attribute is invalid for the role of its element
Count of instances: 4
Complaint specifics
- The ARIA attributes "aria-expanded" are not valid for the element <span> with implicit ARIA role "generic"
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 15
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 5
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
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 linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 13
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: 13
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 12
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 6
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 headingEmpty
WCAG: 2.4.6
Score: 12
Complaints by alfa
Rule r64
r64
Description: Heading has no non-empty accessible name
Count of instances: 2
Complaint specifics
- Heading has non-empty accessible name
Complaints by axe
Rule empty-heading
empty-heading
Description: Heading empty
Count of instances: 2
Complaint specifics
- Headings should not be empty; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute
Complaints by htmlcs
Rule AAA.1_3_1.H42.2
AAA.1_3_1.H42.2
Description: Heading empty
Count of instances: 2
Complaint specifics
- Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.
Complaints by ibm
Rule heading_content_exists
heading_content_exists
Description: Heading element has no descriptive content
Count of instances: 2
Complaint specifics
- Heading element has no descriptive content
Complaints by nuVal
Rule Empty heading.
Empty heading.
Description: Empty heading
Count of instances: 4
Complaint specifics
- Empty heading.
Complaints by qualWeb
Rule QW-ACT-R35
QW-ACT-R35
Description: Heading has no accessible name
Count of instances: 2
Complaint specifics
- This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.
Complaints by wave
Rule heading_empty
heading_empty
Description: Empty heading
Count of instances: 2
Complaint specifics
- Empty heading
Issue landmarkConfusion
WCAG: 1.3.6
Score: 12
Complaints by axe
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 2
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 4
Complaint specifics
- Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label
- Multiple "complementary" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue pseudoNavList
WCAG: 1.3.1
Score: 12
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 3
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 6
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue buttonNoText
WCAG: 4.1.2
Score: 12
Complaints by htmlcs
Rule AAA.4_1_2.H91.Button.Name
AAA.4_1_2.H91.Button.Name
Description: Button element has no accessible name
Count of instances: 3
Complaint specifics
- This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.
Complaints by wave
Rule button_empty
button_empty
Description: Button is empty or has no value text
Count of instances: 3
Complaint specifics
- Empty button
Issue bannerNot1
WCAG: 1.3.6
Score: 12
Complaints by qualWeb
Rule QW-BP20
QW-BP20
Description: Document has more than 1 banner landmark
Count of instances: 6
Complaint specifics
- Ensures the document has at most one banner landmark
Issue textAlternativeRisk
WCAG: 1
Score: 10
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 10
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 inconsistentStyles
WCAG: 3.2.4
Score: 10
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 10
Complaint specifics
- In-line links have 4 different styles
- Buttons have 6 different styles
- Level-2 headings have 2 different styles
- Level-3 headings have 2 different styles
Issue zIndexNotZero
WCAG: 1.4
Score: 10
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 10
Complaint specifics
- A element has a non-default Z index
- UL element has a non-default Z index
- DIV element has a non-default Z index
- SPAN element has a non-default Z index
Issue contrastRisk
WCAG: 1.4.3
Score: 8
Complaints by htmlcs
Rule AAA.1_4_6.G17.Abs
AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 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: 3
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.
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 titleRedundant
WCAG: 1.3.1
Score: 8
Complaints by tenon
Rule 79
79
Description: Link has a title attribute that is the same as the text inside the link
Count of instances: 8
Complaint specifics
- This link has a `title` attribute that is the same as the text inside the link.
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
- Link or button makes the hovering mouse cursor nonstandard
Issue visibleLabelNotName
WCAG: 2.5.3
Score: 6
Complaints by axe
Rule label-content-name-mismatch
label-content-name-mismatch
Description: Element visible text is not part of its accessible name
Count of instances: 2
Complaint specifics
- Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name
Complaints by ibm
Rule label_name_visible
label_name_visible
Description: Accessible name does not match or contain the visible label text
Count of instances: 1
Complaint specifics
- Accessible name does not match or contain the visible label text
Issue navConfusion
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 531
531
Description: nav element has an accessible name that is non-unique among the nav elements
Count of instances: 2
Complaint specifics
- This nav does not have a unique accessible name as required when two or more nav elements are present
Complaints by ibm
Rule aria_navigation_label_unique
aria_navigation_label_unique
Description: Multiple elements with the navigation role do not have unique labels
Count of instances: 2
Complaint specifics
- Multiple elements with "navigation" role do not have unique labels
Issue navNoText
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 533
533
Description: nav element is not the only nav element but has no accessible name
Count of instances: 2
Complaint specifics
- This nav does not have an accessible name as required when two or more nav elements are present
Issue headingStructure
WCAG: 1.3.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 3
Complaint specifics
- The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.
- The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue asideConfusion
WCAG: 1.3.6
Score: 6
Complaints by ibm
Rule aria_complementary_label_unique
aria_complementary_label_unique
Description: Multiple elements with a complementary role have no unique labels
Count of instances: 2
Complaint specifics
- Multiple elements with "complementary" role do not have unique labels
Issue sectionHeadingless
WCAG: 1.3.1
Score: 6
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 6
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 linkPair
WCAG: 2.4.4
Score: 6
Complaints by qualWeb
Rule QW-WCAG-T10
QW-WCAG-T10
Description: Adjacent image and text links for the same resource are not combined
Count of instances: 2
Complaint specifics
- The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.
Rule QW-BP13
Description: Consecutive links have the same href and one contains an image
Count of instances: 1
Complaint specifics
- Using consecutive links with the same href in which one of the links contains an image
Complaints by tenon
Rule 184
184
Description: Adjacent links point to the same destination
Count of instances: 2
Complaint specifics
- These links are adjacent and point to the same destination.
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 2
Complaint specifics
- Redundant link
Issue labelClash
WCAG: 1.3.1
Score: 6
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 3
Complaint specifics
- Element BUTTON is unlabeled
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 5
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 2
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue videoCaptionRisk
WCAG: 1.2.2
Score: 5
Complaints by wave
Rule youtube_video
youtube_video
Description: YouTube video may have no or incorrect captions
Count of instances: 5
Complaint specifics
- YouTube video
Issue headingOfNothing
WCAG: 1.3.1
Score: 4
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 2
Complaint specifics
- Headings of same level have text content between them
Issue errorReferenceBad
WCAG: 3.3.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 1
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 3
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
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue headingLevelSkip
WCAG: 1.3.1
Score: 2
Complaints by alfa
Rule r53
r53
Description: Heading skips one or more levels
Count of instances: 1
Complaint specifics
- Headings are structured
Complaints by axe
Rule heading-order
heading-order
Description: Heading levels do not increase by only one
Count of instances: 1
Complaint specifics
- Heading levels should only increase by one; Heading order invalid
Complaints by wave
Rule heading_skipped
heading_skipped
Description: Skipped heading level
Count of instances: 1
Complaint specifics
- Skipped heading level
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 2
Complaints by htmlcs
Rule AAA.1_3_1.H42
AAA.1_3_1.H42
Description: Heading coding is not used but the element may be intended as a heading
Count of instances: 2
Complaint specifics
- Heading markup should be used if this content is intended as a heading.
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 2
Complaint specifics
- Possible heading
Issue complementaryNoText
WCAG: 1.3.6
Score: 2
Complaints by ibm
Rule aria_complementary_labelled
aria_complementary_labelled
Description: Element with a complementary role has no label
Count of instances: 2
Complaint specifics
- The element with "complementary" role does not have a label
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 pseudoList
WCAG: 1.3.1
Score: 2
Complaints by qualWeb
Rule QW-BP11
QW-BP11
Description: br is used to make a list
Count of instances: 2
Complaint specifics
- Using 3 consecutive br elements
Issue noScriptRisk
WCAG: 4.1
Score: 2
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 2
Complaint specifics
- Noscript element
Issue frameContentRisk
WCAG: 4.1
Score: 1
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 5
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Issue linkConfusionRisk
WCAG: 2.4.4
Score: 1
Complaints by axe
Rule identical-links-same-purpose
identical-links-same-purpose
Description: Links with the same accessible name may serve dissimilar purposes
Count of instances: 1
Complaint specifics
- Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.
Issue scrollRisk
WCAG: 1.4.10
Score: 1
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 1
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Issue imagesSameAlt
WCAG: 1.1.1
Score: 1
Complaints by wave
Rule alt_duplicate
alt_duplicate
Description: Two images near each other have the same text alternative
Count of instances: 1
Complaint specifics
- A nearby image has the same alternative text
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: 34
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD55-a", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687101053456, "endTime": 1687101054060 }, { "type": "url", "which": "https://a55.asmdc.org/", "what": "Member Isaac Bryan (D)", "startTime": 1687101054060, "result": { "url": "https://a55.asmdc.org/" }, "endTime": 1687101055093 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687101055093, "url": "https://a55.asmdc.org/", "endTime": 1687101057265 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687101057265, "url": "https://a55.asmdc.org/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1092414, 1092414, 1092414, 1092414, 1092414 ], "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": 1687101071113 }, { "type": "launch", "which": "chromium", "startTime": 1687101071113, "endTime": 1687101071755 }, { "type": "url", "which": "https://a55.asmdc.org/", "what": "Member Isaac Bryan (D)", "startTime": 1687101071756, "result": { "url": "https://a55.asmdc.org/" }, "endTime": 1687101072621 }, { "type": "test", "which": "alfa", "startTime": 1687101072621, "url": "https://a55.asmdc.org/", "what": "alfa", "result": { "totals": { "failures": 59, "warnings": 4 }, "items": [ { "index": 31, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\">", " <img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">", "</a>" ] } }, { "index": 32, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]", "codeLines": [ "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">", " <img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">", "</a>" ] } }, { "index": 33, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]", "codeLines": [ "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">", " <img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\">", "</a>" ] } }, { "index": 206, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]/img[1]", "codeLines": [ "<img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">" ] } }, { "index": 207, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]/img[1]", "codeLines": [ "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">" ] } }, { "index": 208, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]/img[1]", "codeLines": [ "<img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\">" ] } }, { "index": 326, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "nav", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]", "codeLines": [ "<nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">", " <h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">", " Main navigation", " </h2>", " <ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">", " <li class=\"nav-item menu-item--expanded dropdown\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " About", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/biography\" data-drupal-link-system-path=\"node/5\">", " Biography", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/committees\" data-drupal-link-system-path=\"node/10\">", " Committees", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/staff-directory\" data-drupal-link-system-path=\"node/24\">", " Staff Directory", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " District", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/district-map\" data-drupal-link-system-path=\"node/3\">", " District Map", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/community-connections-newsletter\" data-drupal-link-system-path=\"node/42\">", " Newsletter", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/events\" data-drupal-link-system-path=\"events\">", " Upcoming Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/events/past\" data-drupal-link-system-path=\"events/past\">", " Past Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/there-ought-be-law-2022-submission-form-55th-assembly-district\" data-drupal-link-system-path=\"node/25\">", " There Ought to Be a Law", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Newsroom", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">", " Press Releases", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/videos\" data-drupal-link-system-path=\"videos\">", " Video Gallery", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/photo\" data-drupal-link-system-path=\"photo\">", " Photo Gallery", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown last\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Resources", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/job-opportunities\" data-drupal-link-system-path=\"node/12\">", " Job Opportunities", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/california-real-id\" data-drupal-link-system-path=\"node/87\">", " California REAL ID", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/district-resources\" data-drupal-link-system-path=\"node/53\">", " District Resources", " </a>", " </li>", " </ul>", " </li>", " </ul>", "</nav>" ] } }, { "index": 328, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "ul", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]", "codeLines": [ "<ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">", " <li class=\"nav-item menu-item--expanded dropdown\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " About", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/biography\" data-drupal-link-system-path=\"node/5\">", " Biography", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/committees\" data-drupal-link-system-path=\"node/10\">", " Committees", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/staff-directory\" data-drupal-link-system-path=\"node/24\">", " Staff Directory", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " District", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/district-map\" data-drupal-link-system-path=\"node/3\">", " District Map", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/community-connections-newsletter\" data-drupal-link-system-path=\"node/42\">", " Newsletter", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/events\" data-drupal-link-system-path=\"events\">", " Upcoming Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/events/past\" data-drupal-link-system-path=\"events/past\">", " Past Events", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/there-ought-be-law-2022-submission-form-55th-assembly-district\" data-drupal-link-system-path=\"node/25\">", " There Ought to Be a Law", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Newsroom", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">", " Press Releases", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/videos\" data-drupal-link-system-path=\"videos\">", " Video Gallery", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/photo\" data-drupal-link-system-path=\"photo\">", " Photo Gallery", " </a>", " </li>", " </ul>", " </li>", " <li class=\"nav-item menu-item--expanded dropdown last\">", " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">", " Resources", " </span>", " <ul class=\"dropdown-menu\">", " <li class=\"dropdown-item\">", " <a href=\"/job-opportunities\" data-drupal-link-system-path=\"node/12\">", " Job Opportunities", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/california-real-id\" data-drupal-link-system-path=\"node/87\">", " California REAL ID", " </a>", " </li>", " <li class=\"dropdown-item\">", " <a href=\"/district-resources\" data-drupal-link-system-path=\"node/53\">", " District Resources", " </a>", " </li>", " </ul>", " </li>", "</ul>" ] } }, { "index": 413, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/h4[1]", "codeLines": [ "<h4 id=\"pagination-heading\" class=\"visually-hidden\">", " Pagination", "</h4>" ] } }, { "index": 422, "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]/center[1]/p[1]/text()[1]", "codeLines": [ "Need assistance with an Unemployment Insurance or Disability claim? Complete our" ] } }, { "index": 423, "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]/center[1]/p[1]/a[1]/text()[1]", "codeLines": [ "EDD Assistance Request Form" ] } }, { "index": 424, "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]/center[1]/p[1]/text()[2]", "codeLines": [ "." ] } }, { "index": 425, "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]/center[1]/p[2]/strong[1]/text()[1]", "codeLines": [ "For all other types of assistance, please use the" ] } }, { "index": 426, "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]/center[1]/p[2]/strong[1]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 427, "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]/center[1]/p[2]/strong[1]/text()[2]", "codeLines": [ "form." ] } }, { "index": 505, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 506, "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[1]/center[1]/p[1]/a[1]", "codeLines": [ "<a href=\"/form/edd--form\">", " EDD Assistance Request Form", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 512, "verdict": "failed", "rule": { "ruleID": "r64", "ruleSummary": "Heading has non-empty accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r64", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H42", "name": "H42", "title": "Using h1-h6 to identify headings" } ] }, "target": { "type": "element", "tagName": "h1", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]", "codeLines": [ "<h1 class=\"title\"></h1>" ] } }, { "index": 524, "verdict": "failed", "rule": { "ruleID": "r64", "ruleSummary": "Heading has non-empty accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r64", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H42", "name": "H42", "title": "Using h1-h6 to identify headings" } ] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/h2[1]", "codeLines": [ "<h2></h2>" ] } }, { "index": 526, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/a[1]", "codeLines": [ "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">", " Skip to main content", "</a>" ] } }, { "index": 575, "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]/center[1]/p[1]/text()[1]", "codeLines": [ "Need assistance with an Unemployment Insurance or Disability claim? Complete our" ] } }, { "index": 576, "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]/center[1]/p[1]/a[1]/text()[1]", "codeLines": [ "EDD Assistance Request Form" ] } }, { "index": 577, "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]/center[1]/p[1]/text()[2]", "codeLines": [ "." ] } }, { "index": 578, "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]/center[1]/p[2]/strong[1]/text()[1]", "codeLines": [ "For all other types of assistance, please use the" ] } }, { "index": 579, "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]/center[1]/p[2]/strong[1]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 580, "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]/center[1]/p[2]/strong[1]/text()[2]", "codeLines": [ "form." ] } }, { "index": 581, "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[2]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 582, "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[2]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]/text()[1]", "codeLines": [ "Settings" ] } }, { "index": 589, "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Welcome. Thank you for taking the time to visit the 55th District website." ] } }, { "index": 590, "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "Contact Me" ] } }, { "index": 591, "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]", "codeLines": [ "Subscribe to Newsletter" ] } }, { "index": 592, "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[3]/a[1]/text()[1]", "codeLines": [ "Scheduling Requests" ] } }, { "index": 593, "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]/text()[1]", "codeLines": [ "Certificate Requests" ] } }, { "index": 596, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Wednesday, May 24, 2023" ] } }, { "index": 599, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Monday, May 1, 2023" ] } }, { "index": 601, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Saturday, April 22, 2023" ] } }, { "index": 604, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Wednesday, April 19, 2023" ] } }, { "index": 607, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Tuesday, April 11, 2023" ] } }, { "index": 609, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Tuesday, March 28, 2023" ] } }, { "index": 611, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Thursday, February 9, 2023" ] } }, { "index": 613, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[8]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Wednesday, February 8, 2023" ] } }, { "index": 616, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[9]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Wednesday, February 8, 2023" ] } }, { "index": 619, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]/div[1]/div[1]/time[1]/text()[1]", "codeLines": [ "Tuesday, February 7, 2023" ] } }, { "index": 620, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/span[1]/text()[1]", "codeLines": [ "1" ] } }, { "index": 621, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "2" ] } }, { "index": 622, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "3" ] } }, { "index": 623, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]", "codeLines": [ "4" ] } }, { "index": 624, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]", "codeLines": [ "5" ] } }, { "index": 625, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Next ›" ] } }, { "index": 626, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]", "codeLines": [ "Last »" ] } }, { "index": 628, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/p[1]/a[1]/text()[1]", "codeLines": [ "Email Me" ] } }, { "index": 629, "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/p[2]/a[1]/text()[1]", "codeLines": [ "Receive My Newsletter" ] } }, { "index": 641, "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]/text()[1]", "codeLines": [ "Privacy and Conditions of Use" ] } }, { "index": 642, "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "|" ] } }, { "index": 643, "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]/text()[1]", "codeLines": [ "Accessibility" ] } }, { "index": 644, "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[2]", "codeLines": [ "|" ] } }, { "index": 645, "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[3]/text()[1]", "codeLines": [ "General Disclaimer" ] } }, { "index": 646, "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[3]", "codeLines": [ "| © 2023 California State Assembly Democratic Caucus" ] } }, { "index": 664, "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Welcome. Thank you for taking the time to visit the 55th District website." ] } }, { "index": 723, "verdict": "failed", "rule": { "ruleID": "r70", "ruleSummary": "No obsolete or deprecated elements are used", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r70", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 825, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h1", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h1[1]", "codeLines": [ "<h1 class=\"js-quickedit-page-title title\">", " Latest News", "</h1>" ] } }, { "index": 828, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h2", "path": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/h2[1]", "codeLines": [ "<h2></h2>" ] } }, { "index": 853, "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": [ 4, 0, 0, 59 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\"> <img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"> <img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]" }, "excerpt": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"> <img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\"> </a>" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]/img[1]" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]/img[1]" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">" }, { "ruleID": "r2", "what": "Images have an accessible name", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]/img[1]" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\">" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]" }, "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\"> <h2 class=\"visually-hidden\" id=\"block-bryan-t ... em-path=\"node/87\"> California REAL ID </a> </li> <li class=\"dropdown-item\"> <a href=\"/district-resources\" data-drupal-link-system-path=\"node/53\"> District Resources </a> </li> </ul> </li> </ul> </nav>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "UL", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]" }, "excerpt": "<ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\"> <li class=\"nav-item menu-item--expanded dropdown\"> <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"fa ... nk-system-path=\"node/87\"> California REAL ID </a> </li> <li class=\"dropdown-item\"> <a href=\"/district-resources\" data-drupal-link-system-path=\"node/53\"> District Resources </a> </li> </ul> </li> </ul>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "NAV", "id": "pagination-heading", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/h4[1]" }, "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\"> Pagination </h4>" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[1]/text()[1]" }, "excerpt": "Need assistance with an Unemployment Insurance or Disability claim? Complete our" }, { "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]/center[1]/p[1]/a[1]/text()[1]" }, "excerpt": "EDD Assistance Request Form" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[1]/text()[2]" }, "excerpt": "." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[2]/strong[1]/text()[1]" }, "excerpt": "For all other types of assistance, please use the" }, { "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]/center[1]/p[2]/strong[1]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[2]/strong[1]/text()[2]" }, "excerpt": "form." }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "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[1]/center[1]/p[1]/a[1]" }, "excerpt": "<a href=\"/form/edd--form\"> EDD Assistance Request Form </a>" }, { "ruleID": "r64", "what": "Heading has non-empty accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"title\"></h1>" }, { "ruleID": "r64", "what": "Heading has non-empty accessible name", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/h2[1]" }, "excerpt": "<h2></h2>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/a[1]" }, "excerpt": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\"> Skip to main content </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[1]/text()[1]" }, "excerpt": "Need assistance with an Unemployment Insurance or Disability claim? Complete our" }, { "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[1]/center[1]/p[1]/a[1]/text()[1]" }, "excerpt": "EDD Assistance Request Form" }, { "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]/center[1]/p[1]/text()[2]" }, "excerpt": "." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[2]/strong[1]/text()[1]" }, "excerpt": "For all other types of assistance, please use the" }, { "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[1]/center[1]/p[2]/strong[1]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]/p[2]/strong[1]/text()[2]" }, "excerpt": "form." }, { "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[2]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/nav[1]/div[1]/div[1]/div[1]/div[1]/div[2]/button[1]/text()[1]" }, "excerpt": "Settings" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Welcome. Thank you for taking the time to visit the 55th District website." }, { "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "Contact Me" }, { "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[2]/a[1]/text()[1]" }, "excerpt": "Subscribe to Newsletter" }, { "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[3]/a[1]/text()[1]" }, "excerpt": "Scheduling Requests" }, { "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[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/p[4]/a[1]/text()[1]" }, "excerpt": "Certificate Requests" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Wednesday, May 24, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Monday, May 1, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Saturday, April 22, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Wednesday, April 19, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Tuesday, April 11, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Tuesday, March 28, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Thursday, February 9, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[8]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Wednesday, February 8, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[9]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Wednesday, February 8, 2023" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]/div[1]/div[1]/time[1]/text()[1]" }, "excerpt": "Tuesday, February 7, 2023" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/span[1]/text()[1]" }, "excerpt": "1" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "2" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "3" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/text()[1]" }, "excerpt": "4" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/text()[1]" }, "excerpt": "5" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Next ›" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]" }, "excerpt": "Last »" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/p[1]/a[1]/text()[1]" }, "excerpt": "Email Me" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[3]/div[1]/div[1]/p[2]/a[1]/text()[1]" }, "excerpt": "Receive My Newsletter" }, { "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[1]/text()[1]" }, "excerpt": "Privacy and Conditions of Use" }, { "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[1]" }, "excerpt": "|" }, { "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[2]/text()[1]" }, "excerpt": "Accessibility" }, { "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[2]" }, "excerpt": "|" }, { "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/a[3]/text()[1]" }, "excerpt": "General Disclaimer" }, { "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[2]/div[1]/div[1]/footer[1]/div[1]/div[2]/p[1]/text()[3]" }, "excerpt": "| © 2023 California State Assembly Democratic Caucus" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/section[1]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Welcome. Thank you for taking the time to visit the 55th District website." }, { "ruleID": "r70", "what": "No obsolete or deprecated elements are used", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"js-quickedit-page-title title\"> Latest News </h1>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/h2[1]" }, "excerpt": "<h2></h2>" }, { "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": 1687101077584 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687101077584, "url": "https://a55.asmdc.org/", "what": "Axe", "result": { "totals": { "rulesNA": 44, "rulesPassed": 52, "rulesWarned": 5, "rulesViolated": 10, "warnings": { "minor": 26, "moderate": 0, "serious": 8, "critical": 5 }, "violations": { "minor": 3, "moderate": 3, "serious": 35, "critical": 7 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T15:11:18.271Z", "url": "https://a55.asmdc.org/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "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": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<span class=\"page-link\">1</span>", "target": [ ".active > .page-link" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"page-link\">1</span>", "target": [ ".active > .page-link" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#ffffff", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>", "target": [ ".page-link[href=\"?page=1\"][title=\"\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>", "target": [ ".page-link[href=\"?page=1\"][title=\"\"]" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#ffffff", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>", "target": [ "a[href=\"?page=2\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>", "target": [ "a[href=\"?page=2\"]" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#ffffff", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>", "target": [ "a[href=\"?page=3\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>", "target": [ "a[href=\"?page=3\"]" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#ffffff", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>", "target": [ ".page-link[href=\"?page=4\"][title=\"\"]" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>", "target": [ ".page-link[href=\"?page=4\"][title=\"\"]" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" } ] }, { "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": "21.0pt (28px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div id=\"block-fronthero\" class=\"front-hero block--type-basic block block-block-content block-block-content7a2a9d6f-8a14-4fe4-809e-7266919c45da\">", "target": [ "#block-fronthero" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<h3>Welcome. Thank you for taking the time to visit the 55th District website.</h3>", "target": [ ".new-homeform > h3" ], "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": "30.0pt (40px)", "fontWeight": "bold", "messageKey": "imgNode", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg?itok=NVeh1lpv\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "target": [ ".col-sm-4:nth-child(3) > .colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\"] > .img-fluid.image-style-thumbnail-436x246[width=\"436\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<p>+12</p>", "target": [ ".colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\"] > .more_image > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "30.0pt (40px)", "fontWeight": "bold", "messageKey": "imgNode", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg?itok=G7bBPYSG\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "target": [ ".col-sm-4:nth-child(3) > .colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\"] > .img-fluid.image-style-thumbnail-436x246[width=\"436\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<p>+5</p>", "target": [ ".colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\"] > .more_image > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" } ] }, { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\">", "target": [ ".views-row:nth-child(2) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\">", "target": [ ".views-row:nth-child(5) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\">", "target": [ ".views-row:nth-child(6) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\">", "target": [ ".views-row:nth-child(7) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\">", "target": [ ".views-row:nth-child(10) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"site-settings section section-standout collapse collapsed\" id=\"siteSettings\" role=\"alert\">", "target": [ "#siteSettings" ], "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=\"navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"><span class=\"navbar-toggler-icon\"></span></button>", "target": [ ".navbar-toggler" ], "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=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .dropdown-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": "<ul class=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .dropdown-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": "<ul class=\"dropdown-menu\">", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .dropdown-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": "<ul class=\"dropdown-menu\">", "target": [ ".last > .dropdown-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": "<div class=\"jumbotron d-block d-md-none\">", "target": [ ".jumbotron" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(4)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(5)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(6)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(7)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(8)" ], "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=\"col-sm-4 d-none\">", "target": [ ".d-none.col-sm-4:nth-child(9)" ], "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=\"col-sm-4 d-none\">", "target": [ ".d-none.col-sm-4:nth-child(10)" ], "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=\"col-sm-4 d-none\">", "target": [ ".d-none.col-sm-4:nth-child(11)" ], "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=\"col-sm-4 d-none\">", "target": [ ".d-none.col-sm-4:nth-child(12)" ], "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=\"col-sm-4 d-none\">", "target": [ ".d-none.col-sm-4:nth-child(13)" ], "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=\"col-sm-4 d-none\">", "target": [ ".d-none.col-sm-4:nth-child(14)" ], "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=\"col-sm-4 d-none\">", "target": [ ".d-none.col-sm-4:nth-child(15)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(4)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(5)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(6)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(7)" ], "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=\"col-sm-4 d-none\">", "target": [ ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(8)" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\">", "target": [ "#colorbox" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "contact me", "urlProps": { "protocol": "http:", "hostname": "lcmspubcontact.lc.ca.gov", "port": "", "pathname": "/PublicLCMS/", "search": { "district": "AD55" }, "hash": "", "filename": "ContactPopup.php" } }, "relatedNodes": [ { "html": "<a href=\"/contact\">Contact Me</a>", "target": [ ".settings-links > a[href$=\"contact\"]" ] }, { "html": "<a class=\"btn btn-primary\" href=\"/contact\">Contact Me</a>", "target": [ ".btn-primary.btn[href$=\"contact\"]" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a>", "target": [ "p:nth-child(2) > strong > a[target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] } ], "violations": [ { "id": "aria-allowed-attr", "impact": "critical", "tags": [ "cat.aria", "wcag2a", "wcag412" ], "description": "Ensures ARIA attributes are allowed for an element's role", "help": "Elements must only use allowed ARIA attributes", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/aria-allowed-attr?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-allowed-attr", "data": [ "aria-expanded=\"false\"" ], "relatedNodes": [], "impact": "critical", "message": "ARIA attribute is not allowed: aria-expanded=\"false\"" } ], "all": [], "none": [], "impact": "critical", "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About</span>", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n ARIA attribute is not allowed: aria-expanded=\"false\"" }, { "any": [ { "id": "aria-allowed-attr", "data": [ "aria-expanded=\"false\"" ], "relatedNodes": [], "impact": "critical", "message": "ARIA attribute is not allowed: aria-expanded=\"false\"" } ], "all": [], "none": [], "impact": "critical", "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</span>", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n ARIA attribute is not allowed: aria-expanded=\"false\"" }, { "any": [ { "id": "aria-allowed-attr", "data": [ "aria-expanded=\"false\"" ], "relatedNodes": [], "impact": "critical", "message": "ARIA attribute is not allowed: aria-expanded=\"false\"" } ], "all": [], "none": [], "impact": "critical", "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Newsroom</span>", "target": [ ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n ARIA attribute is not allowed: aria-expanded=\"false\"" }, { "any": [ { "id": "aria-allowed-attr", "data": [ "aria-expanded=\"false\"" ], "relatedNodes": [], "impact": "critical", "message": "ARIA attribute is not allowed: aria-expanded=\"false\"" } ], "all": [], "none": [], "impact": "critical", "html": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resources</span>", "target": [ ".last > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" ], "failureSummary": "Fix any of the following:\n ARIA attribute is not allowed: aria-expanded=\"false\"" } ] }, { "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": "#856404", "bgColor": "#fff3cd", "contrastRatio": 4.95, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"alert bs-site-alert alert-warning\" role=\"alert\">", "target": [ ".alert" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>Need assistance with an Unemployment Insurance or Disability claim? Complete our <a href=\"/form/edd--form\">EDD Assistance Request Form</a>.</p>", "target": [ "center > p:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#fff3cd", "contrastRatio": 6.1, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"alert bs-site-alert alert-warning\" role=\"alert\">", "target": [ ".alert" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.1 (foreground color: #2858af, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/form/edd--form\">EDD Assistance Request Form</a>", "target": [ "a[href$=\"edd--form\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.1 (foreground color: #2858af, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#856404", "bgColor": "#fff3cd", "contrastRatio": 4.95, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"alert bs-site-alert alert-warning\" role=\"alert\">", "target": [ ".alert" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>For all other types of assistance, please use the <a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a> form.</strong>", "target": [ "center > p:nth-child(2) > strong" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#fff3cd", "contrastRatio": 6.1, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"alert bs-site-alert alert-warning\" role=\"alert\">", "target": [ ".alert" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.1 (foreground color: #2858af, background color: #fff3cd, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a>", "target": [ "p:nth-child(2) > strong > a[target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.1 (foreground color: #2858af, background color: #fff3cd, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#f5f5f5", "bgColor": "#2858af", "contrastRatio": 6.2, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">", "target": [ "#navbar-top" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contact\">Contact Me</a>", "target": [ ".settings-links > a[href$=\"contact\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>", "target": [ ".btn-xs" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>", "target": [ ".btn-xs" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn-primary\" href=\"/contact\">Contact Me</a>", "target": [ ".btn-primary.btn[href$=\"contact\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn-primary\" href=\"/contact\">Contact Me</a>", "target": [ ".btn-primary.btn[href$=\"contact\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Subscribe to Newsletter</a>", "target": [ "p:nth-child(3) > .btn-primary.btn[target=\"_blank\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Subscribe to Newsletter</a>", "target": [ "p:nth-child(3) > .btn-primary.btn[target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">Scheduling Requests</a>", "target": [ "p:nth-child(4) > .btn-primary.btn[target=\"_blank\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">Scheduling Requests</a>", "target": [ "p:nth-child(4) > .btn-primary.btn[target=\"_blank\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn-primary\" href=\"/certificate-request-form\">Certificate Requests</a>", "target": [ "p:nth-child(5) > a[href$=\"certificate-request-form\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn-primary\" href=\"/certificate-request-form\">Certificate Requests</a>", "target": [ "p:nth-child(5) > a[href$=\"certificate-request-form\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-05-24T18:11:11Z\" class=\"datetime\">Wednesday, May 24, 2023</time>", "target": [ "time[datetime=\"2023-05-24T18:11:11Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-05-01T20:21:02Z\" class=\"datetime\">Monday, May 1, 2023</time>", "target": [ "time[datetime=\"2023-05-01T20:21:02Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-04-22T18:11:11Z\" class=\"datetime\">Saturday, April 22, 2023</time>", "target": [ "time[datetime=\"2023-04-22T18:11:11Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-04-19T19:44:53Z\" class=\"datetime\">Wednesday, April 19, 2023</time>", "target": [ "time[datetime=\"2023-04-19T19:44:53Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-04-11T16:16:49Z\" class=\"datetime\">Tuesday, April 11, 2023</time>", "target": [ "time[datetime=\"2023-04-11T16:16:49Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-03-28T22:15:54Z\" class=\"datetime\">Tuesday, March 28, 2023</time>", "target": [ "time[datetime=\"2023-03-28T22:15:54Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-02-09T23:19:06Z\" class=\"datetime\">Thursday, February 9, 2023</time>", "target": [ "time[datetime=\"2023-02-09T23:19:06Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-02-08T19:11:11Z\" class=\"datetime\">Wednesday, February 8, 2023</time>", "target": [ "time[datetime=\"2023-02-08T19:11:11Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-02-08T19:00:00Z\" class=\"datetime\">Wednesday, February 8, 2023</time>", "target": [ "time[datetime=\"2023-02-08T19:00:00Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#6c757d", "bgColor": "#ffffff", "contrastRatio": 4.68, "fontSize": "10.8pt (14.4px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<time datetime=\"2023-02-07T23:34:12Z\" class=\"datetime\">Tuesday, February 7, 2023</time>", "target": [ "time[datetime=\"2023-02-07T23:34:12Z\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#ffffff", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\">\n <span aria-hidden=\"true\">Next ›</span>\n <span class=\"visually-hidden\">Next page</span>\n </a>", "target": [ "a[title=\"Go to next page\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span aria-hidden=\"true\">Next ›</span>", "target": [ "a[title=\"Go to next page\"] > span[aria-hidden=\"true\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2858af", "bgColor": "#ffffff", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"?page=4\" title=\"Go to last page\" class=\"page-link\">\n <span aria-hidden=\"true\">Last »</span>\n <span class=\"visually-hidden\">Last page</span>\n </a>", "target": [ "a[title=\"Go to last page\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span aria-hidden=\"true\">Last »</span>", "target": [ "a[title=\"Go to last page\"] > span[aria-hidden=\"true\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">", "target": [ "#edit-submit" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">", "target": [ "#edit-submit" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Email Me</a>", "target": [ "p:nth-child(1) > .btn-block.btn-primary.btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Email Me</a>", "target": [ "p:nth-child(1) > .btn-block.btn-primary.btn" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Receive My Newsletter</a>", "target": [ "p:nth-child(2) > .btn-block.btn-primary.btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Receive My Newsletter</a>", "target": [ "p:nth-child(2) > .btn-block.btn-primary.btn" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<p>", "target": [ ".site-footer__bottom > p" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>", "target": [ ".site-footer__bottom > p > a[target=\"_blank\"]:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>", "target": [ "p > a[target=\"_blank\"]:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#2858af", "contrastRatio": 6.76, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"site-footer\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>", "target": [ "p > a:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "block-bryan-theme-main-menu", "relatedNodes": [ { "html": "<ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">", "target": [ ".nav" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: block-bryan-theme-main-menu" } ], "all": [], "none": [], "impact": "minor", "html": "<nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">", "target": [ ".block-menu" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: block-bryan-theme-main-menu" } ] }, { "id": "empty-heading", "impact": "minor", "tags": [ "cat.name-role-value", "best-practice" ], "description": "Ensures headings have discernible text", "help": "Headings should not be empty", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/empty-heading?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "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": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"title\"></h1>", "target": [ ".content > h1" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "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": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h2></h2>", "target": [ "#block-connectwithme > h2" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">Pagination</h4>", "target": [ "#pagination-heading" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "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 class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">", "target": [ ".col-sm-4:nth-child(1) > center > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" ], "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\"" }, { "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 class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">", "target": [ ".col-sm-4:nth-child(2) > center > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" ], "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\"" }, { "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 class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\">", "target": [ ".col-sm-4:nth-child(3) > center > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" ], "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": "label-content-name-mismatch", "impact": "serious", "tags": [ "cat.semantics", "wcag21a", "wcag253", "experimental" ], "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name", "help": "Elements must have their visible text as part of their accessible name", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/label-content-name-mismatch?application=axeAPI", "nodes": [ { "any": [ { "id": "label-content-name-mismatch", "data": null, "relatedNodes": [], "impact": "serious", "message": "Text inside the element is not included in the accessible name" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">", "target": [ ".col-sm-4:nth-child(3) > .colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\"]" ], "failureSummary": "Fix any of the following:\n Text inside the element is not included in the accessible name" }, { "any": [ { "id": "label-content-name-mismatch", "data": null, "relatedNodes": [], "impact": "serious", "message": "Text inside the element is not included in the accessible name" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">", "target": [ ".col-sm-4:nth-child(3) > .colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\"]" ], "failureSummary": "Fix any of the following:\n Text inside the element is not included in the accessible name" } ] }, { "id": "landmark-unique", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "help": "Ensures landmarks are unique", "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-unique", "data": { "role": "navigation", "accessibleText": null }, "relatedNodes": [ { "html": "<nav class=\"navbar navbar-expand-lg\" id=\"navbar-main\">", "target": [ "#navbar-main" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">", "target": [ "#navbar-top" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" }, { "any": [ { "id": "landmark-is-unique", "data": { "role": "complementary", "accessibleText": null }, "relatedNodes": [ { "html": "<aside class=\"section\" role=\"complementary\">", "target": [ "#sidebar_first > aside" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<aside class=\"featured-top__inner section container clearfix\" role=\"complementary\">", "target": [ ".featured-top__inner" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "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": 1.23, "requiredContrastRatio": 3, "nodeColor": "#2858af", "parentColor": "#856404" }, "relatedNodes": [ { "html": "<p>Need assistance with an Unemployment Insurance or Disability claim? Complete our <a href=\"/form/edd--form\">EDD Assistance Request Form</a>.</p>", "target": [ "center > p:nth-child(1)" ] } ], "impact": "serious", "message": "The link has insufficient color contrast of 1.23:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #856404)" }, { "id": "link-in-text-block-style", "data": null, "relatedNodes": [ { "html": "<p>Need assistance with an Unemployment Insurance or Disability claim? Complete our <a href=\"/form/edd--form\">EDD Assistance Request Form</a>.</p>", "target": [ "center > p:nth-child(1)" ] } ], "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=\"/form/edd--form\">EDD Assistance Request Form</a>", "target": [ "a[href$=\"edd--form\"]" ], "failureSummary": "Fix any of the following:\n The link has insufficient color contrast of 1.23:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #856404)\n The link has no styling (such as underline) to distinguish it from the surrounding text" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT", "TTv5", "TT6.a" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a>", "target": [ ".col-sm-4:nth-child(1) > center > a[rel=\"noopener\"][target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>", "target": [ ".col-sm-4:nth-child(2) > center > a[rel=\"noopener\"][target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\"></a>", "target": [ ".col-sm-4:nth-child(3) > center > a[rel=\"noopener\"][target=\"_blank\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] } ] }, "success": true }, "standardResult": { "totals": [ 26, 13, 6, 42 ], "instances": [ { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".active > .page-link" }, "excerpt": "<span class=\"page-link\">1</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".page-link[href=\"?page=1\"][title=\"\"]" }, "excerpt": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href=\"?page=2\"]" }, "excerpt": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href=\"?page=3\"]" }, "excerpt": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element content is too short to determine if it is actual text content", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".page-link[href=\"?page=4\"][title=\"\"]" }, "excerpt": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".new-homeform > h3" }, "excerpt": "<h3>Welcome. Thank you for taking the time to visit the 55th District website.</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\"] > .more_image > p" }, "excerpt": "<p>+12</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\"] > .more_image > p" }, "excerpt": "<p>+5</p>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(2) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" }, "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\">" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(5) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" }, "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\">" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(6) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" }, "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\">" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(7) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" }, "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\">" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(10) > .node--type-videos > .node__content.clearfix > .field--name-field-video.field--type-entity-reference.field__item > div > .field--name-field-media-oembed-video.youtube-container--responsive.field--type-string > iframe" }, "excerpt": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\">" }, { "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": "siteSettings", "location": { "doc": "dom", "type": "selector", "spec": "#siteSettings" }, "excerpt": "<div class=\"site-settings section section-standout collapse collapsed\" id=\"siteSettings\" role=\"alert\">" }, { "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": ".navbar-toggler" }, "excerpt": "<button class=\"navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"><span class=\"navbar-toggler-icon\"></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": ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\">" }, { "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": ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\">" }, { "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": ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\">" }, { "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": ".last > .dropdown-menu" }, "excerpt": "<ul class=\"dropdown-menu\">" }, { "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": ".jumbotron" }, "excerpt": "<div class=\"jumbotron d-block d-md-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(4)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(5)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(6)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(7)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(3) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(8)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".d-none.col-sm-4:nth-child(9)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".d-none.col-sm-4:nth-child(10)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".d-none.col-sm-4:nth-child(11)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".d-none.col-sm-4:nth-child(12)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".d-none.col-sm-4:nth-child(13)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".d-none.col-sm-4:nth-child(14)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".d-none.col-sm-4:nth-child(15)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(4)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(5)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(6)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(7)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".views-row:nth-child(8) > .node--type-photos > .node__content.clearfix > .photo-teaser.row > .d-none.col-sm-4:nth-child(8)" }, "excerpt": "<div class=\"col-sm-4 d-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": "DIV", "id": "colorbox", "location": { "doc": "dom", "type": "selector", "spec": "#colorbox" }, "excerpt": "<div id=\"colorbox\" class=\"\" role=\"dialog\" tabindex=\"-1\" style=\"display: none;\">" }, { "ruleID": "identical-links-same-purpose", "what": "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > strong > a[target=\"_blank\"]" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a>" }, { "ruleID": "aria-allowed-attr", "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(1) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" }, "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About</span>" }, { "ruleID": "aria-allowed-attr", "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(2) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" }, "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">District</span>" }, { "ruleID": "aria-allowed-attr", "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".nav-item.menu-item--expanded.dropdown:nth-child(3) > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" }, "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Newsroom</span>" }, { "ruleID": "aria-allowed-attr", "what": "Elements must only use allowed ARIA attributes; ARIA attribute is not allowed: aria-expanded=\"false\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".last > .nav-link.dropdown-toggle[data-toggle=\"dropdown\"]" }, "excerpt": "<span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resources</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "center > p:nth-child(1)" }, "excerpt": "<p>Need assistance with an Unemployment Insurance or Disability claim? Complete our <a href=\"/form/edd--form\">EDD Assistance Request Form</a>.</p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.1 (foreground color: #2858af, background color: #fff3cd, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"edd--form\"]" }, "excerpt": "<a href=\"/form/edd--form\">EDD Assistance Request Form</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.95 (foreground color: #856404, background color: #fff3cd, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "center > p:nth-child(2) > strong" }, "excerpt": "<strong>For all other types of assistance, please use the <a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a> form.</strong>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.1 (foreground color: #2858af, background color: #fff3cd, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > strong > a[target=\"_blank\"]" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.2 (foreground color: #f5f5f5, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".settings-links > a[href$=\"contact\"]" }, "excerpt": "<a href=\"/contact\">Contact Me</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".btn-xs" }, "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".btn-primary.btn[href$=\"contact\"]" }, "excerpt": "<a class=\"btn btn-primary\" href=\"/contact\">Contact Me</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(3) > .btn-primary.btn[target=\"_blank\"]" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Subscribe to Newsletter</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(4) > .btn-primary.btn[target=\"_blank\"]" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">Scheduling Requests</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(5) > a[href$=\"certificate-request-form\"]" }, "excerpt": "<a class=\"btn btn-primary\" href=\"/certificate-request-form\">Certificate Requests</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-05-24T18:11:11Z\"]" }, "excerpt": "<time datetime=\"2023-05-24T18:11:11Z\" class=\"datetime\">Wednesday, May 24, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-05-01T20:21:02Z\"]" }, "excerpt": "<time datetime=\"2023-05-01T20:21:02Z\" class=\"datetime\">Monday, May 1, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-04-22T18:11:11Z\"]" }, "excerpt": "<time datetime=\"2023-04-22T18:11:11Z\" class=\"datetime\">Saturday, April 22, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-04-19T19:44:53Z\"]" }, "excerpt": "<time datetime=\"2023-04-19T19:44:53Z\" class=\"datetime\">Wednesday, April 19, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-04-11T16:16:49Z\"]" }, "excerpt": "<time datetime=\"2023-04-11T16:16:49Z\" class=\"datetime\">Tuesday, April 11, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-03-28T22:15:54Z\"]" }, "excerpt": "<time datetime=\"2023-03-28T22:15:54Z\" class=\"datetime\">Tuesday, March 28, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-02-09T23:19:06Z\"]" }, "excerpt": "<time datetime=\"2023-02-09T23:19:06Z\" class=\"datetime\">Thursday, February 9, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-02-08T19:11:11Z\"]" }, "excerpt": "<time datetime=\"2023-02-08T19:11:11Z\" class=\"datetime\">Wednesday, February 8, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-02-08T19:00:00Z\"]" }, "excerpt": "<time datetime=\"2023-02-08T19:00:00Z\" class=\"datetime\">Wednesday, February 8, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 4.68 (foreground color: #6c757d, background color: #ffffff, font size: 10.8pt (14.4px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "time[datetime=\"2023-02-07T23:34:12Z\"]" }, "excerpt": "<time datetime=\"2023-02-07T23:34:12Z\" class=\"datetime\">Tuesday, February 7, 2023</time>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[title=\"Go to next page\"] > span[aria-hidden=\"true\"]" }, "excerpt": "<span aria-hidden=\"true\">Next ›</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #2858af, background color: #ffffff, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[title=\"Go to last page\"] > span[aria-hidden=\"true\"]" }, "excerpt": "<span aria-hidden=\"true\">Last »</span>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "edit-submit", "location": { "doc": "dom", "type": "selector", "spec": "#edit-submit" }, "excerpt": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(1) > .btn-block.btn-primary.btn" }, "excerpt": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Email Me</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > .btn-block.btn-primary.btn" }, "excerpt": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Receive My Newsletter</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".site-footer__bottom > p" }, "excerpt": "<p>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".site-footer__bottom > p > a[target=\"_blank\"]:nth-child(1)" }, "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p > a[target=\"_blank\"]:nth-child(2)" }, "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 6.76 (foreground color: #ffffff, background color: #2858af, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p > a:nth-child(3)" }, "excerpt": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: block-bryan-theme-main-menu", "ordinalSeverity": 2, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": ".block-menu" }, "excerpt": "<nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">" }, { "ruleID": "empty-heading", "what": "Headings should not be empty; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".content > h1" }, "excerpt": "<h1 class=\"title\"></h1>" }, { "ruleID": "empty-heading", "what": "Headings should not be empty; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-connectwithme > h2" }, "excerpt": "<h2></h2>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "pagination-heading", "location": { "doc": "dom", "type": "selector", "spec": "#pagination-heading" }, "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">Pagination</h4>" }, { "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": ".col-sm-4:nth-child(1) > center > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">" }, { "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": ".col-sm-4:nth-child(2) > center > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">" }, { "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": ".col-sm-4:nth-child(3) > center > a[rel=\"noopener\"][target=\"_blank\"] > .img.img-responsive" }, "excerpt": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\">" }, { "ruleID": "label-content-name-mismatch", "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-4:nth-child(3) > .colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\"]" }, "excerpt": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker a ... t speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">" }, { "ruleID": "label-content-name-mismatch", "what": "Elements must have their visible text as part of their accessible name; Text inside the element is not included in the accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-4:nth-child(3) > .colorbox.cboxElement[data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\"]" }, "excerpt": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Br ... d\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "selector", "spec": "#navbar-top" }, "excerpt": "<nav class=\"navbar navbar-top\" id=\"navbar-top\">" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".featured-top__inner" }, "excerpt": "<aside class=\"featured-top__inner section container clearfix\" role=\"complementary\">" }, { "ruleID": "link-in-text-block", "what": "Links must be distinguishable without relying on color; The link has insufficient color contrast of 1.23:1 with the surrounding text. (Minimum contrast is 3:1, link text: #2858af, surrounding text: #856404); 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$=\"edd--form\"]" }, "excerpt": "<a href=\"/form/edd--form\">EDD Assistance Request Form</a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-4:nth-child(1) > center > a[rel=\"noopener\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-4:nth-child(2) > center > a[rel=\"noopener\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".col-sm-4:nth-child(3) > center > a[rel=\"noopener\"][target=\"_blank\"]" }, "excerpt": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\"></a>" } ] }, "endTime": 1687101078328 }, { "type": "launch", "which": "chromium", "startTime": 1687101078328, "endTime": 1687101078884 }, { "type": "url", "which": "https://a55.asmdc.org/", "what": "Member Isaac Bryan (D)", "startTime": 1687101078885, "result": { "url": "https://a55.asmdc.org/" }, "endTime": 1687101080428 }, { "type": "test", "which": "continuum", "startTime": 1687101080428, "url": "https://a55.asmdc.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=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[class=\"img img-responsive\"][src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"]", "attNo": 2 } }, { "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=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[class=\"img img-responsive\"][src=\"/sites/all/files/images/tw-logo-Blue_299.png\"]", "attNo": 2 } }, { "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=\"/sites/all/files/images/Instagram-299-blue.png\" class=\"img img-responsive\">", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "img[class=\"img img-responsive\"][src=\"/sites/all/files/images/Instagram-299-blue.png\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This NAV has an id attribute of 'block-bryan-theme-main-menu', which is not unique in the same DOM", "element": "<nav class=\"block block-menu navigation menu--main\" id=\"block-bryan-theme-main-menu\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" role=\"navigation\"><h2 id=\"block-bryan-theme-main-menu-menu\" clas ... 7\" href=\"/california-real-id\">California REAL ID</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/53\" href=\"/district-resources\">District Resources</a></li></ul></li></ul></nav>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[role=\"navigation\"][aria-labelledby=\"block-bryan-theme-main-menu-menu\"][id=\"block-bryan-theme-main-menu\"][class=\"block block-menu navigation menu--main\"]", "attNo": 4 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This UL has an id attribute of 'block-bryan-theme-main-menu', which is not unique in the same DOM", "element": "<ul class=\"clearfix nav navbar-nav\" id=\"block-bryan-theme-main-menu\"><li class=\"nav-item menu-item--expanded dropdown\"><span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"na ... node/87\" href=\"/california-real-id\">California REAL ID</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/53\" href=\"/district-resources\">District Resources</a></li></ul></li></ul>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "ul[id=\"block-bryan-theme-main-menu\"][class=\"clearfix nav navbar-nav\"]", "attNo": 2 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/IsaacGBryanOfficial\"><img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\"></a>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/IsaacGBryanOfficial\"][target=\"_blank\"][rel=\"noopener\"]", "attNo": 3 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/isaacgbryan\"><img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\"></a>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/isaacgbryan\"][target=\"_blank\"][rel=\"noopener\"]", "attNo": 3 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/isaacgbryan\"><img src=\"/sites/all/files/images/Instagram-299-blue.png\" class=\"img img-responsive\"></a>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.instagram.com/isaacgbryan\"][target=\"_blank\"][rel=\"noopener\"]", "attNo": 3 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN", "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">About</span>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]", "attNo": 4 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN", "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">District</span>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]", "attNo": 4 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN", "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Newsroom</span>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]", "attNo": 4 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this SPAN", "element": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Resources</span>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "span[class=\"nav-link dropdown-toggle\"][data-toggle=\"dropdown\"][aria-expanded=\"false\"][aria-haspopup=\"true\"]", "attNo": 4 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-top\"][id=\"navbar-top\"]", "attNo": 2 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><div class=\"container\"><div class=\"navbar-header\"><a rel=\"home\" title=\"Home\" href=\"/\" class=\"logo navbar-btn pull-left\"><img alt=\"Home\" src=\"/site ... upal-link-system-path=\"videos\" href=\"/videos\">Video Gallery</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"photo\" href=\"/photo\">Photo Gallery</a></li></ul></li><li class=\"nav-item ", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"]", "attNo": 2 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-top\"][id=\"navbar-top\"]", "attNo": 2 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><div class=\"container\"><div class=\"navbar-header\"><a rel=\"home\" title=\"Home\" href=\"/\" class=\"logo navbar-btn pull-left\"><img alt=\"Home\" src=\"/site ... upal-link-system-path=\"videos\" href=\"/videos\">Video Gallery</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"photo\" href=\"/photo\">Photo Gallery</a></li></ul></li><li class=\"nav-item ", "path": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"navbar navbar-expand-lg\"][id=\"navbar-main\"]", "attNo": 2 } } ], "standardResult": { "totals": [ 0, 0, 0, 16 ], "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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">" }, { "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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">" }, { "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(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<img src=\"/sites/all/files/images/Instagram-299-blue.png\" class=\"img img-responsive\">" }, { "ruleID": "94", "what": "This NAV has an id attribute of 'block-bryan-theme-main-menu', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-bryan-theme-main-menu\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" role=\"navigation\"><h2 id=\"block-bryan-theme-main-menu-menu\" clas ... 7\" href=\"/california-real-id\">California REAL ID</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/53\" href=\"/district-resources\">District Resources</a></li></ul></li></ul></nav>" }, { "ruleID": "94", "what": "This UL has an id attribute of 'block-bryan-theme-main-menu', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "UL", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<ul class=\"clearfix nav navbar-nav\" id=\"block-bryan-theme-main-menu\"><li class=\"nav-item menu-item--expanded dropdown\"><span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"na ... node/87\" href=\"/california-real-id\">California REAL ID</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"node/53\" href=\"/district-resources\">District Resources</a></li></ul></li></ul>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/IsaacGBryanOfficial\"><img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/isaacgbryan\"><img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/isaacgbryan\"><img src=\"/sites/all/files/images/Instagram-299-blue.png\" class=\"img img-responsive\"></a>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this SPAN", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">About</span>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this SPAN", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">District</span>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this SPAN", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Newsroom</span>" }, { "ruleID": "281", "what": "The aria-expanded attribute is not allowed on this SPAN", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">Resources</span>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><div class=\"container\"><div class=\"navbar-header\"><a rel=\"home\" title=\"Home\" href=\"/\" class=\"logo navbar-btn pull-left\"><img alt=\"Home\" src=\"/site ... upal-link-system-path=\"videos\" href=\"/videos\">Video Gallery</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"photo\" href=\"/photo\">Photo Gallery</a></li></ul></li><li class=\"nav-item " }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\"><div class=\"container\"><div class=\"top-header\"><div class=\"utility-header\"><div class=\"group flex-row\"><div class=\"social-media-links\"><a href=\"/\" class= ... ggle=\"collapse\" data-target=\"#siteSettings\" class=\"close\" aria-label=\"Close\" aria-expanded=\"false\" aria-controls=\"siteSettings\"><span aria-hidden=\"true\">×</span></button></div></div></div></div></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\"><div class=\"container\"><div class=\"navbar-header\"><a rel=\"home\" title=\"Home\" href=\"/\" class=\"logo navbar-btn pull-left\"><img alt=\"Home\" src=\"/site ... upal-link-system-path=\"videos\" href=\"/videos\">Video Gallery</a></li><li class=\"dropdown-item\"><a data-drupal-link-system-path=\"photo\" href=\"/photo\">Photo Gallery</a></li></ul></li><li class=\"nav-item " } ] }, "endTime": 1687101081307 }, { "type": "launch", "which": "chromium", "startTime": 1687101081307, "endTime": 1687101081955 }, { "type": "url", "which": "https://a55.asmdc.org/", "what": "Member Isaac Bryan (D)", "startTime": 1687101081955, "result": { "url": "https://a55.asmdc.org/" }, "endTime": 1687101082797 }, { "type": "test", "which": "htmlcs", "startTime": 1687101082797, "url": "https://a55.asmdc.org/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H30.2": { "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">...</a>" } ] }, "AAA.1_3_1.H42.2": { "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.": [ { "tagName": "h1", "id": "", "code": "<h1 class=\"title\">...</h1>" }, { "tagName": "h2", "id": "", "code": "<h2>...</h2>" } ] }, "AAA.1_3_1.H49.Center": { "Presentational markup used that has become obsolete in HTML5.": [ { "tagName": "center", "id": "", "code": "<center>...</center>" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "#block-bryan-theme-main-menu-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "#block-bryan-theme-main-menu-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">...</h2>" } ], "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [ { "tagName": "h4", "id": "#pagination-heading", "code": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.1:1. Recommendation: change text colour to #000102.": [ { "tagName": "a", "id": "", "code": "<a href=\"/form/edd--form\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" 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 6.2:1. Recommendation: change background to #1f4fa6.": [ { "tagName": "a", "id": "", "code": "<a href=\"/contact\">...</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 6.76:1. Recommendation: change background to #2555ac.": [ { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary\" href=\"/certificate-request-form\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary\" href=\"/contact\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://asmdc.org/general-disclaimer\">...</a>" }, { "tagName": "button", "id": "", "code": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">...</button>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" }, { "tagName": "span", "id": "", "code": "<span class=\"page-link\">...</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 6.76:1. Recommendation: change text colour to #2555ac.": [ { "tagName": "a", "id": "", "code": "<a href=\"?page=1\" title=\"\" class=\"page-link\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"?page=2\" title=\"\" class=\"page-link\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"?page=3\" title=\"\" class=\"page-link\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"?page=4\" title=\"\" class=\"page-link\">...</a>" }, { "tagName": "span", "id": "", "code": "<span aria-hidden=\"true\">...</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.96:1. Recommendation: change text colour to #010100.": [ { "tagName": "p", "id": "", "code": "<p>...</p>" }, { "tagName": "strong", "id": "", "code": "<strong>...</strong>" } ], "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.69:1. Recommendation: change text colour to #515a62.": [ { "tagName": "time", "id": "", "code": "<time datetime=\"2023-02-07T23:34:12Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-02-08T19:00:00Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-02-08T19:11:11Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-02-09T23:19:06Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-03-28T22:15:54Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-04-11T16:16:49Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-04-19T19:44:53Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-04-22T18:11:11Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-05-01T20:21:02Z\" class=\"datetime\">...</time>" }, { "tagName": "time", "id": "", "code": "<time datetime=\"2023-05-24T18:11:11Z\" class=\"datetime\">...</time>" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"block-bryan-theme-main-menu\" found on the web page.": [ { "tagName": "ul", "id": "#block-bryan-theme-main-menu", "code": "<ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">...</ul>" } ] }, "AAA.4_1_2.H91.Button.Name": { "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "button", "id": "#cboxNext", "code": "<button type=\"button\" id=\"cboxNext\">...</button>" }, { "tagName": "button", "id": "#cboxPrevious", "code": "<button type=\"button\" id=\"cboxPrevious\">...</button>" }, { "tagName": "button", "id": "#cboxSlideshow", "code": "<button type=\"button\" id=\"cboxSlideshow\">...</button>" } ] } }, "Warning": { "AAA.1_3_1.H42": { "Heading markup should be used if this content is intended as a heading.": [ { "tagName": "p", "id": "", "code": "<p style=\"text-align: center;\">...</p>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "", "code": "<div class=\"navbar-header\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"social-media-links\">...</div>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#cboxOverlay", "code": "<div id=\"cboxOverlay\" style=\"display: none;\">...</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=\"#main-content\" class=\"visually-hidden-focusable skip-link\">...</a>" }, { "tagName": "label", "id": "", "code": "<label for=\"edit-keys\" class=\"visually-hidden\">...</label>" }, { "tagName": "span", "id": "", "code": "<span class=\"sr-only\">...</span>" }, { "tagName": "span", "id": "", "code": "<span class=\"visually-hidden\">...</span>" } ] }, "AAA.1_4_6.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "h2", "id": "#block-bryan-theme-main-menu-menu", "code": "<h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">...</h2>" }, { "tagName": "h4", "id": "#pagination-heading", "code": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>" }, { "tagName": "p", "id": "", "code": "<p>...</p>" } ] }, "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": "h3", "id": "", "code": "<h3>...</h3>" } ] }, "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 class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"ckbtn\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"ckbtn\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">...</a>" } ] }, "AAA.4_1_2.H91.A.Empty": { "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [ { "tagName": "a", "id": "#main-content", "code": "<a id=\"main-content\" tabindex=\"-1\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 28, 0, 0, 45 ], "instances": [ { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p style=\"text-align: center;\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"navbar-header\">...</div>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"social-media-links\">...</div>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "cboxOverlay", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"cboxOverlay\" style=\"display: none;\">...</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=\"#main-content\" class=\"visually-hidden-focusable skip-link\">...</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": "LABEL", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<label for=\"edit-keys\" class=\"visually-hidden\">...</label>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"sr-only\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"visually-hidden\">...</span>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "H2", "id": "block-bryan-theme-main-menu-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">...</h2>" }, { "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": "H4", "id": "pagination-heading", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>" }, { "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": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</p>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3>...</h3>" }, { "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 class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" 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 class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" 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 class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" 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 class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" 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 class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" 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 class=\"ckbtn\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" 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 class=\"ckbtn\" href=\"https://scheduling.assembly.ca.gov/a55\" 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=\"http://assembly.ca.gov/accessibility\" 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=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" 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://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" 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://twitter.com/isaacgbryan\" target=\"_blank\" 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/IsaacGBryanOfficial\" target=\"_blank\" 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.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Empty", "what": "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.", "ordinalSeverity": 0, "tagName": "A", "id": "main-content", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a id=\"main-content\" tabindex=\"-1\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_1_1.H30.2", "what": "Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\">...</a>" }, { "ruleID": "AAA.1_3_1.H42.2", "what": "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h1 class=\"title\">...</h1>" }, { "ruleID": "AAA.1_3_1.H42.2", "what": "Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2>...</h2>" }, { "ruleID": "AAA.1_3_1.H49.Center", "what": "Presentational markup used that has become obsolete in HTML5.", "ordinalSeverity": 3, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<center>...</center>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "block-bryan-theme-main-menu-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H2", "id": "block-bryan-theme-main-menu-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "pagination-heading", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 id=\"pagination-heading\" class=\"visually-hidden\">...</h4>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.1:1. Recommendation: change text colour to #000102.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/form/edd--form\">...</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 6.1:1. Recommendation: change text colour to #000102.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" 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 6.2:1. Recommendation: change background to #1f4fa6.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/contact\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" 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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" 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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn-primary\" href=\"/certificate-request-form\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn-primary\" href=\"/contact\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" 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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" 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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://assembly.ca.gov/accessibility\" 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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" 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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://asmdc.org/general-disclaimer\">...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">...</button>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</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 6.76:1. Recommendation: change background to #2555ac.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"page-link\">...</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 6.76:1. Recommendation: change text colour to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"?page=1\" title=\"\" class=\"page-link\">...</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 6.76:1. Recommendation: change text colour to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"?page=2\" title=\"\" class=\"page-link\">...</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 6.76:1. Recommendation: change text colour to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"?page=3\" title=\"\" class=\"page-link\">...</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 6.76:1. Recommendation: change text colour to #2555ac.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"?page=4\" title=\"\" class=\"page-link\">...</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 6.76:1. Recommendation: change text colour to #2555ac.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span aria-hidden=\"true\">...</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.96:1. Recommendation: change text colour to #010100.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p>...</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 4.96:1. Recommendation: change text colour to #010100.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong>...</strong>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-02-07T23:34:12Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-02-08T19:00:00Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-02-08T19:11:11Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-02-09T23:19:06Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-03-28T22:15:54Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-04-11T16:16:49Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-04-19T19:44:53Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-04-22T18:11:11Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-05-01T20:21:02Z\" class=\"datetime\">...</time>" }, { "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.69:1. Recommendation: change text colour to #515a62.", "ordinalSeverity": 3, "tagName": "TIME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<time datetime=\"2023-05-24T18:11:11Z\" class=\"datetime\">...</time>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"block-bryan-theme-main-menu\" found on the web page.", "ordinalSeverity": 3, "tagName": "UL", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">...</ul>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxNext", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxNext\">...</button>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxPrevious", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxPrevious\">...</button>" }, { "ruleID": "AAA.4_1_2.H91.Button.Name", "what": "This button element does not have a name available to an accessibility API. Valid names are: title attribute, element content, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "BUTTON", "id": "cboxSlideshow", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<button type=\"button\" id=\"cboxSlideshow\">...</button>" } ] }, "endTime": 1687101083640 }, { "type": "launch", "which": "chromium", "startTime": 1687101083640, "endTime": 1687101084328 }, { "type": "url", "which": "https://a55.asmdc.org/", "what": "Member Isaac Bryan (D)", "startTime": 1687101084329, "result": { "url": "https://a55.asmdc.org/" }, "endTime": 1687101085187 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687101085188, "url": "https://a55.asmdc.org/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 28, "recommendation": 27, "ignored": 0 }, "items": [ { "ruleId": "label_name_visible", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[3]/div[3]/a[1]", "aria": "/document[1]/main[1]/article[3]/button[3]" }, "message": "Accessible name does not match or contain the visible label text", "bounds": { "left": 8, "top": 1775, "height": 53, "width": 784 }, "snippet": "<a data-cbox-img-attrs=\"{\"alt\":\"Guest speaker at podium, speaking\"}\" class=\"colorbox cboxElement\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" title=\"Guest speaker at podium, speaking\" role=\"button\" aria-label=\"{\"alt\":\"Guest speaker at podium, speaking\"}\" aria-controls=\"colorbox\" href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]/img[1]", "aria": "/document[1]/complementary[2]/link[3]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 400, "top": 3661, "height": 0, "width": 0 }, "snippet": "<img src=\"/sites/all/files/images/Instagram-299-blue.png\" class=\"img img-responsive\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]/img[1]", "aria": "/document[1]/complementary[2]/link[2]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 400, "top": 3642, "height": 0, "width": 0 }, "snippet": "<img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">", "level": "violation" }, { "ruleId": "img_alt_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]/img[1]", "aria": "/document[1]/complementary[2]/link[1]/img[1]" }, "message": "The image has neither an alt atttribute nor an ARIA label or title", "bounds": { "left": 400, "top": 3624, "height": 0, "width": 0 }, "snippet": "<img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">", "level": "violation" }, { "ruleId": "html_lang_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]", "aria": "/document[1]/main[1]/article[7]/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 113, "width": 200 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "html_lang_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]", "aria": "/document[1]/main[1]/article[6]/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 113, "width": 200 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "html_lang_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]", "aria": "/document[1]/main[1]/article[5]/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 113, "width": 200 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "html_lang_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]", "aria": "/document[1]/main[1]/article[2]/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 113, "width": 200 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "html_lang_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]", "aria": "/document[1]/main[1]/article[10]/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 113, "width": 200 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "element_id_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]" }, "message": "The <ul> element has the id \"block-bryan-theme-main-menu\" that is already in use", "bounds": { "left": 8, "top": 339, "height": 333, "width": 784 }, "snippet": "<ul class=\"clearfix nav navbar-nav\" id=\"block-bryan-theme-main-menu\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 112, "height": 105, "width": 784 }, "snippet": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">", "level": "violation" }, { "ruleId": "aria_navigation_label_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "Multiple elements with \"navigation\" role do not have unique labels", "bounds": { "left": 8, "top": 216, "height": 456, "width": 784 }, "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[1]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 112, "height": 105, "width": 784 }, "snippet": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]" }, "message": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 216, "height": 456, "width": 784 }, "snippet": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 3534, "height": 436, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "violation" }, { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "bounds": { "left": 8, "top": 691, "height": 404, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 8, "top": 8, "height": 18, "width": 133 }, "snippet": "<a class=\"visually-hidden-focusable skip-link\" href=\"#main-content\">", "level": "violation" }, { "ruleId": "aria_complementary_labelled", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "The element with \"complementary\" role does not have a label", "bounds": { "left": 8, "top": 3534, "height": 436, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "violation" }, { "ruleId": "aria_complementary_labelled", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "The element with \"complementary\" role does not have a label", "bounds": { "left": 8, "top": 691, "height": 404, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">", "level": "violation" }, { "ruleId": "aria_complementary_label_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "Multiple elements with \"complementary\" role do not have unique labels", "bounds": { "left": 8, "top": 3534, "height": 436, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "violation" }, { "ruleId": "aria_complementary_label_unique", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[1]" }, "message": "Multiple elements with \"complementary\" role do not have unique labels", "bounds": { "left": 8, "top": 691, "height": 404, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/span[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[4]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 598, "height": 18, "width": 66 }, "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/span[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[3]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 524, "height": 18, "width": 71 }, "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/span[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[2]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 413, "height": 18, "width": 48 }, "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">", "level": "violation" }, { "ruleId": "aria_attribute_valid", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/span[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]/list[1]/listitem[1]/generic[1]" }, "message": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "bounds": { "left": 48, "top": 339, "height": 18, "width": 40 }, "snippet": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]", "aria": "/document[1]/complementary[2]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 400, "top": 3646, "height": 18, "width": 0 }, "snippet": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/isaacgbryan\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]", "aria": "/document[1]/complementary[2]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 400, "top": 3628, "height": 18, "width": 0 }, "snippet": "<a rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/isaacgbryan\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]", "aria": "/document[1]/complementary[2]/link[1]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 400, "top": 3609, "height": 18, "width": 0 }, "snippet": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/IsaacGBryanOfficial\">", "level": "violation" }, { "ruleId": "heading_content_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[2]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1162, "height": 0, "width": 784 }, "snippet": "<h1 class=\"title\">", "level": "recommendation" }, { "ruleId": "heading_content_exists", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/h2[1]", "aria": "/document[1]/complementary[2]/heading[1]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 3562, "height": 0, "width": 784 }, "snippet": "<h2>", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[6]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/main[1]/article[7]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 8, "top": 2578, "height": 113, "width": 200 }, "snippet": "<iframe title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/main[1]/article[6]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 8, "top": 2375, "height": 113, "width": 200 }, "snippet": "<iframe title=\"Assemblymember Bryan: Holding Big Oil Accountable\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/main[1]/article[5]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 8, "top": 2172, "height": 113, "width": 200 }, "snippet": "<iframe title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/main[1]/article[2]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 8, "top": 1466, "height": 113, "width": 200 }, "snippet": "<iframe title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]", "aria": "/document[1]/main[1]/article[10]" }, "message": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "bounds": { "left": 8, "top": 3210, "height": 113, "width": 200 }, "snippet": "<iframe title=\"Asm Isaac Bryan and CA Assembly: \"Bring Eyvin Home\"\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]", "aria": "/document[1]/complementary[2]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 3646, "height": 19, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]", "aria": "/document[1]/complementary[2]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 3628, "height": 19, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]", "aria": "/document[1]/complementary[2]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 3609, "height": 19, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/div[1]/center[1]", "aria": "/document[1]/alert[1]" }, "message": "The <center> element is deprecated in HTML 5", "bounds": { "left": 8, "top": 43, "height": 53, "width": 784 }, "snippet": "<center>", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]", "aria": "/document[1]/banner[1]/navigation[2]/navigation[1]" }, "message": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "bounds": { "left": 8, "top": 292, "height": 381, "width": 784 }, "snippet": "<nav class=\"block block-menu navigation menu--main\" id=\"block-bryan-theme-main-menu\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" role=\"navigation\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]", "aria": "/document[1]/banner[1]" }, "message": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "bounds": { "left": 8, "top": 112, "height": 561, "width": 784 }, "snippet": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[9]/article[1]", "aria": "/document[1]/main[1]/article[9]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2959, "height": 165, "width": 784 }, "snippet": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230208-assemblymember-isaac-bryan-and-formerly-incarcerated-leaders-introduce\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[8]/article[1]", "aria": "/document[1]/main[1]/article[8]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2715, "height": 225, "width": 784 }, "snippet": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230208-justice-reform-press-conference\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]", "aria": "/document[1]/main[1]/article[7]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2512, "height": 183, "width": 784 }, "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230209-bryan-introduces-constitutional-amendment-restore-voting-rights\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]", "aria": "/document[1]/main[1]/article[6]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2309, "height": 183, "width": 784 }, "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230328-assemblymember-bryan-holding-big-oil-accountable\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]", "aria": "/document[1]/main[1]/article[5]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 2079, "height": 211, "width": 784 }, "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230411-asm-bryan-introduces-legislation-return-direct-democracy-tool-referendums-people\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]", "aria": "/document[1]/main[1]/article[4]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 1848, "height": 211, "width": 784 }, "snippet": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230419-california-constitutional-amendment-restore-voting-rights-californians-who\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]", "aria": "/document[1]/main[1]/article[3]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 1603, "height": 225, "width": 784 }, "snippet": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230422-new-west-los-angeles-college-center-climate-change-education\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]", "aria": "/document[1]/main[1]/article[2]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 1373, "height": 211, "width": 784 }, "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230501-grand-opening-california-center-climate-change-education-west-los-angeles-college\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]", "aria": "/document[1]/main[1]/article[10]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 3144, "height": 183, "width": 784 }, "snippet": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230207-asm-isaac-bryan-and-ca-assembly-bring-eyvin-home\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]", "aria": "/document[1]/main[1]/article[1]" }, "message": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "bounds": { "left": 8, "top": 1162, "height": 191, "width": 784 }, "snippet": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230524-jewish-center-justice-state-capitol\" role=\"article\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]", "aria": "/document[1]/main[1]" }, "message": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "bounds": { "left": 8, "top": 1115, "height": 2403, "width": 784 }, "snippet": "<main role=\"main\" id=\"content\" class=\"main-content col order-first\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/complementary[2]" }, "message": "The explicitly-assigned ARIA role \"complementary\" is redundant with the implicit role of the element <aside>", "bounds": { "left": 8, "top": 3534, "height": 436, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"section\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[1]/div[2]/div[1]/div[1]/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": 8, "top": 691, "height": 404, "width": 784 }, "snippet": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 27, 0, 28 ], "instances": [ { "ruleID": "label_name_visible", "what": "Accessible name does not match or contain the visible label text", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]/div[1]/div[3]/div[3]/a[1]" }, "excerpt": "<a data-cbox-img-attrs=\"{\"alt\":\"Guest speaker at podium, speaking\"}\" class=\"colorbox cboxElement\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" title=\"Guest speaker at podium, speaking\" role=\" ... -label=\"{\"alt\":\"Guest speaker at podium, speaking\"}\" aria-controls=\"colorbox\" href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\">" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]/img[1]" }, "excerpt": "<img src=\"/sites/all/files/images/Instagram-299-blue.png\" class=\"img img-responsive\">" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]/img[1]" }, "excerpt": "<img src=\"/sites/all/files/images/tw-logo-Blue_299.png\" class=\"img img-responsive\">" }, { "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[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]/img[1]" }, "excerpt": "<img src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" class=\"img img-responsive\">" }, { "ruleID": "html_lang_exists", "what": "Page detected as HTML, but does not have a 'lang' attribute", "ordinalSeverity": 3, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]" }, "excerpt": "<html>" }, { "ruleID": "html_lang_exists", "what": "Page detected as HTML, but does not have a 'lang' attribute", "ordinalSeverity": 3, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]" }, "excerpt": "<html>" }, { "ruleID": "html_lang_exists", "what": "Page detected as HTML, but does not have a 'lang' attribute", "ordinalSeverity": 3, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]" }, "excerpt": "<html>" }, { "ruleID": "html_lang_exists", "what": "Page detected as HTML, but does not have a 'lang' attribute", "ordinalSeverity": 3, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]" }, "excerpt": "<html>" }, { "ruleID": "html_lang_exists", "what": "Page detected as HTML, but does not have a 'lang' attribute", "ordinalSeverity": 3, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]/html[1]" }, "excerpt": "<html>" }, { "ruleID": "element_id_unique", "what": "The <ul> element has the id \"block-bryan-theme-main-menu\" that is already in use", "ordinalSeverity": 3, "tagName": "UL", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]" }, "excerpt": "<ul class=\"clearfix nav navbar-nav\" id=\"block-bryan-theme-main-menu\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/nav[1]" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">" }, { "ruleID": "aria_navigation_label_unique", "what": "Multiple elements with \"navigation\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-top", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/nav[1]" }, "excerpt": "<nav id=\"navbar-top\" class=\"navbar navbar-top\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "NAV", "id": "navbar-main", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]" }, "excerpt": "<nav id=\"navbar-main\" class=\"navbar navbar-expand-lg\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "ruleID": "aria_landmark_name_unique", "what": "Multiple \"complementary\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/a[1]" }, "excerpt": "<a class=\"visually-hidden-focusable skip-link\" href=\"#main-content\">" }, { "ruleID": "aria_complementary_labelled", "what": "The element with \"complementary\" role does not have a label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "ruleID": "aria_complementary_labelled", "what": "The element with \"complementary\" role does not have a label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">" }, { "ruleID": "aria_complementary_label_unique", "what": "Multiple elements with \"complementary\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "ruleID": "aria_complementary_label_unique", "what": "Multiple elements with \"complementary\" role do not have unique labels", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/span[1]" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/span[1]" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/span[1]" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">" }, { "ruleID": "aria_attribute_valid", "what": "The ARIA attributes \"aria-expanded\" are not valid for the element <span> with implicit ARIA role \"generic\"", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/span[1]" }, "excerpt": "<span aria-haspopup=\"true\" aria-expanded=\"false\" data-toggle=\"dropdown\" class=\"nav-link dropdown-toggle\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.instagram.com/isaacgbryan\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/isaacgbryan\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]/a[1]" }, "excerpt": "<a rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/IsaacGBryanOfficial\">" }, { "ruleID": "heading_content_exists", "what": "Heading element has no descriptive content", "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[2]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"title\">" }, { "ruleID": "heading_content_exists", "what": "Heading element has no descriptive content", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/h2[1]" }, "excerpt": "<h2>" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "ordinalSeverity": 1, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[6]" }, "excerpt": "<meta content=\"ie=edge\" http-equiv=\"x-ua-compatible\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe title=\"Assemblymember Bryan: Holding Big Oil Accountable\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\">" }, { "ruleID": "element_attribute_deprecated", "what": "The HTML attribute(s) \"frameborder\" is deprecated for the <iframe> element in HTML 5", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]/div[1]/div[2]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe title=\"Asm Isaac Bryan and CA Assembly: \"Bring Eyvin Home\"\" class=\"media-oembed-content\" height=\"113\" width=\"200\" allowtransparency=\"\" frameborder=\"0\" src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\">" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/center[1]" }, "excerpt": "<center>" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/center[1]" }, "excerpt": "<center>" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/center[1]" }, "excerpt": "<center>" }, { "ruleID": "element_attribute_deprecated", "what": "The <center> element is deprecated in HTML 5", "ordinalSeverity": 1, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/center[1]" }, "excerpt": "<center>" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"navigation\" is redundant with the implicit role of the element <nav>", "ordinalSeverity": 1, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]/div[1]/nav[1]/div[1]/div[2]/nav[1]" }, "excerpt": "<nav class=\"block block-menu navigation menu--main\" id=\"block-bryan-theme-main-menu\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" role=\"navigation\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"banner\" is redundant with the implicit role of the element <header>", "ordinalSeverity": 1, "tagName": "HEADER", "id": "header", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/header[1]" }, "excerpt": "<header aria-label=\"Site header\" role=\"banner\" class=\"header\" id=\"header\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[9]/article[1]" }, "excerpt": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230208-assemblymember-isaac-bryan-and-formerly-incarcerated-leaders-introduce\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[8]/article[1]" }, "excerpt": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230208-justice-reform-press-conference\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[7]/article[1]" }, "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230209-bryan-introduces-constitutional-amendment-restore-voting-rights\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[6]/article[1]" }, "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230328-assemblymember-bryan-holding-big-oil-accountable\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[5]/article[1]" }, "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230411-asm-bryan-introduces-legislation-return-direct-democracy-tool-referendums-people\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[4]/article[1]" }, "excerpt": "<article class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\" about=\"/press-releases/20230419-california-constitutional-amendment-restore-voting-rights-californians-who\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[3]/article[1]" }, "excerpt": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230422-new-west-los-angeles-college-center-climate-change-education\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[2]/article[1]" }, "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230501-grand-opening-california-center-climate-change-education-west-los-angeles-college\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[10]/article[1]" }, "excerpt": "<article class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\" about=\"/video/20230207-asm-isaac-bryan-and-ca-assembly-bring-eyvin-home\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"article\" is redundant with the implicit role of the element <article>", "ordinalSeverity": 1, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]/section[1]/div[4]/div[1]/div[1]/div[1]/div[1]/div[1]/article[1]" }, "excerpt": "<article class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\" about=\"/photo/20230524-jewish-center-justice-state-capitol\" role=\"article\">" }, { "ruleID": "aria_role_redundant", "what": "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>", "ordinalSeverity": 1, "tagName": "MAIN", "id": "content", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/main[1]" }, "excerpt": "<main role=\"main\" id=\"content\" class=\"main-content col order-first\">" }, { "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": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"section\">" }, { "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": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside role=\"complementary\" class=\"featured-top__inner section container clearfix\">" } ] }, "endTime": 1687101090038 }, { "type": "launch", "which": "chromium", "startTime": 1687101090038, "endTime": 1687101090661 }, { "type": "url", "which": "https://a55.asmdc.org/", "what": "Member Isaac Bryan (D)", "startTime": 1687101090661, "result": { "url": "https://a55.asmdc.org/" }, "endTime": 1687101091500 }, { "type": "test", "which": "nuVal", "startTime": 1687101091501, "url": "https://a55.asmdc.org/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 38, "lastColumn": 232, "firstColumn": 225, "message": "The center element is obsolete. Use CSS instead.", "extract": "e=\"alert\"><center>\n<p>Ne", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "info", "lastLine": 48, "lastColumn": 78, "firstColumn": 5, "subType": "warning", "message": "The banner role is unnecessary for element header.", "extract": "age\">\n <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\">\n ", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 99, "lastColumn": 174, "firstColumn": 21, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 105, "lastColumn": 83, "firstColumn": 15, "message": "Duplicate ID block-bryan-theme-main-menu.", "extract": " <ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n ", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 99, "lastColumn": 174, "firstColumn": 21, "subType": "warning", "message": "The first occurrence of ID block-bryan-theme-main-menu was here.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 107, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 122, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 143, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Newsro", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 158, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resour", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "info", "lastLine": 185, "lastColumn": 93, "firstColumn": 11, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": " <aside class=\"featured-top__inner section container clearfix\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 239, "lastColumn": 82, "firstColumn": 15, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 256, "lastColumn": 20, "firstColumn": 3, "subType": "warning", "message": "Empty heading.", "extract": "\n \n <h1 class=\"title\"></h1>\n", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "info", "lastLine": 277, "lastColumn": 162, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230524-jewish-center-justice-state-capitol\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 324, "lastColumn": 208, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230501-grand-opening-california-center-climate-change-education-west-los-angeles-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 208 }, { "type": "error", "lastLine": 341, "lastColumn": 499, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra", "hiliteStart": 10, "hiliteLength": 350 }, { "type": "error", "lastLine": 341, "lastColumn": 499, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra", "hiliteStart": 10, "hiliteLength": 350 }, { "type": "info", "lastLine": 354, "lastColumn": 187, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230422-new-west-los-angeles-college-center-climate-change-education\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 187 }, { "type": "info", "lastLine": 486, "lastColumn": 218, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230419-california-constitutional-amendment-restore-voting-rights-californians-who\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 509, "lastColumn": 207, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230411-asm-bryan-introduces-legislation-return-direct-democracy-tool-referendums-people\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 207 }, { "type": "error", "lastLine": 526, "lastColumn": 510, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra", "hiliteStart": 10, "hiliteLength": 361 }, { "type": "error", "lastLine": 526, "lastColumn": 510, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra", "hiliteStart": 10, "hiliteLength": 361 }, { "type": "info", "lastLine": 539, "lastColumn": 175, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230328-assemblymember-bryan-holding-big-oil-accountable\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 556, "lastColumn": 466, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra", "hiliteStart": 10, "hiliteLength": 317 }, { "type": "error", "lastLine": 556, "lastColumn": 466, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra", "hiliteStart": 10, "hiliteLength": 317 }, { "type": "info", "lastLine": 569, "lastColumn": 190, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230209-bryan-introduces-constitutional-amendment-restore-voting-rights\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 190 }, { "type": "error", "lastLine": 586, "lastColumn": 483, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra", "hiliteStart": 10, "hiliteLength": 334 }, { "type": "error", "lastLine": 586, "lastColumn": 483, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra", "hiliteStart": 10, "hiliteLength": 334 }, { "type": "info", "lastLine": 599, "lastColumn": 158, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230208-justice-reform-press-conference\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 681, "lastColumn": 214, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230208-assemblymember-isaac-bryan-and-formerly-incarcerated-leaders-introduce\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 214 }, { "type": "info", "lastLine": 704, "lastColumn": 175, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230207-asm-isaac-bryan-and-ca-assembly-bring-eyvin-home\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 721, "lastColumn": 478, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra", "hiliteStart": 10, "hiliteLength": 329 }, { "type": "error", "lastLine": 721, "lastColumn": 478, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra", "hiliteStart": 10, "hiliteLength": 329 }, { "type": "info", "lastLine": 777, "lastColumn": 60, "firstColumn": 17, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": " <aside class=\"section\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 806, "lastColumn": 8, "firstColumn": 5, "subType": "warning", "message": "Empty heading.", "extract": "\">\n \n <h2></h2>\n", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 816, "lastColumn": 8, "firstColumn": 1, "message": "The center element is obsolete. Use CSS instead.", "extract": "ol-sm-4\">\n<center><a hre", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 816, "lastColumn": 184, "firstColumn": 95, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a></", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "error", "lastLine": 820, "lastColumn": 8, "firstColumn": 1, "message": "The center element is obsolete. Use CSS instead.", "extract": "ol-sm-4\">\n<center><a hre", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 820, "lastColumn": 164, "firstColumn": 82, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a></", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "error", "lastLine": 824, "lastColumn": 8, "firstColumn": 1, "message": "The center element is obsolete. Use CSS instead.", "extract": "ol-sm-4\">\n<center><a hre", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 824, "lastColumn": 172, "firstColumn": 88, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\"></", "hiliteStart": 10, "hiliteLength": 85 } ], "language": "en" }, "rawPage": { "messages": [ { "type": "info", "lastLine": 4, "lastColumn": 28, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "head>\n <meta charset=\"utf-8\" />\n<nosc", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 6, "lastColumn": 65, "firstColumn": 12, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><link rel=\"canonical\" href=\"https://a55.asmdc.org/\" />\n<link", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 7, "lastColumn": 54, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org/\" />\n<link rel=\"shortlink\" href=\"https://a55.asmdc.org/\" />\n<meta", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 8, "lastColumn": 100, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".org/\" />\n<meta name=\"description\" content=\"Official Website for Assemblymember Isaac Bryan, 55th District\" />\n<link", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "info", "lastLine": 9, "lastColumn": 57, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "trict\" />\n<link rel=\"icon\" href=\"/sites/all/favicon/favicon.ico\" />\n<link", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 10, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n.ico\" />\n<link rel=\"icon\" sizes=\"16x16\" href=\"/sites/all/favicon/favicon-16.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 11, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.png\" />\n<link rel=\"icon\" sizes=\"32x32\" href=\"/sites/all/favicon/favicon-32.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 12, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"icon\" sizes=\"96x96\" href=\"/sites/all/favicon/favicon-96.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 13, "lastColumn": 77, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.png\" />\n<link rel=\"icon\" sizes=\"192x192\" href=\"/sites/all/favicon/favicon-192.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 14, "lastColumn": 72, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" href=\"/sites/all/favicon/favicon-60.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 72 }, { "type": "info", "lastLine": 15, "lastColumn": 86, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/favicon/favicon-72.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 16, "lastColumn": 86, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/sites/all/favicon/favicon-76.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 17, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/favicon/favicon-114.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 18, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "4.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/sites/all/favicon/favicon-120.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 19, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/favicon/favicon-144.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 20, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "4.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/sites/all/favicon/favicon-152.png\" />\n<link", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 21, "lastColumn": 89, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2.png\" />\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/sites/all/favicon/favicon-180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 89 }, { "type": "info", "lastLine": 22, "lastColumn": 47, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<meta name=\"MobileOptimized\" content=\"width\" />\n<meta", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 23, "lastColumn": 47, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "width\" />\n<meta name=\"HandheldFriendly\" content=\"true\" />\n<meta", "hiliteStart": 10, "hiliteLength": 47 }, { "type": "info", "lastLine": 24, "lastColumn": 88, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"true\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" />\n<meta", "hiliteStart": 10, "hiliteLength": 88 }, { "type": "info", "lastLine": 25, "lastColumn": 55, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "it=no\" />\n<meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\" />\n<scri", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "info", "lastLine": 29, "lastColumn": 131, "firstColumn": 5, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "itle>\n <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a55.asmdc.org/files/css/css_uEj7X9WVmWttnhvYZp22aHqBiFXAY9uWdyMFc_rwWf8.css\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 30, "lastColumn": 127, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "8.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"/sites/a55.asmdc.org/files/css/css_CRxl2HbPg1gN89t6BxU0kZT9FtAkYED246ctClNVZ1c.css\" />\n<link", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 31, "lastColumn": 74, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "c.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/uqg3kql.css\" />\n", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 32, "firstLine": 31, "lastColumn": 127, "firstColumn": 75, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ql.css\" />\n<link rel=\"stylesheet\" media=\"all\" href=\"/sites/a55.asmdc.org/files/css/css_5jm4jbWxhgJsO0b9ARP7Mu0BPXyBKS8VqJfqcPwfb5E.css\" />\n\n ", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "error", "lastLine": 40, "lastColumn": 232, "firstColumn": 225, "message": "The center element is obsolete. Use CSS instead.", "extract": "e=\"alert\"><center>\n<p>Ne", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "info", "lastLine": 50, "lastColumn": 78, "firstColumn": 5, "subType": "warning", "message": "The banner role is unnecessary for element header.", "extract": "age\">\n <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\">\n ", "hiliteStart": 10, "hiliteLength": 74 }, { "type": "info", "lastLine": 92, "lastColumn": 72, "firstColumn": 7, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "e\">\n <img src=\"/sites/a55.asmdc.org/files/caasm_seal.png\" alt=\"Home\" />\n <", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "info", "lastLine": 94, "lastColumn": 134, "firstColumn": 129, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/span></a><br />\n ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 101, "lastColumn": 174, "firstColumn": 21, "subType": "warning", "message": "The navigation role is unnecessary for element nav.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 107, "lastColumn": 83, "firstColumn": 15, "message": "Duplicate ID block-bryan-theme-main-menu.", "extract": " <ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n ", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "info", "lastLine": 101, "lastColumn": 174, "firstColumn": 21, "subType": "warning", "message": "The first occurrence of ID block-bryan-theme-main-menu was here.", "extract": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 109, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 124, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 145, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Newsro", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "error", "lastLine": 160, "lastColumn": 131, "firstColumn": 27, "message": "Element span is missing one or more of the following attributes: role.", "extract": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resour", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "info", "lastLine": 187, "lastColumn": 93, "firstColumn": 11, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": " <aside class=\"featured-top__inner section container clearfix\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 217, "lastColumn": 101, "firstColumn": 96, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "></strong><br />\n </p>", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 220, "lastColumn": 199, "firstColumn": 194, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "></strong><br />\n </p>", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 223, "lastColumn": 156, "firstColumn": 151, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "></strong><br />\n </p>", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 241, "lastColumn": 82, "firstColumn": 15, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 68 }, { "type": "info", "lastLine": 258, "lastColumn": 20, "firstColumn": 3, "subType": "warning", "message": "Empty heading.", "extract": "\n \n <h1 class=\"title\"></h1>\n", "hiliteStart": 10, "hiliteLength": 18 }, { "type": "info", "lastLine": 279, "lastColumn": 162, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230524-jewish-center-justice-state-capitol\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 298, "lastColumn": 826, "firstColumn": 497, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20group%20photo_Jewish%20Center%20for%20Justice%20509%2005-24-23.jpg?itok=Zb_CXcs9\" width=\"436\" height=\"246\" alt=\"Group photo with Asm. Bryan and center members\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 330 }, { "type": "info", "lastLine": 305, "lastColumn": 762, "firstColumn": 448, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20503%2005-24-23.jpg?itok=Vm_Ao3lG\" width=\"436\" height=\"246\" alt=\"Asm. Bryan speaking to guests\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 315 }, { "type": "info", "lastLine": 312, "lastColumn": 802, "firstColumn": 478, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20504%2005-24-23.jpg?itok=U-2PnfZK\" width=\"436\" height=\"246\" alt=\"Asm. Bryan speaking as guests listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 325 }, { "type": "info", "lastLine": 326, "lastColumn": 208, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230501-grand-opening-california-center-climate-change-education-west-los-angeles-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 208 }, { "type": "error", "lastLine": 343, "lastColumn": 496, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra", "hiliteStart": 10, "hiliteLength": 347 }, { "type": "error", "lastLine": 343, "lastColumn": 496, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra", "hiliteStart": 10, "hiliteLength": 347 }, { "type": "info", "lastLine": 356, "lastColumn": 187, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230422-new-west-los-angeles-college-center-climate-change-education\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 187 }, { "type": "info", "lastLine": 376, "lastColumn": 742, "firstColumn": 442, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2719.jpg?itok=2q-2iYjq\" width=\"436\" height=\"246\" alt=\"A-frame sign announcing the event\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 301 }, { "type": "info", "lastLine": 383, "lastColumn": 874, "firstColumn": 541, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg?itok=yxLRbtrN\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 334 }, { "type": "info", "lastLine": 390, "lastColumn": 742, "firstColumn": 442, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg?itok=NVeh1lpv\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 301 }, { "type": "info", "lastLine": 397, "lastColumn": 862, "firstColumn": 532, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2740.jpg?itok=zXTQOR5x\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 331 }, { "type": "info", "lastLine": 404, "lastColumn": 730, "firstColumn": 433, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2743.jpg?itok=DRBfwE2Y\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 298 }, { "type": "info", "lastLine": 411, "lastColumn": 814, "firstColumn": 496, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "h"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2751.jpg?itok=Lq3PSKkI\" width=\"436\" height=\"246\" alt=\"Asm. Bryan enjoying a profound moment during speech\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 319 }, { "type": "info", "lastLine": 418, "lastColumn": 742, "firstColumn": 442, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg?itok=CqSBq3xD\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 301 }, { "type": "info", "lastLine": 425, "lastColumn": 754, "firstColumn": 451, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2758.jpg?itok=V1d8MuPn\" width=\"436\" height=\"246\" alt=\"Audience in attendance, listening on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 304 }, { "type": "info", "lastLine": 432, "lastColumn": 874, "firstColumn": 541, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg?itok=u8kZRJUH\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 334 }, { "type": "info", "lastLine": 439, "lastColumn": 874, "firstColumn": 541, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg?itok=PRvkpMrn\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 334 }, { "type": "info", "lastLine": 446, "lastColumn": 742, "firstColumn": 442, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg?itok=bd_CCjEA\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 301 }, { "type": "info", "lastLine": 453, "lastColumn": 742, "firstColumn": 442, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg?itok=9_22RR6o\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 301 }, { "type": "info", "lastLine": 460, "lastColumn": 922, "firstColumn": 577, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2789.jpg?itok=__W0EoPl\" width=\"436\" height=\"246\" alt=\"Asm. Bryan shaking hands with Center for Climate Change Education staff member\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 346 }, { "type": "info", "lastLine": 467, "lastColumn": 950, "firstColumn": 598, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2793.jpg?itok=LVpAp9Eu\" width=\"436\" height=\"246\" alt=\"Group photo of Asm. Bryan with Center for Climate Change Education staff and students\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 353 }, { "type": "info", "lastLine": 474, "lastColumn": 738, "firstColumn": 439, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2797.jpg?itok=NIGe320X\" width=\"436\" height=\"246\" alt=\"Asm. Bryan hugging guest speaker\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 300 }, { "type": "info", "lastLine": 488, "lastColumn": 218, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230419-california-constitutional-amendment-restore-voting-rights-californians-who\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 218 }, { "type": "info", "lastLine": 511, "lastColumn": 207, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230411-asm-bryan-introduces-legislation-return-direct-democracy-tool-referendums-people\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 207 }, { "type": "error", "lastLine": 528, "lastColumn": 507, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra", "hiliteStart": 10, "hiliteLength": 358 }, { "type": "error", "lastLine": 528, "lastColumn": 507, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra", "hiliteStart": 10, "hiliteLength": 358 }, { "type": "info", "lastLine": 541, "lastColumn": 175, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230328-assemblymember-bryan-holding-big-oil-accountable\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 558, "lastColumn": 463, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra", "hiliteStart": 10, "hiliteLength": 314 }, { "type": "error", "lastLine": 558, "lastColumn": 463, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra", "hiliteStart": 10, "hiliteLength": 314 }, { "type": "info", "lastLine": 571, "lastColumn": 190, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230209-bryan-introduces-constitutional-amendment-restore-voting-rights\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 190 }, { "type": "error", "lastLine": 588, "lastColumn": 480, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra", "hiliteStart": 10, "hiliteLength": 331 }, { "type": "error", "lastLine": 588, "lastColumn": 480, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra", "hiliteStart": 10, "hiliteLength": 331 }, { "type": "info", "lastLine": 601, "lastColumn": 158, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/photo/20230208-justice-reform-press-conference\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 620, "lastColumn": 850, "firstColumn": 519, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20502%2002-08-23.jpg?itok=jZlR1X2z\" width=\"436\" height=\"246\" alt=\"Wide view of legislators and supporters on Capitol steps\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 332 }, { "type": "info", "lastLine": 627, "lastColumn": 870, "firstColumn": 534, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "d"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg?itok=g0Y6h4vA\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 337 }, { "type": "info", "lastLine": 634, "lastColumn": 870, "firstColumn": 534, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "d"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg?itok=G7bBPYSG\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 337 }, { "type": "info", "lastLine": 641, "lastColumn": 870, "firstColumn": 534, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "d"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg?itok=mmWD1WvW\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 337 }, { "type": "info", "lastLine": 648, "lastColumn": 1022, "firstColumn": 630, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Antoinette%20Ratcliffe-Initiate%20Justice_ACA%204%20Prison%20Voting%20Rights%20PC%20541%2002-08-23.jpg?itok=7t4jNAwb\" width=\"436\" height=\"246\" alt=\"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 393 }, { "type": "info", "lastLine": 655, "lastColumn": 944, "firstColumn": 580, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/David%20Cruz-IJ%20Action_ACA%204%20Prison%20Voting%20Rights%20PC%20549%2002-08-23.jpg?itok=uZExCsVG\" width=\"436\" height=\"246\" alt=\"David Cruz, Board Member, Initiate Justice Action, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 365 }, { "type": "info", "lastLine": 662, "lastColumn": 1002, "firstColumn": 616, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Sam%20Lewis-Anti-Recidivism%20Coalition_ACA%204%20Prison%20Voting%20Rights%20PC%20551%2002-08-23.jpg?itok=CZ6LbmVp\" width=\"436\" height=\"246\" alt=\"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 387 }, { "type": "info", "lastLine": 669, "lastColumn": 946, "firstColumn": 578, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Thanh%20Tran-Ella%20Baker%20Ctr_ACA%204%20Prison%20Voting%20Rights%20PC%20548%2002-08-23.jpg?itok=9ouOr6tL\" width=\"436\" height=\"246\" alt=\"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" />\n\n</a>", "hiliteStart": 10, "hiliteLength": 369 }, { "type": "info", "lastLine": 683, "lastColumn": 214, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/press-releases/20230208-assemblymember-isaac-bryan-and-formerly-incarcerated-leaders-introduce\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 214 }, { "type": "info", "lastLine": 706, "lastColumn": 175, "firstColumn": 1, "subType": "warning", "message": "The article role is unnecessary for element article.", "extract": "w\">\n \n\n<article role=\"article\" about=\"/video/20230207-asm-isaac-bryan-and-ca-assembly-bring-eyvin-home\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\">\n <he", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 723, "lastColumn": 475, "firstColumn": 150, "message": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra", "hiliteStart": 10, "hiliteLength": 326 }, { "type": "error", "lastLine": 723, "lastColumn": 475, "firstColumn": 150, "message": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "extract": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra", "hiliteStart": 10, "hiliteLength": 326 }, { "type": "info", "lastLine": 779, "lastColumn": 60, "firstColumn": 17, "subType": "warning", "message": "The complementary role is unnecessary for element aside.", "extract": " <aside class=\"section\" role=\"complementary\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 794, "lastColumn": 219, "firstColumn": 21, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\" />\n\n ", "hiliteStart": 10, "hiliteLength": 199 }, { "type": "info", "lastLine": 797, "lastColumn": 275, "firstColumn": 115, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-actions\"><input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\" />\n</div", "hiliteStart": 10, "hiliteLength": 161 }, { "type": "info", "lastLine": 808, "lastColumn": 8, "firstColumn": 5, "subType": "warning", "message": "Empty heading.", "extract": "\">\n \n <h2></h2>\n", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 818, "lastColumn": 8, "firstColumn": 1, "message": "The center element is obsolete. Use CSS instead.", "extract": "ol-sm-4\">\n<center><a hre", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 818, "lastColumn": 171, "firstColumn": 80, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 818, "lastColumn": 171, "firstColumn": 80, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 822, "lastColumn": 8, "firstColumn": 1, "message": "The center element is obsolete. Use CSS instead.", "extract": "ol-sm-4\">\n<center><a hre", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 822, "lastColumn": 151, "firstColumn": 67, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 822, "lastColumn": 151, "firstColumn": 67, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 826, "lastColumn": 8, "firstColumn": 1, "message": "The center element is obsolete. Use CSS instead.", "extract": "ol-sm-4\">\n<center><a hre", "hiliteStart": 10, "hiliteLength": 8 }, { "type": "error", "lastLine": 826, "lastColumn": 159, "firstColumn": 73, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\" /></a></", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 826, "lastColumn": 159, "firstColumn": 73, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\" /></a></", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "info", "lastLine": 844, "lastColumn": 40, "firstColumn": 35, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "e</strong><br />\nState", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 845, "lastColumn": 19, "firstColumn": 14, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "te Capitol<br />\nP.O. ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 846, "lastColumn": 21, "firstColumn": 16, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Box 942849<br />\nSacra", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 847, "lastColumn": 31, "firstColumn": 26, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "94249-0055<br />\nTel: ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 848, "lastColumn": 25, "firstColumn": 20, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ") 319-2055<br />\nFax: ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 851, "lastColumn": 42, "firstColumn": 37, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ":</strong><br />\n5601 ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 852, "lastColumn": 37, "firstColumn": 32, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " Suite 200<br />\nCulve", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 853, "lastColumn": 27, "firstColumn": 22, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ", CA 90230<br />\nTel: ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 854, "lastColumn": 25, "firstColumn": 20, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ") 641-5410<br />\nFax: ", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 298, "lastColumn": 496, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20group%20photo_Jewish%20Center%20for%20Justice%20509%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Group photo with Asm. Bryan and center members"}\" role=\"button\" title=\"Group photo with Asm. Bryan and center members\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Group photo with Asm. Bryan and center members"}\"><img s", "hiliteStart": 10, "hiliteLength": 496 }, { "type": "error", "lastLine": 305, "lastColumn": 447, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20503%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan speaking to guests"}\" role=\"button\" title=\"Asm. Bryan speaking to guests\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking to guests"}\"><img s", "hiliteStart": 10, "hiliteLength": 447 }, { "type": "error", "lastLine": 312, "lastColumn": 477, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20504%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan speaking as guests listen on"}\" role=\"button\" title=\"Asm. Bryan speaking as guests listen on\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking as guests listen on"}\"><img s", "hiliteStart": 10, "hiliteLength": 477 }, { "type": "error", "lastLine": 376, "lastColumn": 441, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2719.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"A-frame sign announcing the event"}\" role=\"button\" title=\"A-frame sign announcing the event\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"A-frame sign announcing the event"}\"><img s", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "error", "lastLine": 383, "lastColumn": 540, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\"><img s", "hiliteStart": 10, "hiliteLength": 540 }, { "type": "error", "lastLine": 390, "lastColumn": 441, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "error", "lastLine": 397, "lastColumn": 531, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2740.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, while fellow speakers listen on"}\"><img s", "hiliteStart": 10, "hiliteLength": 531 }, { "type": "error", "lastLine": 404, "lastColumn": 432, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2743.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 432 }, { "type": "error", "lastLine": 411, "lastColumn": 495, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2751.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan enjoying a profound moment during speech"}\" role=\"button\" title=\"Asm. Bryan enjoying a profound moment during speech\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan enjoying a profound moment during speech"}\"><img s", "hiliteStart": 10, "hiliteLength": 495 }, { "type": "error", "lastLine": 418, "lastColumn": 441, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "error", "lastLine": 425, "lastColumn": 450, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2758.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Audience in attendance, listening on"}\" role=\"button\" title=\"Audience in attendance, listening on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Audience in attendance, listening on"}\"><img s", "hiliteStart": 10, "hiliteLength": 450 }, { "type": "error", "lastLine": 432, "lastColumn": 540, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\"><img s", "hiliteStart": 10, "hiliteLength": 540 }, { "type": "error", "lastLine": 439, "lastColumn": 540, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\"><img s", "hiliteStart": 10, "hiliteLength": 540 }, { "type": "error", "lastLine": 446, "lastColumn": 441, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "error", "lastLine": 453, "lastColumn": 441, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 441 }, { "type": "error", "lastLine": 460, "lastColumn": 576, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2789.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan shaking hands with Center for Climate Change Education staff member"}\" role=\"button\" title=\"Asm. Bryan shaking hands with Center for Climate Change Education staff member\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan shaking hands with Center for Climate Change Education staff member"}\"><img s", "hiliteStart": 10, "hiliteLength": 576 }, { "type": "error", "lastLine": 467, "lastColumn": 597, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2793.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Group photo of Asm. Bryan with Center for Climate Change Education staff and students"}\" role=\"button\" title=\"Group photo of Asm. Bryan with Center for Climate Change Education staff and students\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Group photo of Asm. Bryan with Center for Climate Change Education staff and students"}\"><img s", "hiliteStart": 10, "hiliteLength": 597 }, { "type": "error", "lastLine": 474, "lastColumn": 438, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2797.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan hugging guest speaker"}\" role=\"button\" title=\"Asm. Bryan hugging guest speaker\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan hugging guest speaker"}\"><img s", "hiliteStart": 10, "hiliteLength": 438 }, { "type": "error", "lastLine": 620, "lastColumn": 518, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20502%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Wide view of legislators and supporters on Capitol steps"}\" role=\"button\" title=\"Wide view of legislators and supporters on Capitol steps\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Wide view of legislators and supporters on Capitol steps"}\"><img s", "hiliteStart": 10, "hiliteLength": 518 }, { "type": "error", "lastLine": 627, "lastColumn": 533, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\"><img s", "hiliteStart": 10, "hiliteLength": 533 }, { "type": "error", "lastLine": 634, "lastColumn": 533, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\"><img s", "hiliteStart": 10, "hiliteLength": 533 }, { "type": "error", "lastLine": 641, "lastColumn": 533, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\"><img s", "hiliteStart": 10, "hiliteLength": 533 }, { "type": "error", "lastLine": 648, "lastColumn": 629, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Antoinette%20Ratcliffe-Initiate%20Justice_ACA%204%20Prison%20Voting%20Rights%20PC%20541%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking"}\" role=\"button\" title=\"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 629 }, { "type": "error", "lastLine": 655, "lastColumn": 579, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/David%20Cruz-IJ%20Action_ACA%204%20Prison%20Voting%20Rights%20PC%20549%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"David Cruz, Board Member, Initiate Justice Action, at podium, speaking"}\" role=\"button\" title=\"David Cruz, Board Member, Initiate Justice Action, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"David Cruz, Board Member, Initiate Justice Action, at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 579 }, { "type": "error", "lastLine": 662, "lastColumn": 615, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Sam%20Lewis-Anti-Recidivism%20Coalition_ACA%204%20Prison%20Voting%20Rights%20PC%20551%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking"}\" role=\"button\" title=\"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 615 }, { "type": "error", "lastLine": 669, "lastColumn": 577, "firstColumn": 1, "message": "The aria-controls attribute must point to an element in the same document.", "extract": "\n \n<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Thanh%20Tran-Ella%20Baker%20Ctr_ACA%204%20Prison%20Voting%20Rights%20PC%20548%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking"}\" role=\"button\" title=\"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking"}\"><img s", "hiliteStart": 10, "hiliteLength": 577 } ], "language": "en" }, "success": true }, "standardResult": { "totals": [ 36, 0, 70, 0 ], "instances": [ { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "line", "spec": "38" }, "excerpt": "e=\"alert\"><center> <p>Ne" }, { "ruleID": "The banner role is unnecessary for element header.", "what": "The banner role is unnecessary for element header.", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "dom", "type": "line", "spec": "48" }, "excerpt": "age\"> <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\"> " }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "line", "spec": "99" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "Duplicate ID block-bryan-theme-main-menu.", "what": "Duplicate ID block-bryan-theme-main-menu.", "ordinalSeverity": 2, "tagName": "UL", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "line", "spec": "105" }, "excerpt": " <ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\"> " }, { "ruleID": "The first occurrence of ID block-bryan-theme-main-menu was here.", "what": "The first occurrence of ID block-bryan-theme-main-menu was here.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "dom", "type": "line", "spec": "99" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "107" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<" }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "122" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri" }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "143" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Newsro" }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "line", "spec": "158" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resour" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "185" }, "excerpt": " <aside class=\"featured-top__inner section container clearfix\" role=\"complementary\"> " }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "content", "location": { "doc": "dom", "type": "line", "spec": "239" }, "excerpt": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\"> " }, { "ruleID": "Empty heading.", "what": "Empty heading.", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "line", "spec": "256" }, "excerpt": " <h1 class=\"title\"></h1> " }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "277" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230524-jewish-center-justice-state-capitol\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "324" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230501-grand-opening-california-center-climate-change-education-west-los-angeles-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "341" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "341" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "354" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230422-new-west-los-angeles-college-center-climate-change-education\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "486" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230419-california-constitutional-amendment-restore-voting-rights-californians-who\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "509" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230411-asm-bryan-introduces-legislation-return-direct-democracy-tool-referendums-people\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "526" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "526" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "539" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230328-assemblymember-bryan-holding-big-oil-accountable\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "556" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "556" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "569" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230209-bryan-introduces-constitutional-amendment-restore-voting-rights\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "586" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "586" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "599" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230208-justice-reform-press-conference\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "681" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230208-assemblymember-isaac-bryan-and-formerly-incarcerated-leaders-introduce\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "704" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230207-asm-isaac-bryan-and-ca-assembly-bring-eyvin-home\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "721" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "line", "spec": "721" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "777" }, "excerpt": " <aside class=\"section\" role=\"complementary\"> " }, { "ruleID": "Empty heading.", "what": "Empty heading.", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "line", "spec": "806" }, "excerpt": "\"> <h2></h2> " }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "line", "spec": "816" }, "excerpt": "ol-sm-4\"> <center><a hre" }, { "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": "816" }, "excerpt": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\"></a></" }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "line", "spec": "820" }, "excerpt": "ol-sm-4\"> <center><a hre" }, { "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": "820" }, "excerpt": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\"></a></" }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "dom", "type": "line", "spec": "824" }, "excerpt": "ol-sm-4\"> <center><a hre" }, { "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": "824" }, "excerpt": "noopener\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\"></" }, { "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": "4" }, "excerpt": "head> <meta charset=\"utf-8\" /> <nosc" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": "/noscript><link rel=\"canonical\" href=\"https://a55.asmdc.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": "7" }, "excerpt": ".org/\" /> <link rel=\"shortlink\" href=\"https://a55.asmdc.org/\" /> <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": "8" }, "excerpt": ".org/\" /> <meta name=\"description\" content=\"Official Website for Assemblymember Isaac Bryan, 55th District\" /> <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": "9" }, "excerpt": "trict\" /> <link rel=\"icon\" href=\"/sites/all/favicon/favicon.ico\" /> <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": "10" }, "excerpt": "n.ico\" /> <link rel=\"icon\" sizes=\"16x16\" href=\"/sites/all/favicon/favicon-16.png\" /> <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": "11" }, "excerpt": "6.png\" /> <link rel=\"icon\" sizes=\"32x32\" href=\"/sites/all/favicon/favicon-32.png\" /> <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": "12" }, "excerpt": "2.png\" /> <link rel=\"icon\" sizes=\"96x96\" href=\"/sites/all/favicon/favicon-96.png\" /> <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": "13" }, "excerpt": "6.png\" /> <link rel=\"icon\" sizes=\"192x192\" href=\"/sites/all/favicon/favicon-192.png\" /> <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": "14" }, "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" href=\"/sites/all/favicon/favicon-60.png\" /> <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": "15" }, "excerpt": "0.png\" /> <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"/sites/all/favicon/favicon-72.png\" /> <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": "16" }, "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/sites/all/favicon/favicon-76.png\" /> <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": "17" }, "excerpt": "6.png\" /> <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"/sites/all/favicon/favicon-114.png\" /> <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": "18" }, "excerpt": "4.png\" /> <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/sites/all/favicon/favicon-120.png\" /> <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": "19" }, "excerpt": "0.png\" /> <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"/sites/all/favicon/favicon-144.png\" /> <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": "20" }, "excerpt": "4.png\" /> <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/sites/all/favicon/favicon-152.png\" /> <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": "21" }, "excerpt": "2.png\" /> <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/sites/all/favicon/favicon-180.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": "22" }, "excerpt": "0.png\" /> <meta name=\"MobileOptimized\" content=\"width\" /> <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": "23" }, "excerpt": "width\" /> <meta name=\"HandheldFriendly\" content=\"true\" /> <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": "24" }, "excerpt": "\"true\" /> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=no\" /> <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": "25" }, "excerpt": "it=no\" /> <meta http-equiv=\"x-ua-compatible\" content=\"ie=edge\" /> <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": "29" }, "excerpt": "itle> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a55.asmdc.org/files/css/css_uEj7X9WVmWttnhvYZp22aHqBiFXAY9uWdyMFc_rwWf8.css\" /> <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": "30" }, "excerpt": "8.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a55.asmdc.org/files/css/css_CRxl2HbPg1gN89t6BxU0kZT9FtAkYED246ctClNVZ1c.css\" /> <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": "31" }, "excerpt": "c.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"//use.typekit.net/uqg3kql.css\" /> " }, { "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": "ql.css\" /> <link rel=\"stylesheet\" media=\"all\" href=\"/sites/a55.asmdc.org/files/css/css_5jm4jbWxhgJsO0b9ARP7Mu0BPXyBKS8VqJfqcPwfb5E.css\" /> " }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "source", "type": "line", "spec": "40" }, "excerpt": "e=\"alert\"><center> <p>Ne" }, { "ruleID": "The banner role is unnecessary for element header.", "what": "The banner role is unnecessary for element header.", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "source", "type": "line", "spec": "50" }, "excerpt": "age\"> <header id=\"header\" class=\"header\" role=\"banner\" aria-label=\"Site header\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "92" }, "excerpt": "e\"> <img src=\"/sites/a55.asmdc.org/files/caasm_seal.png\" alt=\"Home\" /> <" }, { "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": "94" }, "excerpt": "/span></a><br /> " }, { "ruleID": "The navigation role is unnecessary for element nav.", "what": "The navigation role is unnecessary for element nav.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "source", "type": "line", "spec": "101" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "Duplicate ID block-bryan-theme-main-menu.", "what": "Duplicate ID block-bryan-theme-main-menu.", "ordinalSeverity": 2, "tagName": "UL", "id": "block-bryan-theme-main-menu", "location": { "doc": "source", "type": "line", "spec": "107" }, "excerpt": " <ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\"> " }, { "ruleID": "The first occurrence of ID block-bryan-theme-main-menu was here.", "what": "The first occurrence of ID block-bryan-theme-main-menu was here.", "ordinalSeverity": 0, "tagName": "NAV", "id": "block-bryan-theme-main-menu", "location": { "doc": "source", "type": "line", "spec": "101" }, "excerpt": " <nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\"> " }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "109" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">About<" }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "124" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Distri" }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "145" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Newsro" }, { "ruleID": "Element span is missing one or more of the following attributes: role.", "what": "Element span is missing one or more of the following attributes: role.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "source", "type": "line", "spec": "160" }, "excerpt": " <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\">Resour" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "source", "type": "line", "spec": "187" }, "excerpt": " <aside class=\"featured-top__inner section container clearfix\" role=\"complementary\"> " }, { "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": "217" }, "excerpt": "></strong><br /> </p>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "220" }, "excerpt": "></strong><br /> </p>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "223" }, "excerpt": "></strong><br /> </p>" }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "content", "location": { "doc": "source", "type": "line", "spec": "241" }, "excerpt": " <main class=\"main-content col order-first\" id=\"content\" role=\"main\"> " }, { "ruleID": "Empty heading.", "what": "Empty heading.", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "source", "type": "line", "spec": "258" }, "excerpt": " <h1 class=\"title\"></h1> " }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "279" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230524-jewish-center-justice-state-capitol\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "298" }, "excerpt": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20group%20photo_Jewish%20Center%20for%20Justice%20509%2005-24-23.jpg?itok=Zb_CXcs9\" width=\"436\" height=\"246\" alt=\"Group photo with Asm. Bryan and center members\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "305" }, "excerpt": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20503%2005-24-23.jpg?itok=Vm_Ao3lG\" width=\"436\" height=\"246\" alt=\"Asm. Bryan speaking to guests\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "312" }, "excerpt": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20504%2005-24-23.jpg?itok=U-2PnfZK\" width=\"436\" height=\"246\" alt=\"Asm. Bryan speaking as guests listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "326" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230501-grand-opening-california-center-climate-change-education-west-los-angeles-college\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "343" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "343" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "356" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230422-new-west-los-angeles-college-center-climate-change-education\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "376" }, "excerpt": "t"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2719.jpg?itok=2q-2iYjq\" width=\"436\" height=\"246\" alt=\"A-frame sign announcing the event\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "383" }, "excerpt": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg?itok=yxLRbtrN\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "390" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg?itok=NVeh1lpv\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "397" }, "excerpt": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2740.jpg?itok=zXTQOR5x\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "404" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2743.jpg?itok=DRBfwE2Y\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "411" }, "excerpt": "h"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2751.jpg?itok=Lq3PSKkI\" width=\"436\" height=\"246\" alt=\"Asm. Bryan enjoying a profound moment during speech\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "418" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg?itok=CqSBq3xD\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "425" }, "excerpt": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2758.jpg?itok=V1d8MuPn\" width=\"436\" height=\"246\" alt=\"Audience in attendance, listening on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "432" }, "excerpt": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg?itok=u8kZRJUH\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "439" }, "excerpt": "n"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg?itok=PRvkpMrn\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "446" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg?itok=bd_CCjEA\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "453" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg?itok=9_22RR6o\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "460" }, "excerpt": "r"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2789.jpg?itok=__W0EoPl\" width=\"436\" height=\"246\" alt=\"Asm. Bryan shaking hands with Center for Climate Change Education staff member\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "467" }, "excerpt": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2793.jpg?itok=LVpAp9Eu\" width=\"436\" height=\"246\" alt=\"Group photo of Asm. Bryan with Center for Climate Change Education staff and students\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "474" }, "excerpt": "r"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2797.jpg?itok=NIGe320X\" width=\"436\" height=\"246\" alt=\"Asm. Bryan hugging guest speaker\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "488" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230419-california-constitutional-amendment-restore-voting-rights-californians-who\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "511" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230411-asm-bryan-introduces-legislation-return-direct-democracy-tool-referendums-people\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "528" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "528" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "541" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230328-assemblymember-bryan-holding-big-oil-accountable\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "558" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "558" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "571" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230209-bryan-introduces-constitutional-amendment-restore-voting-rights\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "588" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "588" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></ifra" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "601" }, "excerpt": "w\"> <article role=\"article\" about=\"/photo/20230208-justice-reform-press-conference\" class=\"node node--type-photos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "620" }, "excerpt": "s"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20502%2002-08-23.jpg?itok=jZlR1X2z\" width=\"436\" height=\"246\" alt=\"Wide view of legislators and supporters on Capitol steps\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "627" }, "excerpt": "d"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg?itok=g0Y6h4vA\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "634" }, "excerpt": "d"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg?itok=G7bBPYSG\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "641" }, "excerpt": "d"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg?itok=mmWD1WvW\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "648" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Antoinette%20Ratcliffe-Initiate%20Justice_ACA%204%20Prison%20Voting%20Rights%20PC%20541%2002-08-23.jpg?itok=7t4jN ... th=\"436\" height=\"246\" alt=\"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "655" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/David%20Cruz-IJ%20Action_ACA%204%20Prison%20Voting%20Rights%20PC%20549%2002-08-23.jpg?itok=uZExCsVG\" width=\"436\" height=\"246\" alt=\"David Cruz, Board Member, Initiate Justice Action, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "662" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Sam%20Lewis-Anti-Recidivism%20Coalition_ACA%204%20Prison%20Voting%20Rights%20PC%20551%2002-08-23.jpg?itok=CZ6LbmV ... width=\"436\" height=\"246\" alt=\"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "669" }, "excerpt": "g"}\"><img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Thanh%20Tran-Ella%20Baker%20Ctr_ACA%204%20Prison%20Voting%20Rights%20PC%20548%2002-08-23.jpg?itok=9ouOr6tL\" width=\"436\" height=\"246\" alt=\"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\" /> </a>" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "683" }, "excerpt": "w\"> <article role=\"article\" about=\"/press-releases/20230208-assemblymember-isaac-bryan-and-formerly-incarcerated-leaders-introduce\" class=\"node node--type-press-releases node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The article role is unnecessary for element article.", "what": "The article role is unnecessary for element article.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "706" }, "excerpt": "w\"> <article role=\"article\" about=\"/video/20230207-asm-isaac-bryan-and-ca-assembly-bring-eyvin-home\" class=\"node node--type-videos node--promoted node--view-mode-teaser clearfix\"> <he" }, { "ruleID": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "what": "The frameborder attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "723" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra" }, { "ruleID": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "what": "The allowtransparency attribute on the iframe element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "IFRAME", "id": "", "location": { "doc": "source", "type": "line", "spec": "723" }, "excerpt": "ld__item\"><iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></ifra" }, { "ruleID": "The complementary role is unnecessary for element aside.", "what": "The complementary role is unnecessary for element aside.", "ordinalSeverity": 0, "tagName": "ASIDE", "id": "", "location": { "doc": "source", "type": "line", "spec": "779" }, "excerpt": " <aside class=\"section\" role=\"complementary\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "edit-keys", "location": { "doc": "source", "type": "line", "spec": "794" }, "excerpt": " <input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "edit-submit", "location": { "doc": "source", "type": "line", "spec": "797" }, "excerpt": "-actions\"><input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\" /> </div" }, { "ruleID": "Empty heading.", "what": "Empty heading.", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "source", "type": "line", "spec": "808" }, "excerpt": "\"> <h2></h2> " }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "source", "type": "line", "spec": "818" }, "excerpt": "ol-sm-4\"> <center><a hre" }, { "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": "818" }, "excerpt": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "818" }, "excerpt": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\" /></a></" }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "source", "type": "line", "spec": "822" }, "excerpt": "ol-sm-4\"> <center><a hre" }, { "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": "822" }, "excerpt": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "822" }, "excerpt": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\" /></a></" }, { "ruleID": "The center element is obsolete. Use CSS instead.", "what": "The center element is obsolete. Use CSS instead.", "ordinalSeverity": 2, "tagName": "CENTER", "id": "", "location": { "doc": "source", "type": "line", "spec": "826" }, "excerpt": "ol-sm-4\"> <center><a hre" }, { "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": "826" }, "excerpt": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\" /></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "826" }, "excerpt": "=\"_blank\"><img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\" /></a></" }, { "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": "844" }, "excerpt": "e</strong><br /> State" }, { "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": "845" }, "excerpt": "te Capitol<br /> P.O. " }, { "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": "846" }, "excerpt": "Box 942849<br /> Sacra" }, { "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": "847" }, "excerpt": "94249-0055<br /> Tel: " }, { "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": "848" }, "excerpt": ") 319-2055<br /> Fax: " }, { "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": "851" }, "excerpt": ":</strong><br /> 5601 " }, { "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": "852" }, "excerpt": " Suite 200<br /> Culve" }, { "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": "853" }, "excerpt": ", CA 90230<br /> Tel: " }, { "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": "854" }, "excerpt": ") 641-5410<br /> Fax: " }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "298" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20group%20photo_Jewish%20Center%20for%20Justice%20509%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":&quo ... yan and center members\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Group photo with Asm. Bryan and center members"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "305" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20503%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":&q ... n\" title=\"Asm. Bryan speaking to guests\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking to guests"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "312" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20504%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":&q ... speaking as guests listen on\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking as guests listen on"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "376" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2719.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"A-frame sign a ... =\"A-frame sign announcing the event\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"A-frame sign announcing the event"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "383" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker ... on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "390" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker ... =\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "397" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2740.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at ... en on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, while fellow speakers listen on"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "404" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2743.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at ... title=\"Asm. Bryan at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "411" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2751.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan enj ... ent during speech\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan enjoying a profound moment during speech"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "418" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker ... =\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "425" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2758.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Audience in at ... ence in attendance, listening on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Audience in attendance, listening on"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "432" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker ... on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "439" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker ... on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "446" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker ... =\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "453" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker ... =\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "460" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2789.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan sha ... orbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan shaking hands with Center for Climate Change Education staff member"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "467" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2793.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Group photo of ... allery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Group photo of Asm. Bryan with Center for Climate Change Education staff and students"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "474" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2797.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan hug ... le=\"Asm. Bryan hugging guest speaker\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan hugging guest speaker"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "620" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20502%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Wide v ... apitol steps\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Wide view of legislators and supporters on Capitol steps"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "627" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. B ... kground\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "634" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. B ... kground\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "641" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. B ... kground\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "648" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Antoinette%20Ratcliffe-Initiate%20Justice_ACA%204%20Prison%20Voting%20Rights%20PC%20541%2002-08-23.jpg\" aria-controls=\"colorbox\" aria- ... ox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "655" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/David%20Cruz-IJ%20Action_ACA%204%20Prison%20Voting%20Rights%20PC%20549%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt ... data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"David Cruz, Board Member, Initiate Justice Action, at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "662" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Sam%20Lewis-Anti-Recidivism%20Coalition_ACA%204%20Prison%20Voting%20Rights%20PC%20551%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-la ... lorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking"}\"><img s" }, { "ruleID": "The aria-controls attribute must point to an element in the same document.", "what": "The aria-controls attribute must point to an element in the same document.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "669" }, "excerpt": " <a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Thanh%20Tran-Ella%20Baker%20Ctr_ACA%204%20Prison%20Voting%20Rights%20PC%20548%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{&q ... g\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox\" data-cbox-img-attrs=\"{"alt":"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking"}\"><img s" } ] }, "endTime": 1687101092752 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687101092752, "url": "https://a55.asmdc.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 15:11:34", "hash": "e77e24563e831dea8a5900e4f05b028ec5793ed6806bcde4a1063d238fef225d60e05eec0692dc32e87a92df200d0620461d2e7d63425da9605674f1c6df599a", "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": 33, "warning": 15, "failed": 12, "inapplicable": 65 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 14, "warning": 8, "failed": 4, "inapplicable": 41 }, "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": 5, "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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": 5, "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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": 5, "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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><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\" dir=\"ltr\" prefix=\"content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# \" class=\" js\" style=\"font-size: 1rem;\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R12": { "name": "Link has accessible name", "code": "QW-ACT-R12", "mapping": "c487ae", "description": "This rule checks that each link has an accessible name.", "metadata": { "target": { "element": [ "a[href]", "area[href]" ], "attributes": [ "role='link'" ] }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [ "G91" ], "url": "https://act-rules.github.io/rules/c487ae", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 52, "warning": 0, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name, or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > center:nth-child(1) > a:nth-child(1)", "accessibleName": "" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 45, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<nav role=\"navigation\" aria-labelledby=\"block-bryan-theme-main-menu-menu\" id=\"block-bryan-theme-main-menu\" class=\"block block-menu navigation menu--main\">\n \n Main navigation\n \n\n \n \n \n About\n \n \n Biography\n \n \n Committees\n \n \n Staff Directory\n \n \n \n \n \n District\n \n \n Distri …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1)" }, { "htmlCode": "<ul id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n \n About\n \n \n Biography\n \n \n Committees\n \n \n Staff Directory\n \n \n \n \n \n District\n \n \n District Map\n \n \n Newsletter\n \n \n …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2)" } ], "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": 96, "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=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body: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=\"/form/edd--form\">EDD Assistance Request Form</a>", "pointer": "html > body:nth-child(2) > div:nth-child(3) > center: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://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(3) > center:nth-child(1) > p:nth-child(2) > strong: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 class=\"ca-gov-icon-home\" href=\"/\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > 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 class=\"ca-gov-icon-facebook\" href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\">Facebook</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ca-gov-icon-email\" href=\"/contact\">Email</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contact\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" class=\"btn btn-xs btn-primary\" data-target=\"#siteSettings\" data-toggle=\"collapse\">Settings</button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary disableHighContrastMode\" type=\"button\">Default</button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary enableHighContrastMode\" type=\"button\">High Contrast</button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary resetTextSize\" type=\"button\">Reset</button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary increaseTextSize\" type=\"button\">Increase Font SizeFont Increase</button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"btn btn-secondary decreaseTextSize\" type=\"button\">Decrease Font SizeFont Decrease</button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > button:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button aria-controls=\"siteSettings\" aria-expanded=\"false\" aria-label=\"Close\" class=\"close\" data-target=\"#siteSettings\" data-toggle=\"collapse\" type=\"button\">×</button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > button:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav: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 class=\"logo-hold pull-left top-left\" href=\"/\" title=\"Home\" rel=\"home\">ISAAC BRYAN</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<button class=\"navbar-toggler navbar-toggler-right\" type=\"button\" data-toggle=\"collapse\" data-target=\"#CollapsingNavbar\" aria-controls=\"CollapsingNavbar\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"></button>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > button:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/biography\" data-drupal-link-system-path=\"node/5\">Biography</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/committees\" data-drupal-link-system-path=\"node/10\">Committees</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/staff-directory\" data-drupal-link-system-path=\"node/24\">Staff Directory</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/district-map\" data-drupal-link-system-path=\"node/3\">District Map</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/community-connections-newsletter\" data-drupal-link-system-path=\"node/42\">Newsletter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/events\" data-drupal-link-system-path=\"events\">Upcoming Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/events/past\" data-drupal-link-system-path=\"events/past\">Past Events</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/there-ought-be-law-2022-submission-form-55th-assembly-district\" data-drupal-link-system-path=\"node/25\">There Ought to Be a Law</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\">Press Releases</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/videos\" data-drupal-link-system-path=\"videos\">Video Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/photo\" data-drupal-link-system-path=\"photo\">Photo Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/job-opportunities\" data-drupal-link-system-path=\"node/12\">Job Opportunities</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/california-real-id\" data-drupal-link-system-path=\"node/87\">California REAL ID</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/district-resources\" data-drupal-link-system-path=\"node/53\">District Resources</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"btn btn-primary\" href=\"/contact\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p: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 class=\"btn btn-primary\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Subscribe to Newsletter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"btn btn-primary\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">Scheduling Requests</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"btn btn-primary\" href=\"/certificate-request-form\">Certificate Requests</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"ckbtn\" href=\"/contact\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > strong: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 class=\"ckbtn\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Subscribe to Newsletter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3) > strong: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 class=\"ckbtn\" href=\"https://scheduling.assembly.ca.gov/a55\" target=\"_blank\">Scheduling Requests</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4) > strong: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 class=\"ckbtn\" href=\"https://a55.asmdc.org/certificate-request-form\">Certificate Requests</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > strong: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=\"/photo/20230524-jewish-center-justice-state-capitol\" rel=\"bookmark\">Jewish Center for Justice at the State Capitol\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header:nth-child(1) > h2: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20group%20photo_Jewish%20Center%20for%20Justice%20509%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Group photo with Asm. Bryan and center members"}\" role=\"button\" title=\"Group photo with Asm. Bryan and center members\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Group photo with Asm. Bryan and center members"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20503%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan speaking to guests"}\" role=\"button\" title=\"Asm. Bryan speaking to guests\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking to guests"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20504%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan speaking as guests listen on"}\" role=\"button\" title=\"Asm. Bryan speaking as guests listen on\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking as guests listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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=\"/video/20230501-grand-opening-california-center-climate-change-education-west-los-angeles-college\" rel=\"bookmark\">Grand Opening: The California Center for Climate Change Education at West Los Angeles College\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DcBY_thJ5SSQ&max_width=0&max_height=0&hash=ds7oxAUyTxUO5mGkJQjA4qNP8AA60Db7YfajoBQnPUc\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Grand Opening: The Center for Climate Change Education at West Los Angeles College\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/photo/20230422-new-west-los-angeles-college-center-climate-change-education\" rel=\"bookmark\">New West Los Angeles College Center for Climate Change Education\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header:nth-child(1) > h2: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2719.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"A-frame sign announcing the event"}\" role=\"button\" title=\"A-frame sign announcing the event\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"A-frame sign announcing the event"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n+12</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2740.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2743.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2751.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan enjoying a profound moment during speech"}\" role=\"button\" title=\"Asm. Bryan enjoying a profound moment during speech\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan enjoying a profound moment during speech"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2758.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Audience in attendance, listening on"}\" role=\"button\" title=\"Audience in attendance, listening on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Audience in attendance, listening on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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 href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(9) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(10) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(11) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(12) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2789.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan shaking hands with Center for Climate Change Education staff member"}\" role=\"button\" title=\"Asm. Bryan shaking hands with Center for Climate Change Education staff member\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan shaking hands with Center for Climate Change Education staff member"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(13) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2793.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Group photo of Asm. Bryan with Center for Climate Change Education staff and students"}\" role=\"button\" title=\"Group photo of Asm. Bryan with Center for Climate Change Education staff and students\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Group photo of Asm. Bryan with Center for Climate Change Education staff and students"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(14) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2797.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan hugging guest speaker"}\" role=\"button\" title=\"Asm. Bryan hugging guest speaker\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan hugging guest speaker"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(15) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/press-releases/20230419-california-constitutional-amendment-restore-voting-rights-californians-who\" rel=\"bookmark\">California Constitutional Amendment to Restore Voting Rights to Californians Who Are Incarcerated Passes Assembly Committee on Elections\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > article:nth-child(1) > header:nth-child(1) > h2: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=\"/video/20230411-asm-bryan-introduces-legislation-return-direct-democracy-tool-referendums-people\" rel=\"bookmark\">Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DRJ8Op96UeYE&max_width=0&max_height=0&hash=9NjojTZS6g8dvfFz3NoDkkhlSqUL3Ew11hufMftD5Vs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm. Bryan Introduces Legislation to Return Direct Democracy Tool, Referendums, to the People\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/video/20230328-assemblymember-bryan-holding-big-oil-accountable\" rel=\"bookmark\">Assemblymember Bryan: Holding Big Oil Accountable\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DiOunlbyJxLU&max_width=0&max_height=0&hash=hq9pF7ULag7dfwlYxFClawj5vyZ0KwiqhP4OxlkSEGs\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Assemblymember Bryan: Holding Big Oil Accountable\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/video/20230209-bryan-introduces-constitutional-amendment-restore-voting-rights\" rel=\"bookmark\">Bryan Introduces Constitutional Amendment to Restore Voting Rights\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3DbjGgc3BtD7g&max_width=0&max_height=0&hash=SzmlQ2Y4KjKVG5B_NYcQ_7k2yRK0nDTSS37uCKLik-A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Bryan Introduces Constitutional Amendment to Restore Voting Rights\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(7) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/photo/20230208-justice-reform-press-conference\" rel=\"bookmark\">Justice Reform Press Conference\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > header:nth-child(1) > h2: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20502%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Wide view of legislators and supporters on Capitol steps"}\" role=\"button\" title=\"Wide view of legislators and supporters on Capitol steps\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Wide view of legislators and supporters on Capitol steps"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n+5</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Antoinette%20Ratcliffe-Initiate%20Justice_ACA%204%20Prison%20Voting%20Rights%20PC%20541%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking"}\" role=\"button\" title=\"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/David%20Cruz-IJ%20Action_ACA%204%20Prison%20Voting%20Rights%20PC%20549%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"David Cruz, Board Member, Initiate Justice Action, at podium, speaking"}\" role=\"button\" title=\"David Cruz, Board Member, Initiate Justice Action, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"David Cruz, Board Member, Initiate Justice Action, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Sam%20Lewis-Anti-Recidivism%20Coalition_ACA%204%20Prison%20Voting%20Rights%20PC%20551%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking"}\" role=\"button\" title=\"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Thanh%20Tran-Ella%20Baker%20Ctr_ACA%204%20Prison%20Voting%20Rights%20PC%20548%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking"}\" role=\"button\" title=\"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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 href=\"/press-releases/20230208-assemblymember-isaac-bryan-and-formerly-incarcerated-leaders-introduce\" rel=\"bookmark\">Assemblymember Isaac Bryan and Formerly Incarcerated Leaders Introduce Constitutional Amendment to Restore Voting Rights\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(9) > article:nth-child(1) > header:nth-child(1) > h2: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=\"/video/20230207-asm-isaac-bryan-and-ca-assembly-bring-eyvin-home\" rel=\"bookmark\">Asm Isaac Bryan and CA Assembly: \"Bring Eyvin Home\"\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(10) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe src=\"/media/oembed?url=https%3A//www.youtube.com/watch%3Fv%3Do9aJW_NgEPY&max_width=0&max_height=0&hash=4rNaRWxCf2-O0DpFXLL1HQmCPK0XH41qtPCsFkKj22A\" frameborder=\"0\" allowtransparency=\"\" width=\"200\" height=\"113\" class=\"media-oembed-content\" title=\"Asm Isaac Bryan and CA Assembly: "Bring Eyvin Home"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(10) > article:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\">\n Next ›\n Next page\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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=\"?page=4\" title=\"Go to last page\" class=\"page-link\">\n Last »\n Last page\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > 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": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<input data-drupal-selector=\"edit-submit\" type=\"submit\" id=\"edit-submit\" value=\"Search\" class=\"button js-form-submit form-submit btn btn-primary form-control\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(2) > input: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/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center: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://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center: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.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > center: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 class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Email Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > 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 class=\"btn btn-primary btn-block\" href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/NewsletterPopup.php?district=AD55\" target=\"_blank\">Receive My Newsletter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p: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=\"http://www.legislature.ca.gov/footer/use_privacy_policy.html\" target=\"_blank\">Privacy and Conditions of Use</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > 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=\"http://assembly.ca.gov/accessibility\" target=\"_blank\">Accessibility</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://asmdc.org/general-disclaimer\">General Disclaimer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > footer:nth-child(4) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) > a:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R9": { "name": "Links with identical accessible names have equivalent purpose", "code": "QW-ACT-R9", "mapping": "b20e66", "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/b20e66", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 3, "warning": 5, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/contact\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(1)", "accessibleName": "Contact Me" }, { "htmlCode": "<a class=\"btn btn-primary\" href=\"/contact\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)", "accessibleName": "Contact Me" }, { "htmlCode": "<a class=\"ckbtn\" href=\"/contact\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > strong:nth-child(1) > a:nth-child(1)", "accessibleName": "Contact Me" }, { "htmlCode": "<a href=\"https://lcmspubcontact.lc.ca.gov/PublicLCMS/ContactPopup.php?district=AD55\" target=\"_blank\">Contact Me</a>", "pointer": "html > body:nth-child(2) > div:nth-child(3) > center:nth-child(1) > p:nth-child(2) > strong:nth-child(1) > a:nth-child(1)", "accessibleName": "Contact Me" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"ckbtn\" href=\"https://a55.asmdc.org/certificate-request-form\">Certificate Requests</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > strong:nth-child(1) > a:nth-child(1)", "accessibleName": "Certificate Requests" }, { "htmlCode": "<a class=\"btn btn-primary\" href=\"/certificate-request-form\">Certificate Requests</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(5) > a:nth-child(1)", "accessibleName": "Certificate Requests" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(9) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Guest speaker at podium, speaking, while fellow speakers listen on\"}" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(10) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Guest speaker at podium, speaking, while fellow speakers listen on\"}" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Guest speaker at podium, speaking, while fellow speakers listen on\"}" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(7) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Guest speaker at podium, speaking\"}" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(11) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Guest speaker at podium, speaking\"}" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(12) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Guest speaker at podium, speaking\"}" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n+12</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Guest speaker at podium, speaking\"}" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n+5</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Asm. Bryan at podium, speaking, with supporters in background\"}" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(4) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Asm. Bryan at podium, speaking, with supporters in background\"}" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)", "accessibleName": "{\"alt\":\"Asm. Bryan at podium, speaking, with supporters in background\"}" } ], "attributes": [] } ] }, "QW-ACT-R44": { "name": "Links with identical accessible names and context serve equivalent purpose", "code": "QW-ACT-R44", "mapping": "fd3a94", "description": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/fd3a94", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 1, "warning": 3, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(9) > a:nth-child(1)" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(10) > a:nth-child(1)" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(7) > a:nth-child(1)" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(11) > a:nth-child(1)" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(12) > a:nth-child(1)" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n+12</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n+5</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1)" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(4) > a:nth-child(1)" }, { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input title=\"Enter the terms you wish to search for.\" data-drupal-selector=\"edit-keys\" type=\"search\" id=\"edit-keys\" name=\"keys\" value=\"\" size=\"15\" maxlength=\"128\" class=\"form-search form-control\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) > input:nth-child(2)" } ], "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": 1, "warning": 0, "failed": 3, "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 class=\"img img-responsive\" src=\"/sites/all/files/images/f_logo_RGB-Hex-Blue_299.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/tw-logo-Blue_299.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<img class=\"img img-responsive\" src=\"/sites/all/files/images/Instagram-299-blue.png\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > center:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R35": { "name": "Heading has accessible name", "code": "QW-ACT-R35", "mapping": "ffd0e9", "description": "This rule applies to any HTML element with the semantic role of heading that is included in the accessibility tree.", "metadata": { "target": { "element": [ "h1-h6", "*[role='heading']" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html", "url_tr": "https://www.w3.org/TR/WCAG21/#info-and-relationships" } ], "related": [ "H42" ], "url": "https://act-rules.github.io/rules/ffd0e9", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 16, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target accessible name doesn't exist or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"title\"></h1>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h1:nth-child(1)", "accessibleName": "" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<h2></h2>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > h2:nth-child(1)", "accessibleName": "" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 8, "warning": 5, "failed": 2, "inapplicable": 19 }, "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": 6, "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=\"layout-one-sidebar layout-sidebar-first has-featured-top page-view-frontpage path-frontpage\">\n \n Skip to main content\n \n <iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-5Q4KV2K\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe>\nNeed assistance with an Unemployment Insurance or Disability claim? Complete our EDD Assistance Request Form.\n\nFor all other types of assistance, please use the Contact Me form.\n\n\n \n \n\n \n \n \n\n \n \n \n \n \n \n Home\n Facebook\n Email\n \n\n \n\n Contact Me\n …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body></body>", "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 a <main> element." }, "results": [ { "verdict": "warning", "description": "The first focusable control is a visible link to a <main> element.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#main-content\" class=\"visually-hidden-focusable skip-link\">\n Skip to main content\n </a>", "pointer": "html > body:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T10": { "name": "Combining adjacent image and text links for the same resource", "code": "QW-WCAG-T10", "mapping": "H2", "description": "The objective of this technique is to provide both text and iconic representations of links without making the web page more confusing or difficult for keyboard users or assistive technology users. Since different users finding text and icons more usable, providing both can improve the accessibility of the link.", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/text-equiv-all.html" }, { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" } ], "related": [ "G91", "G94", "H30", "C9", "F89" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H2", "passed": 0, "warning": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified." }, "results": [ { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n+12</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "The link contains an image that has an alt attribute that should be manually verified.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n+5</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > 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": 30, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "The element's title attribute is empty." }, "results": [ { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"logo navbar-btn pull-left\" href=\"/\" title=\"Home\" rel=\"home\">\n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div: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 class=\"logo-hold pull-left top-left\" href=\"/\" title=\"Home\" rel=\"home\">ISAAC BRYAN</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20group%20photo_Jewish%20Center%20for%20Justice%20509%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Group photo with Asm. Bryan and center members"}\" role=\"button\" title=\"Group photo with Asm. Bryan and center members\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Group photo with Asm. Bryan and center members"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20503%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan speaking to guests"}\" role=\"button\" title=\"Asm. Bryan speaking to guests\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking to guests"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20504%2005-24-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan speaking as guests listen on"}\" role=\"button\" title=\"Asm. Bryan speaking as guests listen on\" data-colorbox-gallery=\"gallery-photos-94-2bKfzdjpTQ0\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan speaking as guests listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2719.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"A-frame sign announcing the event"}\" role=\"button\" title=\"A-frame sign announcing the event\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"A-frame sign announcing the event"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n+12</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2740.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(4) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2743.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(5) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2751.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan enjoying a profound moment during speech"}\" role=\"button\" title=\"Asm. Bryan enjoying a profound moment during speech\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan enjoying a profound moment during speech"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(6) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2754.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(7) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2758.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Audience in attendance, listening on"}\" role=\"button\" title=\"Audience in attendance, listening on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Audience in attendance, listening on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(8) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2764.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(9) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2769.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\" role=\"button\" title=\"Guest speaker at podium, speaking, while fellow speakers listen on\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking, while fellow speakers listen on"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(10) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2780.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(11) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2783.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Guest speaker at podium, speaking"}\" role=\"button\" title=\"Guest speaker at podium, speaking\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Guest speaker at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(12) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2789.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan shaking hands with Center for Climate Change Education staff member"}\" role=\"button\" title=\"Asm. Bryan shaking hands with Center for Climate Change Education staff member\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan shaking hands with Center for Climate Change Education staff member"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(13) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2793.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Group photo of Asm. Bryan with Center for Climate Change Education staff and students"}\" role=\"button\" title=\"Group photo of Asm. Bryan with Center for Climate Change Education staff and students\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Group photo of Asm. Bryan with Center for Climate Change Education staff and students"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(14) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2797.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan hugging guest speaker"}\" role=\"button\" title=\"Asm. Bryan hugging guest speaker\" data-colorbox-gallery=\"gallery-photos-89-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan hugging guest speaker"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(15) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20502%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Wide view of legislators and supporters on Capitol steps"}\" role=\"button\" title=\"Wide view of legislators and supporters on Capitol steps\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Wide view of legislators and supporters on Capitol steps"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n+5</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div: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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20515%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\" role=\"button\" title=\"Asm. Bryan at podium, speaking, with supporters in background\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Asm. Bryan at podium, speaking, with supporters in background"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(4) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Antoinette%20Ratcliffe-Initiate%20Justice_ACA%204%20Prison%20Voting%20Rights%20PC%20541%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking"}\" role=\"button\" title=\"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Antoinette Ratcliffe, Executive Director of Initiate Justice, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(5) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/David%20Cruz-IJ%20Action_ACA%204%20Prison%20Voting%20Rights%20PC%20549%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"David Cruz, Board Member, Initiate Justice Action, at podium, speaking"}\" role=\"button\" title=\"David Cruz, Board Member, Initiate Justice Action, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"David Cruz, Board Member, Initiate Justice Action, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(6) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Sam%20Lewis-Anti-Recidivism%20Coalition_ACA%204%20Prison%20Voting%20Rights%20PC%20551%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking"}\" role=\"button\" title=\"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Sam Lewis, Executive Director, Anti Recidivism Coalition, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(7) > 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://a55.asmdc.org/sites/a55.asmdc.org/files/2023-02/Thanh%20Tran-Ella%20Baker%20Ctr_ACA%204%20Prison%20Voting%20Rights%20PC%20548%2002-08-23.jpg\" aria-controls=\"colorbox\" aria-label=\"{"alt":"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking"}\" role=\"button\" title=\"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking\" data-colorbox-gallery=\"gallery-photos-76-_lVE-MRglSo\" class=\"colorbox cboxElement\" data-cbox-img-attrs=\"{"alt":"Thanh Tran, Ella Baker Center for Human Rights, at podium, speaking"}\">\n\n</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"?page=1\" title=\"\" class=\"page-link\">2</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"?page=2\" title=\"\" class=\"page-link\">3</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"?page=3\" title=\"\" class=\"page-link\">4</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The element's title attribute is empty.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"?page=4\" title=\"\" class=\"page-link\">5</a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"?page=1\" title=\"Go to next page\" rel=\"next\" class=\"page-link\">\n Next ›\n Next page\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(6) > 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=\"?page=4\" title=\"Go to last page\" class=\"page-link\">\n Last »\n Last page\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T21": { "name": "Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link", "code": "QW-WCAG-T21", "mapping": "F89", "description": "This technique checks the text alternative of images which are the only content of a link", "metadata": { "target": { "parent": "a", "element": "img" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-refs.html" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-link.html" }, { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value" } ], "related": [ "H2", "H30", "ARIA7", "ARIA8" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F89", "passed": 8, "warning": 0, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "The image doesn't have an accessible name." }, "results": [ { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/IsaacGBryanOfficial\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The image doesn't have an accessible name.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://www.instagram.com/isaacgbryan\" target=\"_blank\" rel=\"noopener\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > center:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 6, "failed": 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 id=\"block-bryan-theme-main-menu\" class=\"clearfix nav navbar-nav\">\n <li class=\"nav-item menu-item--expanded dropdown\">\n <span class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" aria-expanded=\"false\" aria-haspopup=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > span:nth-child(1)\">About</span>\n <ul class=\"dropdown-menu\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/biography\" data-drupal-link-system-path=\"node/5\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Biography</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/committees\" data-drupal-link-system-path=\"node/10\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth- …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/district-map\" data-drupal-link-system-path=\"node/3\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">District Map</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/community-connections-newsletter\" data-drupal-link-system-path=\"node/42\" _selector=\"html > body:nth-child(2) > …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/press-releases\" data-drupal-link-system-path=\"press-releases\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Press Releases</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/videos\" data-drupal-link-system-path=\"videos\" _selector=\"html > body:nth-child(2) > div:nth-child( …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"dropdown-menu\">\n <li class=\"dropdown-item\">\n <a href=\"/job-opportunities\" data-drupal-link-system-path=\"node/12\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">Job Opportunities</a>\n </li>\n <li class=\"dropdown-item\">\n <a href=\"/california-real-id\" data-drupal-link-system-path=\"node/87\" _selector=\"html > body:nth-child(2) > di …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > ul:nth-child(2) > li:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"pagination js-pager__items\">\n <li class=\"page-item active\">\n <span class=\"page-link\" _selector=\"html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > span:nth-child(1)\">1</span>\n </li>\n <li class=\"page-item \">\n <a href=\"?page=1\" title=\"\" class=\"page-link\" _selector=\"html > body:nth-child(2) > div:nth …", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 10, "failed": 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 src=\"/sites/a55.asmdc.org/files/caasm_seal.png\" alt=\"Home\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20group%20photo_Jewish%20Center%20for%20Justice%20509%2005-24-23.jpg?itok=Zb_CXcs9\" width=\"436\" height=\"246\" alt=\"Group photo with Asm. Bryan and center members\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20503%2005-24-23.jpg?itok=Vm_Ao3lG\" width=\"436\" height=\"246\" alt=\"Asm. Bryan speaking to guests\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-05/Bryan%20student%20Q%26A_Jewish%20Center%20for%20Justice%20504%2005-24-23.jpg?itok=U-2PnfZK\" width=\"436\" height=\"246\" alt=\"Asm. Bryan speaking as guests listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2719.jpg?itok=2q-2iYjq\" width=\"436\" height=\"246\" alt=\"A-frame sign announcing the event\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2725.jpg?itok=yxLRbtrN\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking, while fellow speakers listen on\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-04/Bryan_Climate%20Center%20West%20LA_04-22-2023_IMG_2729.jpg?itok=NVeh1lpv\" width=\"436\" height=\"246\" alt=\"Guest speaker at podium, speaking\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20502%2002-08-23.jpg?itok=jZlR1X2z\" width=\"436\" height=\"246\" alt=\"Wide view of legislators and supporters on Capitol steps\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20503%2002-08-23.jpg?itok=g0Y6h4vA\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"/sites/a55.asmdc.org/files/styles/thumbnail_436x246/public/2023-02/Bryan_ACA%204%20Prison%20Voting%20Rights%20PC%20511%2002-08-23.jpg?itok=G7bBPYSG\" width=\"436\" height=\"246\" alt=\"Asm. Bryan at podium, speaking, with supporters in background\" loading=\"lazy\" typeof=\"foaf:Image\" class=\"img-fluid image-style-thumbnail-436x246\">", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(8) > article:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(3) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 11, "warning": 2, "failed": 6, "inapplicable": 5 }, "assertions": { "QW-BP10": { "name": "HTML elements are used to control visual presentation of content", "code": "QW-BP10", "description": "No HTML elements are used to control the visual presentation of content", "metadata": { "target": { "element": [ "b", "blink", "blockquote", "basefont", "center", "cite", "em", "font", "i", "link", "mark", "strong", "s", "strike", "u", "vlink" ] }, "passed": 0, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "The webpage uses the element center to control the visual content presentation." }, "results": [ { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center>\nNeed assistance with an Unemployment Insurance or Disability claim? Complete our EDD Assistance Request Form.\n\nFor all other types of assistance, please use the Contact Me form.\n</center>", "pointer": "html > body:nth-child(2) > div:nth-child(3) > center:nth-child(1)" } ], "attributes": [ "center" ] }, { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center></center>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > center:nth-child(1)" } ], "attributes": [ "center" ] }, { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center></center>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > center:nth-child(1)" } ], "attributes": [ "center" ] }, { "verdict": "failed", "description": "The webpage uses the element center to control the visual content presentation.", "resultCode": "F1", "elements": [ { "htmlCode": "<center></center>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > center:nth-child(1)" } ], "attributes": [ "center" ] } ] }, "QW-BP11": { "name": "Using br to make a list", "code": "QW-BP11", "description": "Using 3 consecutive br elements", "metadata": { "target": { "element": "br" }, "passed": 4, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "`br` elements are being be used as a list." }, "results": [ { "verdict": "failed", "description": "`br` elements are being be used as a list.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>Capitol Office\nState Capitol\nP.O. Box 942849\nSacramento, CA 94249-0055\nTel: (916) 319-2055\nFax: (916) 319-2155</p>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "`br` elements are being be used as a list.", "resultCode": "F1", "elements": [ { "htmlCode": "<p>District Office:\n5601 W. Slauson Ave., Suite 200\nCulver City, CA 90230\nTel: (310) 641-5410\nFax: (310) 641-5415</p>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(4)" } ], "attributes": [] } ] }, "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": 18, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"visually-hidden\" id=\"block-bryan-theme-main-menu-menu\">Main navigation</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > div:nth-child(1) > div:nth-child(3) > nav:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3>Welcome. Thank you for taking the time to visit the 55th District website.</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div:nth-child(1) > 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 style=\"text-align: center; margin-bottom: 24px;\">Welcome. Thank you for taking the time to visit the 55th District website.</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > aside:nth-child(1) > section:nth-child(1) > div: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": "<h1 class=\"js-quickedit-page-title title\">Latest News</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"title\"></h1>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(3) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"node__title\">\n Jewish Center for Justice at the State Capitol\n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"node__title\">\n Grand Opening: The California Center for Climate Change Education at West Los Angeles College\n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"node__title\">\n New West Los Angeles College Center for Climate Change Education\n\n </h2>", "pointer": "html > body:nth-child(2) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > main:nth-child(1) > section:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > article:nth-child(1) > header:nth-child(1) > h2:nth-child(1)" } ],