Accessibility digest
Page | Candidate Al Muratsuchi (D) |
---|---|
URL | https://www.al4assembly.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 986 |
Tested by | Testaro, procedure ts27 |
Scored by | Testilo, procedure tsp27 |
Digested by | Testilo, procedure tdp27 |
Introduction
This is a digest of results from a battery of web accessibility tests.
Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Candidate Al Muratsuchi (D) at https://www.al4assembly.com/ to check its compliance with various rules. There were a total of about 1350 rules, classified into about 250 accessibility issues.
The results were interpreted to yield an aggregate score of 986, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 986 | Sum of the component scores |
issue | 878 | Severity and number of reported defects |
tool | 94 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 14 | 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 |
---|---|
textContrastAA | 152 |
focusIndication | 88 |
linkIndication | 82 |
attributeBad | 64 |
parentBad | 56 |
noHeading | 51 |
imageNoSource | 40 |
slashParseRisk | 35 |
linkForcesNewWindow | 27 |
linkNoText | 24 |
targetSize | 18 |
leadingInsufficient | 16 |
headingOfNothing | 16 |
contrastAAA | 15 |
figureNoText | 12 |
metaBad | 12 |
leadingClipsText | 12 |
zIndexNotZero | 12 |
hiddenContentRisk | 11 |
typeRedundant | 10 |
fontSmall | 9 |
svgImageNoText | 8 |
contrastRisk | 8 |
linkWindowSurpriseRisk | 7 |
textAlternativeRisk | 6 |
obsolete | 6 |
skipRepeatedContent | 6 |
boxSizeAbsolute | 6 |
linkVague | 6 |
hoverSurprise | 6 |
repeatedContentRisk | 5 |
cssBansRotate | 4 |
pseudoNavList | 4 |
headingStructure | 4 |
inconsistentStyles | 4 |
noScriptRisk | 4 |
imageTextBad | 3 |
h1Missing | 3 |
landmarkConfusion | 3 |
focusableOperable | 3 |
contentBeyondLandmarks | 2 |
scrollRisk | 2 |
roleRedundant | 2 |
articleHeadingless | 2 |
duplicateAttribute | 2 |
mainNone | 2 |
tabFocusability | 2 |
tabIndexPositive | 1 |
decorativeImageRisk | 1 |
pseudoHeadingRisk | 1 |
sectionHeadingless | 1 |
visibleBulk | 1 |
linkComprehensionRisk | 1 |
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 textContrastAA
WCAG: 1.4.3
Score: 152
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 38
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 1
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 14
Complaint specifics
- Very low contrast
Issue focusIndication
WCAG: 2.4.7
Score: 88
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 22
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Issue linkIndication
WCAG: 1.3.3
Score: 82
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 41
Complaint specifics
- Link is inline but has no underline
Issue attributeBad
WCAG: 1.3.1
Score: 64
Complaints by nuVal
Rule ^Attribute .+ not allowed here.*$
^Attribute .+ not allowed here.*$
Description: Attribute not allowed here
Count of instances: 4
Complaint specifics
- Attribute xmlns:og not allowed here.
- Attribute xmlns:fb not allowed here.
Rule ^Attribute .+ is not serializable as XML 1\.0.*$
Description: Attribute is invalidly nonserializable
Count of instances: 4
Complaint specifics
- Attribute with the local name xmlns:og is not serializable as XML 1.0.
- Attribute with the local name xmlns:fb is not serializable as XML 1.0.
Rule The itemprop attribute was specified, but the element is not a property of any item.
Description: itemprop attribute is on an element that is not a property of an item
Count of instances: 8
Complaint specifics
- The itemprop attribute was specified, but the element is not a property of any item.
Issue parentBad
WCAG: 1.3.1
Score: 56
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 14
Complaint specifics
- Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)
- Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
- Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)
Issue noHeading
WCAG: 1.3.1
Score: 51
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 17
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue imageNoSource
WCAG: 1.3.1
Score: 40
Complaints by nuVal
Rule Element img is missing required attribute src.
Element img is missing required attribute src.
Description: img element has no src attribute
Count of instances: 10
Complaint specifics
- Element img is missing required attribute src.
Issue slashParseRisk
WCAG: 4.1
Score: 35
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: 35
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 27
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 9
Complaint specifics
- This link opens in a new window without user control.
Issue linkNoText
WCAG: 2.4.4
Score: 24
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 6
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 2
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: 2
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.NoContent
AAA.4_1_2.H91.A.NoContent
Description: Link has an href attribute but no text
Count of instances: 4
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
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: 2
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: 2
Complaint specifics
- This rule checks that each link has an accessible name.
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 6
Complaint specifics
- This link has no text inside it.
Issue targetSize
WCAG: 2.5.5
Score: 18
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 6
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue leadingInsufficient
WCAG: 1.4.8
Score: 16
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 8
Complaint specifics
- Paragraphs of text have sufficient line height
Issue headingOfNothing
WCAG: 1.3.1
Score: 16
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 8
Complaint specifics
- Headings of same level have text content between them
Issue contrastAAA
WCAG: 1.4.6
Score: 15
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 5
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 1:1. Recommendation: change text colour to #595959.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 15
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue figureNoText
WCAG: 1.1.1
Score: 12
Complaints by ibm
Rule figure_label_exists
figure_label_exists
Description: figure element has no associated label
Count of instances: 3
Complaint specifics
- The <figure> element does not have an associated label
Issue metaBad
WCAG: 1.3.1
Score: 12
Complaints by nuVal
Rule A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
Description: meta element with http-equiv="X-UA-Compatible" has no content="IE=edge"
Count of instances: 2
Complaint specifics
- A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.
Rule ^Bad value .+ for attribute .+ on element meta.*$
Description: Attribute of a meta element has an invalid value
Count of instances: 2
Complaint specifics
- Bad value Accept-CH for attribute http-equiv on element meta.
Issue leadingClipsText
WCAG: 1.4.8
Score: 12
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 3
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue zIndexNotZero
WCAG: 1.4
Score: 12
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 12
Complaint specifics
- DIV element has a non-default Z index
- HEADER element has a non-default Z index
- A element has a non-default Z index
- MAIN element has a non-default Z index
- FIGCAPTION element has a non-default Z index
- FOOTER element has a non-default Z index
Issue hiddenContentRisk
WCAG: 4.1
Score: 11
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 11
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 typeRedundant
WCAG: 1.3.1
Score: 10
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 10
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue fontSmall
WCAG: 1.4
Score: 9
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 3
Complaint specifics
- Very small text found.
Complaints by wave
Rule text_small
text_small
Description: Text is very small
Count of instances: 1
Complaint specifics
- Very small text
Issue svgImageNoText
WCAG: 1.1.1
Score: 8
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 2
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
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: 8
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 7
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: 7
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue textAlternativeRisk
WCAG: 1
Score: 6
Complaints by continuum
Rule 234
234
Description: img element has a suspicious calculated accessible name
Count of instances: 1
Complaint specifics
- This IMG has a suspicious calculated accessible name value of: unnamed.jpg
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 6
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Complaints by wave
Rule alt_suspicious
alt_suspicious
Description: Image text alternative is suspicious
Count of instances: 4
Complaint specifics
- Suspicious alternative text
Issue obsolete
WCAG: 4.1
Score: 6
Complaints by ibm
Rule element_attribute_deprecated
element_attribute_deprecated
Description: Element or attribute is obsolete
Count of instances: 2
Complaint specifics
- The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 6
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 2
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue linkVague
WCAG: 2.4.4
Score: 6
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 2
Complaint specifics
- This link text is uninformative.
Issue hoverSurprise
WCAG: 1.4.13
Score: 6
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 3
Complaint specifics
- Hovering over element has unexpected effects
- Operable element cannot be hovered over
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 5
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 cssBansRotate
WCAG: 1.3.4
Score: 4
Complaints by axe
Rule css-orientation-lock
css-orientation-lock
Description: CSS media query locks display orientation
Count of instances: 1
Complaint specifics
- CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined
Issue pseudoNavList
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 2
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 4
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 4
Complaint specifics
- In-line links have 4 different styles
- Level-2 headings have 2 different styles
Issue noScriptRisk
WCAG: 4.1
Score: 4
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 4
Complaint specifics
- Noscript element
Issue imageTextBad
WCAG: 1.1.1
Score: 3
Complaints by alfa
Rule r39
r39
Description: Image text alternative is the filename instead
Count of instances: 1
Complaint specifics
- Image filename is accessible name for image
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by axe
Rule page-has-heading-one
page-has-heading-one
Description: Page contains no level-one heading
Count of instances: 1
Complaint specifics
- Page should contain a level-one heading; Page must have a level-one heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue landmarkConfusion
WCAG: 1.3.6
Score: 3
Complaints by ibm
Rule aria_landmark_name_unique
aria_landmark_name_unique
Description: Multiple landmarks with the same parent region are not distinguished from one another
Count of instances: 1
Complaint specifics
- Multiple "navigation" landmarks with the same parent region are not distinguished from one another because they have the same "" label
Issue focusableOperable
WCAG: 2.1.1
Score: 3
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 1
Complaint specifics
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 2
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 1
Complaint specifics
- Perceivable text content is included in a landmark
Issue scrollRisk
WCAG: 1.4.10
Score: 2
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 2
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
Complaints by qualWeb
Rule QW-BP18
QW-BP18
Description: Percentage is not used in CSS for a container size
Count of instances: 1
Complaint specifics
- The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.
Issue roleRedundant
WCAG: 4.1.2
Score: 2
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: 1
Complaint specifics
- The explicitly-assigned ARIA role "main" is redundant with the implicit role of the element <main>
Complaints by nuVal
Rule ^The .+ role is unnecessary for element .+$
^The .+ role is unnecessary for element .+$
Description: explicit role is redundant for its element
Count of instances: 2
Complaint specifics
- The main role is unnecessary for element main.
Complaints by testaro
Rule role
role
Description: Invalid, native-replacing, or redundant role
Count of instances: 1
Complaint specifics
- MAIN elements have redundant explicit role main (count: 1)
Issue articleHeadingless
WCAG: 1.3.1
Score: 2
Complaints by nuVal
Rule Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.
Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.
Description: article has no heading
Count of instances: 2
Complaint specifics
- Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.
Issue duplicateAttribute
WCAG: 4.1.1
Score: 2
Complaints by nuVal
Rule ^Duplicate attribute.*$
^Duplicate attribute.*$
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 1
Complaint specifics
- Duplicate attribute alt.
Complaints by testaro
Rule dupAtt
dupAtt
Description: Source code of the element contains 2 or more of the same attribute
Count of instances: 1
Complaint specifics
- Element IMG has 2 attributes with the same name
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue tabFocusability
WCAG: 2.1.1
Score: 2
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 1
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue tabIndexPositive
WCAG: 2.4.3
Score: 1
Complaints by axe
Rule tabindex
tabindex
Description: Positive tabIndex risks creating a confusing focus order
Count of instances: 1
Complaint specifics
- Elements should not have tabindex greater than zero; Element has a tabindex greater than 0
Complaints by wave
Rule tabindex
tabindex
Description: tabIndex value positive
Count of instances: 1
Complaint specifics
- Tabindex
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 1
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 1
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 1
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: 1
Complaint specifics
- Heading markup should be used if this content is intended as a heading.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue 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 linkComprehensionRisk
WCAG: 2.4.4
Score: 1
Complaints by wave
Rule link_suspicious
link_suspicious
Description: Suspicious link text
Count of instances: 1
Complaint specifics
- Suspicious link text
Complete report
{ "id": "18ixx-ts27-caAD66-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687109584533, "endTime": 1687109585098 }, { "type": "url", "which": "https://www.al4assembly.com/", "what": "Candidate Al Muratsuchi (D)", "startTime": 1687109585099, "result": { "url": "https://www.al4assembly.com/" }, "endTime": 1687109586819 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687109586820, "url": "https://www.al4assembly.com/", "endTime": 1687109588943 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687109588943, "url": "https://www.al4assembly.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 1043997, 1043997, 1043997, 1043997, 1043997 ], "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": 1687109602523 }, { "type": "launch", "which": "chromium", "startTime": 1687109602524, "endTime": 1687109603101 }, { "type": "url", "which": "https://www.al4assembly.com/", "what": "Candidate Al Muratsuchi (D)", "startTime": 1687109603101, "result": { "url": "https://www.al4assembly.com/" }, "endTime": 1687109604171 }, { "type": "test", "which": "alfa", "startTime": 1687109604171, "url": "https://www.al4assembly.com/", "what": "alfa", "result": { "totals": { "failures": 24, "warnings": 1 }, "items": [ { "index": 13, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">", " <svg viewBox=\"23 23 64 64\">", " <use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use>", " </svg>", "</a>" ] } }, { "index": 14, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]", "codeLines": [ "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">", " <svg viewBox=\"23 23 64 64\">", " <use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use>", " </svg>", "</a>" ] } }, { "index": 24, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">", " <svg viewBox=\"23 23 64 64\">", " <use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use>", " </svg>", "</a>" ] } }, { "index": 25, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]", "codeLines": [ "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">", " <svg viewBox=\"23 23 64 64\">", " <use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use>", " </svg>", "</a>" ] } }, { "index": 34, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">", " <svg viewBox=\"23 23 64 64\">", " <use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use>", " </svg>", "</a>" ] } }, { "index": 35, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "codeLines": [ "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">", " <svg viewBox=\"23 23 64 64\">", " <use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use>", " </svg>", "</a>" ] } }, { "index": 177, "verdict": "cantTell", "rule": { "ruleID": "r39", "ruleSummary": "Image filename is accessible name for image", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r39", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#non-text-content", "chapter": "1.1.1", "title": "Non-text Content" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G94", "name": "G94", "title": "Providing short text alternative for non-text content that serves the same purpose" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G95", "name": "G95", "title": "Providing short text alternatives that provide a brief description of the non-text" } ] }, "target": { "type": "element", "tagName": "img", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/div[1]/div[1]/div[1]/img[1]", "codeLines": [ "<img class=\"sqs-image-min-height loaded\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\"..." ] } }, { "index": 218, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]", "codeLines": [ "0" ] } }, { "index": 292, "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": 520, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/figcaption[1]/div[1]/div[2]/div[1]/p[1]", "codeLines": [ "<p class=\"\" style=\"white-space:pre-wrap;\">", " Al Muratsuchi is a", " <strong>", " California Assemblymember representing the 66th Assembly District", " </strong>", " , located in the South Bay of Los Angeles County. A longtime South Bay resident, husband, and father, and a former", " <strong>", " Deputy Attorney General with the California Department of Justice", " </strong>", " and a former", " <strong>", " Torrance School Board member", " </strong>", " ,", " <strong>", " Al’s priorities are jobs, education, health care, the environment, public safety, and veterans", " </strong>", " .", "</p>" ] } }, { "index": 521, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/figcaption[1]/div[1]/div[2]/div[1]/p[2]", "codeLines": [ "<p class=\"\" style=\"white-space:pre-wrap;\">", " Al, his wife Hiroko Higuchi, Ph.D., and his daughter, who attends a local public school, live in the South Bay. The son of a U.S. Army civil servant and a school teacher, Al was born and raised on U.S. military bases. He is a graduate of the University of California, Berkeley, and the UCLA Schoo...", "</p>" ] } }, { "index": 522, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", " Assemblymember Muratsuchi has dedicated his life to improving public education. As a former School Board Member and a public school parent he has been fighting to make sure South Bay schools get our fair share of funding, authoring multiple bills to increase funding.", "</p>" ] } }, { "index": 523, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", " A champion for our environment and our beautiful coast, Assemblymember Muratsuchi has a proven track record standing up for clean air and water. His bills ensured that the Trump Administration couldn’t open up off-shore oil drilling in California.", "</p>" ] } }, { "index": 524, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", " Ever since the Coronavirus hit our community Assemblymember Muratsuchi has stood with our frontline and essential workers. He’s working hard to make sure they have the supplies and equipment necessary to protect themselves and all of us.", "</p>" ] } }, { "index": 525, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"\" style=\"white-space:pre-wrap;\">", " P.O. Box 4375", " <br>", " Torrance, CA 90510", "</p>" ] } }, { "index": 526, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", " <strong>", " Follow", " </strong>", "</p>" ] } }, { "index": 527, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]", "codeLines": [ "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", " <a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">", " Twitter", " </a>", " <br>", " <a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">", " Facebook", " </a>", "</p>" ] } }, { "index": 558, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " California Professional Firefighters", "</h3>" ] } }, { "index": 559, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[2]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " California Democratic Party", "</h3>" ] } }, { "index": 560, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[3]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " Sierra Club", "</h3>" ] } }, { "index": 561, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[4]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " California League of Conservation Voters (CLCV)", "</h3>" ] } }, { "index": 562, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[5]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " NARAL Pro-Choice America PAC", "</h3>" ] } }, { "index": 563, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[6]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " California Federation of Teachers", "</h3>" ] } }, { "index": 564, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[7]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " California Teacher’s Association", "</h3>" ] } }, { "index": 565, "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": "h3", "path": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[8]", "codeLines": [ "<h3 style=\"text-align:center;white-space:pre-wrap;\">", " California Faculty Association", "</h3>" ] } } ], "success": true }, "standardResult": { "totals": [ 1, 0, 0, 24 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use> </svg> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use> </svg> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use> </svg> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use> </svg> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use> </svg> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use> </svg> </a>" }, { "ruleID": "r39", "what": "Image filename is accessible name for image", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/div[1]/div[1]/div[1]/img[1]" }, "excerpt": "<img class=\"sqs-image-min-height loaded\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\"..." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/a[1]/span[1]/div[1]/span[1]/text()[1]" }, "excerpt": "0" }, { "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": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/figcaption[1]/div[1]/div[2]/div[1]/p[1]" }, "excerpt": "<p class=\"\" style=\"white-space:pre-wrap;\"> Al Muratsuchi is a <strong> California Assemblymember representing the 66th Assembly District </strong> , located in the South Bay of Los Angeles County. A l ... ustice </strong> and a former <strong> Torrance School Board member </strong> , <strong> Al’s priorities are jobs, education, health care, the environment, public safety, and veterans </strong> . </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/figcaption[1]/div[1]/div[2]/div[1]/p[2]" }, "excerpt": "<p class=\"\" style=\"white-space:pre-wrap;\"> Al, his wife Hiroko Higuchi, Ph.D., and his daughter, who attends a local public school, live in the South Bay. The son of a U.S. Army civil servant and a school teacher, Al was born and raised on U.S. military bases. He is a graduate of the University of California, Berkeley, and the UCLA Schoo... </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"> Assemblymember Muratsuchi has dedicated his life to improving public education. As a former School Board Member and a public school parent he has been fighting to make sure South Bay schools get our fair share of funding, authoring multiple bills to increase funding. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"> A champion for our environment and our beautiful coast, Assemblymember Muratsuchi has a proven track record standing up for clean air and water. His bills ensured that the Trump Administration couldn’t open up off-shore oil drilling in California. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"> Ever since the Coronavirus hit our community Assemblymember Muratsuchi has stood with our frontline and essential workers. He’s working hard to make sure they have the supplies and equipment necessary to protect themselves and all of us. </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"\" style=\"white-space:pre-wrap;\"> P.O. Box 4375 <br> Torrance, CA 90510 </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"> <strong> Follow </strong> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\"> <a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\"> Twitter </a> <br> <a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\"> Facebook </a> </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> California Professional Firefighters </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[2]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> California Democratic Party </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[3]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> Sierra Club </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[4]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> California League of Conservation Voters (CLCV) </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[5]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> NARAL Pro-Choice America PAC </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[6]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> California Federation of Teachers </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[7]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> California Teacher’s Association </h3>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[4]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h3[8]" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\"> California Faculty Association </h3>" } ] }, "endTime": 1687109608331 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687109608331, "url": "https://www.al4assembly.com/", "what": "Axe", "result": { "totals": { "rulesNA": 58, "rulesPassed": 37, "rulesWarned": 3, "rulesViolated": 3, "warnings": { "minor": 11, "moderate": 0, "serious": 39, "critical": 0 }, "violations": { "minor": 0, "moderate": 1, "serious": 3, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T17:33:28.756Z", "url": "https://www.al4assembly.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contribute\" data-animation-role=\"header-element\">\n Contribute\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(1) > a[href$=\"contribute\"][data-animation-role=\"header-element\"]" ], "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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/meet-al\" data-animation-role=\"header-element\">\n Meet Al\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(2) > a[href$=\"meet-al\"][data-animation-role=\"header-element\"]" ], "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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/priorities\" data-animation-role=\"header-element\">\n Priorities\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(3) > a[href$=\"priorities\"][data-animation-role=\"header-element\"]" ], "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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/the-latest\" data-animation-role=\"header-element\">\n The Latest\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(4) > a[href$=\"the-latest\"][data-animation-role=\"header-element\"]" ], "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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/supporters\" data-animation-role=\"header-element\">\n Supporters\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(5) > a[href$=\"supporters\"][data-animation-role=\"header-element\"]" ], "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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/get-involved\" data-animation-role=\"header-element\">\n Get Involved\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(6) > a[href$=\"get-involved\"][data-animation-role=\"header-element\"]" ], "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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">Photos</a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--external.header-nav-item > a[data-animation-role=\"header-element\"]" ], "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": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">", "target": [ "img[alt=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contact\" data-animation-role=\"header-element\">\n Contact\n </a>", "target": [ ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(8) > a[href$=\"contact\"][data-animation-role=\"header-element\"]" ], "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": "33.6pt (44.8px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 style=\"white-space:pre-wrap;\">Fighting for the South Bay</h2>", "target": [ "#block-f8cb5098f2a2f73f7f0c > .sqs-block-content > .sqs-html-content > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.8pt (14.4px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/get-involved\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\">\n Get Involved\n </a>", "target": [ ".sqs-block-button-element--small.sqs-button-element--tertiary[href$=\"get-involved\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "10.8pt (14.4px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contribute\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\">\n Contribute\n </a>", "target": [ ".sqs-block-button-element--small.sqs-button-element--tertiary[href$=\"contribute\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "33.6pt (44.8px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 style=\"text-align:center;white-space:pre-wrap;\">Priorities</h2>", "target": [ "#block-7386fcaededf121056e0 > .sqs-block-content > .sqs-html-content > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Education</h3>", "target": [ "#block-bb1523b97304bff777b9 > .sqs-block-content > .sqs-html-content > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", "target": [ "#block-bb1523b97304bff777b9 > .sqs-block-content > .sqs-html-content > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Environment</h3>", "target": [ "#block-84202a468e6fa3bcb7fe > .sqs-block-content > .sqs-html-content > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", "target": [ "#block-84202a468e6fa3bcb7fe > .sqs-block-content > .sqs-html-content > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Frontline Workers</h3>", "target": [ "#block-9cb3744ae450cfa9f474 > .sqs-block-content > .sqs-html-content > h3" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">", "target": [ "#block-9cb3744ae450cfa9f474 > .sqs-block-content > .sqs-html-content > p" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.6px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/priorities\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\">\n Learn More\n </a>", "target": [ ".sqs-block-button-element--large.sqs-button-element--secondary[href$=\"priorities\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "33.6pt (44.8px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h2 style=\"text-align:center;white-space:pre-wrap;\">We Support Al Muratsuchi for Assembly</h2>", "target": [ "#block-d28c165a77b9eb0ec8c5 > .sqs-block-content > .sqs-html-content > h2" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Professional Firefighters</h3>", "target": [ "h3:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Democratic Party</h3>", "target": [ "h3:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Sierra Club</h3>", "target": [ "h3:nth-child(4)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California League of Conservation Voters (CLCV)</h3>", "target": [ "h3:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">NARAL Pro-Choice America PAC</h3>", "target": [ "h3:nth-child(6)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Federation of Teachers</h3>", "target": [ "h3:nth-child(7)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Teacher’s Association</h3>", "target": [ "h3:nth-child(8)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Faculty Association</h3>", "target": [ "h3:nth-child(9)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.4pt (35.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h3 style=\"text-align:center;white-space:pre-wrap;\">SEIU 121 - Registered Nurses</h3>", "target": [ "h3:nth-child(10)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "13.2pt (17.6px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/supporters\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\">\n See More\n </a>", "target": [ ".sqs-block-button-element--large.sqs-button-element--secondary[href$=\"supporters\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n Contribute\n </a>", "target": [ "#yui_3_17_2_1_1687109603711_182 > .sqs-block-button-element--medium.sqs-button-element--primary[href$=\"contribute\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/get-involved\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n Get Involved\n </a>", "target": [ ".sqs-block-button-element--medium.sqs-button-element--primary[href$=\"get-involved\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "14.4pt (19.2px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<h4 style=\"white-space:pre-wrap;\">Paid for by Al Muratsuchi for Assembly 2024 (FPPC #1457643)</h4>", "target": [ "h4" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<p class=\"\" style=\"white-space:pre-wrap;\">P.O. Box 4375<br>Torrance, CA 90510</p>", "target": [ "#block-0d563b80ec7767f82539 > .sqs-block-content > .sqs-html-content > p:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>Follow</strong>", "target": [ ".sqs-html-content > p:nth-child(1) > strong" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">Twitter</a>", "target": [ "p:nth-child(2) > a[target=\"_blank\"]:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">Facebook</a>", "target": [ "a[target=\"_blank\"]:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "bgOverlap", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it is overlapped by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">\n Contribute\n </a>", "target": [ "#yui_3_17_2_1_1687109603711_196 > .sqs-block-button-element--medium.sqs-button-element--primary[href$=\"contribute\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it is overlapped by another element" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"floatingCart\" class=\"floating-cart hidden\">", "target": [ "#floatingCart" ], "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=\"header-burger\n\n menu-overlay-has-visible-non-navigation-items\n\n\" data-animation-role=\"header-element\">", "target": [ ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>", "target": [ ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"header-display-mobile\" data-content-field=\"site-title\">", "target": [ ".header-display-mobile" ], "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=\"header-burger\n\n menu-overlay-has-visible-non-navigation-items\n\n\" data-animation-role=\"header-element\">", "target": [ ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>", "target": [ ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"header-menu header-menu--folder-list\n \n \n \n \n \n \" data-current-styles=\"{\n"layout": "navRight",\n"action": {\n"href": "/donate",\n"buttonText": "Donate",\n"newWindow": false\n},\n"showSocial": true,\n"socialOptions": {\n"socialBorderShape": "none",\n"socialBorderStyle": "outline",\n"socialBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"menuOverlayAnimation": "fade",\n"cartStyle": "cart",\n"cartText": "Cart",\n"showEmptyCartState": true,\n"cartOptions": {\n"iconType": "solid-7",\n"cartBorderShape": "none",\n"cartBorderStyle": "outline",\n"cartBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"showButton": false,\n"showCart": false,\n"showAccountLogin": true,\n"headerStyle": "dynamic",\n"languagePicker": {\n"enabled": false,\n"iconEnabled": false,\n"iconType": "globe",\n"flagShape": "shiny",\n"languageFlags": [ ]\n},\n"mobileOptions": {\n"layout": "logoLeftNavRight",\n"menuIcon": "doubleLineHamburger",\n"menuIconOptions": {\n"style": "doubleLineHamburger",\n"thickness": {\n"unit": "px",\n"value": 1.0\n}\n}\n},\n"dynamicOptions": {\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n}\n},\n"solidOptions": {\n"headerOpacity": {\n"unit": "%",\n"value": 100.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"gradientOptions": {\n"gradientType": "faded",\n"headerOpacity": {\n"unit": "%",\n"value": 90.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"showPromotedElement": false\n}\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 108.875px;\">", "target": [ ".header-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": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\">", "target": [ "img[alt=\"meeno-18-08-17-_FP_4548.jpg\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\">", "target": [ "img[data-image-id=\"5f6d874c3806394155af2967\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\">", "target": [ "img[data-image-dimensions=\"2500x1668\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" style=\"display:none\" data-usage=\"social-icons-svg\">", "target": [ ":root" ], "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": "css-orientation-lock", "impact": "serious", "tags": [ "cat.structure", "wcag134", "wcag21aa", "experimental" ], "description": "Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations", "help": "CSS Media queries must not lock display orientation", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/css-orientation-lock?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "css-orientation-lock", "data": null, "relatedNodes": [], "impact": "serious", "message": "CSS Orientation lock cannot be determined" } ], "none": [], "impact": "serious", "html": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109603711_75\">", "target": [ "#yui_3_17_2_1_1687109603711_75" ], "failureSummary": "Fix all of the following:\n CSS Orientation lock cannot be determined" } ] } ], "violations": [ { "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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">", "target": [ ".header-display-desktop > .header-actions.header-actions--right > .header-actions-action.header-actions-action--social > .header-icon.header-icon-border-shape-none.header-icon-border-style-outline:nth-child(1)" ], "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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">", "target": [ ".header-display-desktop > .header-actions.header-actions--right > .header-actions-action.header-actions-action--social > .header-icon.header-icon-border-shape-none.header-icon-border-style-outline:nth-child(2)" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "page-has-heading-one", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensure that the page, or at least one of its frames contains a level-one heading", "help": "Page should contain a level-one heading", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/page-has-heading-one?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-heading-one", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Page must have a level-one heading" } ], "none": [], "impact": "moderate", "html": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109603711_75\">", "target": [ "#yui_3_17_2_1_1687109603711_75" ], "failureSummary": "Fix all of the following:\n Page must have a level-one heading" } ] }, { "id": "tabindex", "impact": "serious", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures tabindex attribute values are not greater than 0", "help": "Elements should not have tabindex greater than zero", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/tabindex?application=axeAPI", "nodes": [ { "any": [ { "id": "tabindex", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element has a tabindex greater than 0" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "target": [ ".header-skip-link" ], "failureSummary": "Fix any of the following:\n Element has a tabindex greater than 0" } ] } ] }, "success": true }, "standardResult": { "totals": [ 11, 39, 1, 3 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(1) > a[href$=\"contribute\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/contribute\" data-animation-role=\"header-element\"> Contribute </a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(2) > a[href$=\"meet-al\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/meet-al\" data-animation-role=\"header-element\"> Meet Al </a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(3) > a[href$=\"priorities\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/priorities\" data-animation-role=\"header-element\"> Priorities </a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(4) > a[href$=\"the-latest\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/the-latest\" data-animation-role=\"header-element\"> The Latest </a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(5) > a[href$=\"supporters\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/supporters\" data-animation-role=\"header-element\"> Supporters </a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(6) > a[href$=\"get-involved\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/get-involved\" data-animation-role=\"header-element\"> Get Involved </a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--external.header-nav-item > a[data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"https://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">Photos</a>" }, { "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": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-title-nav-wrapper > .header-nav > .header-nav-wrapper > .header-nav-list > .header-nav-item--collection.header-nav-item:nth-child(8) > a[href$=\"contact\"][data-animation-role=\"header-element\"]" }, "excerpt": "<a href=\"/contact\" data-animation-role=\"header-element\"> Contact </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-f8cb5098f2a2f73f7f0c > .sqs-block-content > .sqs-html-content > h2" }, "excerpt": "<h2 style=\"white-space:pre-wrap;\">Fighting for the South Bay</h2>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sqs-block-button-element--small.sqs-button-element--tertiary[href$=\"get-involved\"]" }, "excerpt": "<a href=\"/get-involved\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\"> Get Involved </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sqs-block-button-element--small.sqs-button-element--tertiary[href$=\"contribute\"]" }, "excerpt": "<a href=\"/contribute\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\"> Contribute </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-7386fcaededf121056e0 > .sqs-block-content > .sqs-html-content > h2" }, "excerpt": "<h2 style=\"text-align:center;white-space:pre-wrap;\">Priorities</h2>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-bb1523b97304bff777b9 > .sqs-block-content > .sqs-html-content > h3" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Education</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-bb1523b97304bff777b9 > .sqs-block-content > .sqs-html-content > p" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-84202a468e6fa3bcb7fe > .sqs-block-content > .sqs-html-content > h3" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Environment</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-84202a468e6fa3bcb7fe > .sqs-block-content > .sqs-html-content > p" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-9cb3744ae450cfa9f474 > .sqs-block-content > .sqs-html-content > h3" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Frontline Workers</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-9cb3744ae450cfa9f474 > .sqs-block-content > .sqs-html-content > p" }, "excerpt": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sqs-block-button-element--large.sqs-button-element--secondary[href$=\"priorities\"]" }, "excerpt": "<a href=\"/priorities\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\"> Learn More </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-d28c165a77b9eb0ec8c5 > .sqs-block-content > .sqs-html-content > h2" }, "excerpt": "<h2 style=\"text-align:center;white-space:pre-wrap;\">We Support Al Muratsuchi for Assembly</h2>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(2)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Professional Firefighters</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(3)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Democratic Party</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(4)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Sierra Club</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(5)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California League of Conservation Voters (CLCV)</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(6)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">NARAL Pro-Choice America PAC</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(7)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Federation of Teachers</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(8)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Teacher’s Association</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(9)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Faculty Association</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h3:nth-child(10)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">SEIU 121 - Registered Nurses</h3>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sqs-block-button-element--large.sqs-button-element--secondary[href$=\"supporters\"]" }, "excerpt": "<a href=\"/supporters\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\"> See More </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687109603711_182 > .sqs-block-button-element--medium.sqs-button-element--primary[href$=\"contribute\"]" }, "excerpt": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Contribute </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sqs-block-button-element--medium.sqs-button-element--primary[href$=\"get-involved\"]" }, "excerpt": "<a href=\"/get-involved\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Get Involved </a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h4" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">Paid for by Al Muratsuchi for Assembly 2024 (FPPC #1457643)</h4>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#block-0d563b80ec7767f82539 > .sqs-block-content > .sqs-html-content > p:nth-child(2)" }, "excerpt": "<p class=\"\" style=\"white-space:pre-wrap;\">P.O. Box 4375<br>Torrance, CA 90510</p>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sqs-html-content > p:nth-child(1) > strong" }, "excerpt": "<strong>Follow</strong>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "p:nth-child(2) > a[target=\"_blank\"]:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">Twitter</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[target=\"_blank\"]:nth-child(3)" }, "excerpt": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">Facebook</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687109603711_196 > .sqs-block-button-element--medium.sqs-button-element--primary[href$=\"contribute\"]" }, "excerpt": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"> Contribute </a>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "floatingCart", "location": { "doc": "dom", "type": "selector", "spec": "#floatingCart" }, "excerpt": "<div id=\"floatingCart\" class=\"floating-cart hidden\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" }, "excerpt": "<div class=\"header-burger menu-overlay-has-visible-non-navigation-items \" data-animation-role=\"header-element\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-desktop > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" }, "excerpt": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-mobile" }, "excerpt": "<div class=\"header-display-mobile\" data-content-field=\"site-title\">" }, { "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": ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"]" }, "excerpt": "<div class=\"header-burger menu-overlay-has-visible-non-navigation-items \" data-animation-role=\"header-element\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-display-mobile > .header-burger.menu-overlay-has-visible-non-navigation-items[data-animation-role=\"header-element\"] > button > .js-header-burger-close-title.visually-hidden[hidden=\"\"]" }, "excerpt": "<span hidden=\"\" class=\"js-header-burger-close-title visually-hidden\">Close Menu</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-menu" }, "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ "layout": "navRight", "action": { "href": "/donate", "buttonText": ... px", "value": 12.0 } } }, "showPromotedElement": false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 108.875px;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[alt=\"meeno-18-08-17-_FP_4548.jpg\"]" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https://images.squ ... 8-08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[data-image-id=\"5f6d874c3806394155af2967\"]" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"https://image ... 2016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[data-image-dimensions=\"2500x1668\"]" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\"https://im ... 9.10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ":root" }, "excerpt": "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" style=\"display:none\" data-usage=\"social-icons-svg\">" }, { "ruleID": "css-orientation-lock", "what": "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109603711_75", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687109603711_75" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hash ... ssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109603711_75\">" }, { "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": ".header-display-desktop > .header-actions.header-actions--right > .header-actions-action.header-actions-action--social > .header-icon.header-icon-border-shape-none.header-icon-border-style-outline:nth-child(1)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">" }, { "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": ".header-display-desktop > .header-actions.header-actions--right > .header-actions-action.header-actions-action--social > .header-icon.header-icon-border-shape-none.header-icon-border-style-outline:nth-child(2)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">" }, { "ruleID": "page-has-heading-one", "what": "Page should contain a level-one heading; Page must have a level-one heading", "ordinalSeverity": 2, "tagName": "HTML", "id": "yui_3_17_2_1_1687109603711_75", "location": { "doc": "dom", "type": "selector", "spec": "#yui_3_17_2_1_1687109603711_75" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hash ... ssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109603711_75\">" }, { "ruleID": "tabindex", "what": "Elements should not have tabindex greater than zero; Element has a tabindex greater than 0", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".header-skip-link" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>" } ] }, "endTime": 1687109608802 }, { "type": "launch", "which": "chromium", "startTime": 1687109608802, "endTime": 1687109609288 }, { "type": "url", "which": "https://www.al4assembly.com/", "what": "Candidate Al Muratsuchi (D)", "startTime": 1687109609288, "result": { "url": "https://www.al4assembly.com/" }, "endTime": 1687109610354 }, { "type": "test", "which": "continuum", "startTime": 1687109610354, "url": "https://www.al4assembly.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#twitter-unauth-icon\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"23 23 64 64\"]", "attNo": 1 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#facebook-unauth-icon\"></use></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[viewbox=\"23 23 64 64\"]", "attNo": 1 } }, { "engineTestId": 234, "bestPracticeId": 370, "attribute": "This element has a suspicious calculated accessible name value", "attributeDetail": "This IMG has a suspicious calculated accessible name value of: unnamed.jpg", "element": "<img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg?format=750w\" data-image-resolution=\"750w\" alt=\"unnamed.jpg\" style=\"\" loa ... -5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" class=\"sqs-image-min-height loaded\">", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "img[class=\"sqs-image-min-height loaded\"][data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\"][data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\"][data-image-dimensions=\"1280x853\"][data-image-focal-point=\"0.5,0.5\"][loading=\"lazy\"][alt=\"unnamed.jpg\"][data-image-resolution=\"750w\"][src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg?format=750w\"]", "attNo": 10 } }, { "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 aria-label=\"\" target=\"_blank\" href=\"https://twitter.com/AMuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 64\">< ... icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#twitter-unauth-icon\"></use></svg></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"][href=\"https://twitter.com/AMuratsuchi\"][target=\"_blank\"][aria-label=\"\"]", "attNo": 4 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a aria-label=\"\" target=\"_blank\" href=\"https://www.facebook.com/almuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 ... con icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#facebook-unauth-icon\"></use></svg></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "a[class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"][href=\"https://www.facebook.com/almuratsuchi\"][target=\"_blank\"][aria-label=\"\"]", "attNo": 4 } } ], "standardResult": { "totals": [ 0, 0, 0, 5 ], "instances": [ { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#twitter-unauth-icon\"></use></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#facebook-unauth-icon\"></use></svg>" }, { "ruleID": "234", "what": "This IMG has a suspicious calculated accessible name value of: unnamed.jpg", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg?format=750w\" data-image-resolution=\"750w\" alt=\"unnamed.jpg\" style=\"\" loa ... -5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" class=\"sqs-image-min-height loaded\">" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a aria-label=\"\" target=\"_blank\" href=\"https://twitter.com/AMuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 64\">< ... icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#twitter-unauth-icon\"></use></svg></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<a aria-label=\"\" target=\"_blank\" href=\"https://www.facebook.com/almuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 ... con icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\"><svg viewbox=\"23 23 64 64\"><use height=\"110\" width=\"110\" xlink:href=\"#facebook-unauth-icon\"></use></svg></a>" } ] }, "endTime": 1687109610534 }, { "type": "launch", "which": "chromium", "startTime": 1687109610534, "endTime": 1687109611031 }, { "type": "url", "which": "https://www.al4assembly.com/", "what": "Candidate Al Muratsuchi (D)", "startTime": 1687109611031, "result": { "url": "https://www.al4assembly.com/" }, "endTime": 1687109612088 }, { "type": "test", "which": "htmlcs", "startTime": 1687109612088, "url": "https://www.al4assembly.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h2", "id": "", "code": "<h2 style=\"white-space:pre-wrap;\">...</h2>" } ], "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.": [ { "tagName": "h2", "id": "", "code": "<h2 style=\"white-space:pre-wrap;\">...</h2>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">...</a>" }, { "tagName": "h4", "id": "", "code": "<h4 style=\"white-space:pre-wrap;\">...</h4>" }, { "tagName": "p", "id": "", "code": "<p class=\"\" style=\"white-space:pre-wrap;\">...</p>" }, { "tagName": "strong", "id": "", "code": "<strong>...</strong>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.": [ { "tagName": "h2", "id": "", "code": "<h2 style=\"white-space:pre-wrap;\">...</h2>" } ] }, "AAA.4_1_2.H91.A.NoContent": { "Anchor element found with a valid href attribute, but no link content has been supplied.": [ { "tagName": "a", "id": "", "code": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">" } ] }, "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;white-space:pre-wrap;\" class=\"\">...</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=\"header-actions-action header-actions-action--social\">...</div>" }, { "tagName": "p", "id": "", "code": "<p style=\"text-align:center;white-space:pre-wrap;\" class=\"\">...</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": "#floatingCart", "code": "<div id=\"floatingCart\" class=\"floating-cart hidden\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"header-menu header-menu--folder-list\n \n \n \n \n \n \" data-current-styles=\"{\n"layout": "navRight",\n"action": {\n"href": "/donate",\n"buttonText": "Donate",\n"newWindow": false\n},\n"showSocial": true,\n"socialOptions": {\n"socialBorderShape": "none",\n"socialBorderStyle": "outline",\n"socialBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"menuOverlayAnimation": "fade",\n"cartStyle": "cart",\n"cartText": "Cart",\n"showEmptyCartState": true,\n"cartOptions": {\n"iconType": "solid-7",\n"cartBorderShape": "none",\n"cartBorderStyle": "outline",\n"cartBorderThickness": {\n"unit": "px",\n"value": 1.0\n}\n},\n"showButton": false,\n"showCart": false,\n"showAccountLogin": true,\n"headerStyle": "dynamic",\n"languagePicker": {\n"enabled": false,\n"iconEnabled": false,\n"iconType": "globe",\n"flagShape": "shiny",\n"languageFlags": [ ]\n},\n"mobileOptions": {\n"layout": "logoLeftNavRight",\n"menuIcon": "doubleLineHamburger",\n"menuIconOptions": {\n"style": "doubleLineHamburger",\n"thickness": {\n"unit": "px",\n"value": 1.0\n}\n}\n},\n"dynamicOptions": {\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n}\n},\n"solidOptions": {\n"headerOpacity": {\n"unit": "%",\n"value": 100.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"gradientOptions": {\n"gradientType": "faded",\n"headerOpacity": {\n"unit": "%",\n"value": 90.0\n},\n"border": {\n"enabled": false,\n"position": "allSides",\n"thickness": {\n"unit": "px",\n"value": 4.0\n}\n},\n"dropShadow": {\n"enabled": false,\n"blur": {\n"unit": "px",\n"value": 30.0\n},\n"spread": {\n"unit": "px",\n"value": 0.0\n},\n"distance": {\n"unit": "px",\n"value": 0.0\n}\n},\n"blurBackground": {\n"enabled": false,\n"blurRadius": {\n"unit": "px",\n"value": 12.0\n}\n}\n},\n"showPromotedElement": false\n}\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 108.875px;\">...</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=\"/contact\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/contribute\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/get-involved\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/meet-al\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/priorities\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/supporters\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/the-latest\" data-animation-role=\"header-element\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">...</a>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 21, 0, 0, 12 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn. ... is); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\" data-parent-ratio=\"2.2\" data-image-resolution=\"1500w\">" }, { "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;white-space:pre-wrap;\" class=\"\">...</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=\"header-actions-action header-actions-action--social\">...</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 style=\"text-align:center;white-space:pre-wrap;\" class=\"\">...</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": "floatingCart", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"floatingCart\" class=\"floating-cart hidden\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ "layout": "navRight", "action": { "href": "/donate", "buttonText": ... "value": 12.0 } } }, "showPromotedElement": false }\" data-section-id=\"overlay-nav\" data-show-account-login=\"true\" data-test=\"header-menu\" style=\"padding-top: 108.875px;\">...</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=\"/contact\" data-animation-role=\"header-element\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/contribute\" data-animation-role=\"header-element\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/get-involved\" data-animation-role=\"header-element\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/meet-al\" data-animation-role=\"header-element\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/priorities\" data-animation-role=\"header-element\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/supporters\" data-animation-role=\"header-element\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/the-latest\" data-animation-role=\"header-element\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">...</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=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</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=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</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=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</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=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</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=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">...</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/AMuratsuchi\" 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://www.facebook.com/almuratsuchi\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 style=\"white-space:pre-wrap;\">...</h2>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 style=\"white-space:pre-wrap;\">...</h2>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">...</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 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"\" style=\"white-space:pre-wrap;\">...</p>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong>...</strong>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h2 style=\"white-space:pre-wrap;\">...</h2>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">...</a>" } ] }, "endTime": 1687109612237 }, { "type": "launch", "which": "chromium", "startTime": 1687109612237, "endTime": 1687109612725 }, { "type": "url", "which": "https://www.al4assembly.com/", "what": "Candidate Al Muratsuchi (D)", "startTime": 1687109612725, "result": { "url": "https://www.al4assembly.com/" }, "endTime": 1687109613812 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687109613812, "url": "https://www.al4assembly.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 3, "recommendation": 6, "ignored": 0 }, "items": [ { "ruleId": "aria_landmark_name_unique", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[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": 56, "top": 19, "height": 64, "width": 655 }, "snippet": "<nav class=\"header-nav-list\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]", "aria": "/document[1]/banner[1]/link[4]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 756, "top": 41, "height": 20, "width": 20 }, "snippet": "<a aria-label=\"\" target=\"_blank\" href=\"https://www.facebook.com/almuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\">", "level": "violation" }, { "ruleId": "a_text_purpose", "path": { "dom": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]", "aria": "/document[1]/banner[1]/link[3]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 727, "top": 41, "height": 20, "width": 20 }, "snippet": "<a aria-label=\"\" target=\"_blank\" href=\"https://twitter.com/AMuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\">", "level": "violation" }, { "ruleId": "figure_label_exists", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/figure[1]", "aria": "/document[1]/main[1]/article[1]/figure[4]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 548, "top": 1500, "height": 153, "width": 228 }, "snippet": "<figure id=\"yui_3_17_2_1_1687109613361_135\" style=\"max-width:2500px;\" class=\"\n sqs-block-image-figure\n intrinsic\n \">", "level": "recommendation" }, { "ruleId": "figure_label_exists", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/figure[1]", "aria": "/document[1]/main[1]/article[1]/figure[3]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 286, "top": 1500, "height": 153, "width": 228 }, "snippet": "<figure id=\"yui_3_17_2_1_1687109613361_116\" style=\"max-width:2500px;\" class=\"\n sqs-block-image-figure\n intrinsic\n \">", "level": "recommendation" }, { "ruleId": "figure_label_exists", "path": { "dom": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/figure[1]", "aria": "/document[1]/main[1]/article[1]/figure[2]" }, "message": "The <figure> element does not have an associated label", "bounds": { "left": 24, "top": 1500, "height": 153, "width": 228 }, "snippet": "<figure id=\"yui_3_17_2_1_1687109613361_91\" style=\"max-width:2500px;\" class=\"\n sqs-block-image-figure\n intrinsic\n \">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[4]", "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=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" http-equiv=\"Accept-CH\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[1]", "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,chrome=1\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "aria_role_redundant", "path": { "dom": "/html[1]/body[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": 0, "top": 0, "height": 3376, "width": 800 }, "snippet": "<main role=\"main\" class=\"container\" id=\"page\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 6, 0, 3 ], "instances": [ { "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": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]" }, "excerpt": "<nav class=\"header-nav-list\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]" }, "excerpt": "<a aria-label=\"\" target=\"_blank\" href=\"https://www.facebook.com/almuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\">" }, { "ruleID": "a_text_purpose", "what": "Hyperlink has no link text, label or image with a text alternative", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]" }, "excerpt": "<a aria-label=\"\" target=\"_blank\" href=\"https://twitter.com/AMuratsuchi\" class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "id": "yui_3_17_2_1_1687109613361_135", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[1]/div[1]/figure[1]" }, "excerpt": "<figure id=\"yui_3_17_2_1_1687109613361_135\" style=\"max-width:2500px;\" class=\" sqs-block-image-figure intrinsic \">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "id": "yui_3_17_2_1_1687109613361_116", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[1]/div[1]/figure[1]" }, "excerpt": "<figure id=\"yui_3_17_2_1_1687109613361_116\" style=\"max-width:2500px;\" class=\" sqs-block-image-figure intrinsic \">" }, { "ruleID": "figure_label_exists", "what": "The <figure> element does not have an associated label", "ordinalSeverity": 1, "tagName": "FIGURE", "id": "yui_3_17_2_1_1687109613361_91", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/figure[1]" }, "excerpt": "<figure id=\"yui_3_17_2_1_1687109613361_91\" style=\"max-width:2500px;\" class=\" sqs-block-image-figure intrinsic \">" }, { "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[4]" }, "excerpt": "<meta content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" http-equiv=\"Accept-CH\">" }, { "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[1]" }, "excerpt": "<meta content=\"IE=edge,chrome=1\" http-equiv=\"X-UA-Compatible\">" }, { "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": "page", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/main[1]" }, "excerpt": "<main role=\"main\" class=\"container\" id=\"page\">" } ] }, "endTime": 1687109616567 }, { "type": "launch", "which": "chromium", "startTime": 1687109616567, "endTime": 1687109617138 }, { "type": "url", "which": "https://www.al4assembly.com/", "what": "Candidate Al Muratsuchi (D)", "startTime": 1687109617139, "result": { "url": "https://www.al4assembly.com/" }, "endTime": 1687109618231 }, { "type": "test", "which": "nuVal", "startTime": 1687109618231, "url": "https://www.al4assembly.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "error", "lastLine": 1, "lastColumn": 534, "firstColumn": 16, "message": "Attribute xmlns:og not allowed here.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "info", "lastLine": 1, "lastColumn": 534, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "error", "lastLine": 1, "lastColumn": 534, "firstColumn": 16, "message": "Attribute xmlns:fb not allowed here.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "info", "lastLine": 1, "lastColumn": 534, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "extract": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "error", "lastLine": 2, "lastColumn": 66, "firstColumn": 5, "message": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "extract": "head>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "error", "lastLine": 8, "lastColumn": 83, "firstColumn": 1, "message": "Bad value Accept-CH for attribute http-equiv on element meta.", "extract": "y</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\"><link ", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 29, "lastColumn": 150, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "500;700\">\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri", "hiliteStart": 10, "hiliteLength": 150 }, { "type": "info", "lastLine": 30, "lastColumn": 130, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 31, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">SQUARE", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "error", "lastLine": 92, "lastColumn": 58, "firstColumn": 15, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"legacy-cart icon-cart-quantity\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 271, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "a>\n \n\n\n<style>\n @", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 546, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 563, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 779, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 796, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 1053, "lastColumn": 52, "firstColumn": 7, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": ">\n\n\n <main id=\"page\" class=\"container\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "error", "lastLine": 1243, "lastColumn": 1673, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "\n\n \n \n <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" data-load=\"false\" srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\">\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 1671 }, { "type": "info", "lastLine": 1416, "lastColumn": 218, "firstColumn": 27, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img class=\"sqs-image-min-height\" src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" alt=\"unnamed.jpg\" loading=\"lazy\"/></nosc", "hiliteStart": 10, "hiliteLength": 192 }, { "type": "error", "lastLine": 1417, "lastColumn": 409, "firstColumn": 17, "message": "Element img is missing required attribute src.", "extract": " <img class=\"sqs-image-min-height\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image-dimensions=\"1280x853\" data-image-focal-point=\"0.5,0.5\" alt=\"unnamed.jpg\" loading=\"lazy\">\n ", "hiliteStart": 10, "hiliteLength": 393 }, { "type": "info", "lastLine": 1611, "lastColumn": 209, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" alt=\"meeno-18-08-17-_FP_4548.jpg\" /></nosc", "hiliteStart": 10, "hiliteLength": 181 }, { "type": "error", "lastLine": 1611, "lastColumn": 715, "firstColumn": 221, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\">\n ", "hiliteStart": 10, "hiliteLength": 495 }, { "type": "info", "lastLine": 1708, "lastColumn": 219, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" /></nosc", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "error", "lastLine": 1708, "lastColumn": 740, "firstColumn": 231, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\">\n ", "hiliteStart": 10, "hiliteLength": 510 }, { "type": "info", "lastLine": 1805, "lastColumn": 225, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" /></nosc", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "error", "lastLine": 1805, "lastColumn": 755, "firstColumn": 237, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\">\n ", "hiliteStart": 10, "hiliteLength": 519 }, { "type": "info", "lastLine": 1056, "lastColumn": 86, "firstColumn": 1, "subType": "warning", "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "extract": " \n<article class=\"sections\" id=\"sections\" data-page-sections=\"5f480bb196a00756625197ec\">\n \n ", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 1960, "lastColumn": 37, "firstColumn": 7, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "in>\n <script type=\"text/javascript\">\n ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 2095, "lastColumn": 179, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "div>\n\n <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 2100, "lastColumn": 169, "firstColumn": 146, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": ": none;\"><style id=\"smodernizrx\">@media", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 2100, "lastColumn": 411, "firstColumn": 387, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": ": none;\"><style id=\"smodernizrxx\">", "hiliteStart": 10, "hiliteLength": 25 }, { "type": "error", "lastLine": 17, "lastColumn": 48, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "nt=\"375\">\n<meta itemprop=\"name\" content=\"Al for Assembly\">\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 18, "lastColumn": 59, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "ssembly\">\n<meta itemprop=\"url\" content=\"https://www.al4assembly.com\">\n<meta", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "error", "lastLine": 19, "lastColumn": 181, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "bly.com\">\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\">\n<link", "hiliteStart": 10, "hiliteLength": 181 }, { "type": "error", "lastLine": 21, "lastColumn": 174, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "t=1500w\">\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\">\n<meta", "hiliteStart": 10, "hiliteLength": 174 } ], "language": "en" }, "rawPage": { "messages": [ { "type": "error", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "message": "Attribute xmlns:og not allowed here.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "error", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "message": "Attribute xmlns:fb not allowed here.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 2, "firstLine": 1, "lastColumn": 114, "firstColumn": 16, "subType": "warning", "message": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "extract": "type html>\n<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" >\n <he", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "error", "lastLine": 4, "lastColumn": 66, "firstColumn": 5, "message": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "extract": "head>\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n <", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 8, "lastColumn": 24, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " href=\"\">\n<meta charset=\"utf-8\" />\n<titl", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 10, "lastColumn": 85, "firstColumn": 1, "message": "Bad value Accept-CH for attribute http-equiv on element meta.", "extract": "y</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link ", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 10, "lastColumn": 85, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "y</title>\n<meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><link ", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 10, "lastColumn": 271, "firstColumn": 86, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-Model\" /><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/abce3aba-d33a-4a0d-95fe-c376aa7c1a0d/favicon.ico?format=100w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 186 }, { "type": "info", "lastLine": 11, "lastColumn": 58, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t=100w\"/>\n<link rel=\"canonical\" href=\"https://www.al4assembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 12, "lastColumn": 57, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly.com\"/>\n<meta property=\"og:site_name\" content=\"Al for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 13, "lastColumn": 53, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta property=\"og:title\" content=\"Al for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 14, "lastColumn": 63, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta property=\"og:url\" content=\"https://www.al4assembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 63 }, { "type": "info", "lastLine": 15, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly.com\"/>\n<meta property=\"og:type\" content=\"website\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 16, "lastColumn": 178, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ebsite\"/>\n<meta property=\"og:image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 17, "lastColumn": 48, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<meta property=\"og:image:width\" content=\"1500\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 18, "lastColumn": 48, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=\"1500\"/>\n<meta property=\"og:image:height\" content=\"375\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 19, "lastColumn": 49, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t=\"375\"/>\n<meta itemprop=\"name\" content=\"Al for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 20, "lastColumn": 60, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta itemprop=\"url\" content=\"https://www.al4assembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 60 }, { "type": "info", "lastLine": 21, "lastColumn": 182, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "info", "lastLine": 22, "lastColumn": 172, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<link rel=\"image_src\" href=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\" />\n<meta", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "info", "lastLine": 23, "lastColumn": 175, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "1500w\" />\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "info", "lastLine": 24, "lastColumn": 54, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<meta name=\"twitter:title\" content=\"Al for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 25, "lastColumn": 179, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\"/>\n<meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "info", "lastLine": 26, "lastColumn": 64, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "=1500w\"/>\n<meta name=\"twitter:url\" content=\"https://www.al4assembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 27, "lastColumn": 45, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly.com\"/>\n<meta name=\"twitter:card\" content=\"summary\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 28, "lastColumn": 38, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ummary\"/>\n<meta name=\"description\" content=\"\" />\n<link", "hiliteStart": 10, "hiliteLength": 38 }, { "type": "info", "lastLine": 31, "lastColumn": 150, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "500;700\">\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri", "hiliteStart": 10, "hiliteLength": 150 }, { "type": "info", "lastLine": 32, "lastColumn": 130, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 33, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\">SQUARE", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 41, "lastColumn": 18026, "firstColumn": 17830, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "}</script><link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/versioned-site-css/5f480b841e26a56924977018/35/5c5a519771c10ba3470d8101/5f480b851e26a56924977034/1398/site.css\"/><scrip", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "error", "lastLine": 97, "lastColumn": 58, "firstColumn": 15, "message": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "extract": " <div class=\"legacy-cart icon-cart-quantity\">\n ", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "error", "lastLine": 297, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": "a>\n \n\n\n<style>\n @", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 616, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 633, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "error", "lastLine": 880, "lastColumn": 7, "firstColumn": 1, "message": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "extract": " \n\n\n<style>\n .to", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 897, "lastColumn": 28, "firstColumn": 5, "message": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "extract": "span>\n <div class=\"burger-box\">\n ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 1179, "lastColumn": 52, "firstColumn": 7, "subType": "warning", "message": "The main role is unnecessary for element main.", "extract": ">\n\n\n <main id=\"page\" class=\"container\" role=\"main\">\n ", "hiliteStart": 10, "hiliteLength": 46 }, { "type": "error", "lastLine": 1392, "lastColumn": 367, "message": "Duplicate attribute alt.", "extract": "t=\"0.5,0.5\" alt=\"meeno-18-08-1", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 1401, "firstLine": 1390, "lastColumn": 4, "firstColumn": 3, "message": "Element img is missing required attribute src.", "extract": "\n\n \n \n <img alt=\"\"\n \n data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_ME_2644.jpg\" \n data-load=\"false\"\n \n srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\"\n \n sizes=\"(max-width: 799px) 200vw, 100vw\" \n onLoad=\"positionImage(this); this.classList.add('loaded');\"\n loading=\"lazy\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 1671 }, { "type": "info", "lastLine": 1401, "firstLine": 1390, "lastColumn": 4, "firstColumn": 3, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n\n \n \n <img alt=\"\"\n \n data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_ME_2644.jpg\" \n data-load=\"false\"\n \n srcset=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=100w 100w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=300w 300w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=500w 500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=750w 750w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1000w 1000w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=1500w 1500w,https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\"\n \n sizes=\"(max-width: 799px) 200vw, 100vw\" \n onLoad=\"positionImage(this); this.classList.add('loaded');\"\n loading=\"lazy\"\n \n />\n\n\n\n\n ", "hiliteStart": 10, "hiliteLength": 1671 }, { "type": "info", "lastLine": 1647, "lastColumn": 218, "firstColumn": 27, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img class=\"sqs-image-min-height\" src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" alt=\"unnamed.jpg\" loading=\"lazy\"/></nosc", "hiliteStart": 10, "hiliteLength": 192 }, { "type": "error", "lastLine": 1648, "lastColumn": 411, "firstColumn": 17, "message": "Element img is missing required attribute src.", "extract": " <img class=\"sqs-image-min-height\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image-dimensions=\"1280x853\" data-image-focal-point=\"0.5,0.5\" alt=\"unnamed.jpg\" loading=\"lazy\"/>\n ", "hiliteStart": 10, "hiliteLength": 395 }, { "type": "info", "lastLine": 1648, "lastColumn": 411, "firstColumn": 17, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " <img class=\"sqs-image-min-height\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image-dimensions=\"1280x853\" data-image-focal-point=\"0.5,0.5\" alt=\"unnamed.jpg\" loading=\"lazy\"/>\n ", "hiliteStart": 10, "hiliteLength": 395 }, { "type": "info", "lastLine": 1889, "lastColumn": 209, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" alt=\"meeno-18-08-17-_FP_4548.jpg\" /></nosc", "hiliteStart": 10, "hiliteLength": 181 }, { "type": "error", "lastLine": 1889, "lastColumn": 717, "firstColumn": 221, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 497 }, { "type": "info", "lastLine": 1889, "lastColumn": 717, "firstColumn": 221, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 497 }, { "type": "info", "lastLine": 2002, "lastColumn": 219, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" /></nosc", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "error", "lastLine": 2002, "lastColumn": 742, "firstColumn": 231, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 512 }, { "type": "info", "lastLine": 2002, "lastColumn": 742, "firstColumn": 231, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 512 }, { "type": "info", "lastLine": 2115, "lastColumn": 225, "firstColumn": 29, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" /></nosc", "hiliteStart": 10, "hiliteLength": 197 }, { "type": "error", "lastLine": 2115, "lastColumn": 757, "firstColumn": 237, "message": "Element img is missing required attribute src.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 521 }, { "type": "info", "lastLine": 2115, "lastColumn": 757, "firstColumn": 237, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\" />\n ", "hiliteStart": 10, "hiliteLength": 521 }, { "type": "info", "lastLine": 1182, "lastColumn": 86, "firstColumn": 1, "subType": "warning", "message": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "extract": " \n<article class=\"sections\" id=\"sections\" data-page-sections=\"5f480bb196a00756625197ec\">\n \n ", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 2335, "lastColumn": 37, "firstColumn": 7, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "in>\n <script type=\"text/javascript\">\n ", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 2507, "lastColumn": 179, "firstColumn": 5, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "div>\n\n <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri", "hiliteStart": 10, "hiliteLength": 175 }, { "type": "error", "lastLine": 19, "lastColumn": 49, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "t=\"375\"/>\n<meta itemprop=\"name\" content=\"Al for Assembly\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "error", "lastLine": 20, "lastColumn": 60, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "sembly\"/>\n<meta itemprop=\"url\" content=\"https://www.al4assembly.com\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 60 }, { "type": "error", "lastLine": 21, "lastColumn": 182, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "ly.com\"/>\n<meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/>\n<link", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "error", "lastLine": 23, "lastColumn": 175, "firstColumn": 1, "message": "The itemprop attribute was specified, but the element is not a property of any item.", "extract": "1500w\" />\n<meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/>\n<meta", "hiliteStart": 10, "hiliteLength": 175 } ], "language": "en" }, "success": true }, "standardResult": { "totals": [ 18, 0, 41, 0 ], "instances": [ { "ruleID": "Attribute xmlns:og not allowed here.", "what": "Attribute xmlns:og not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>" }, { "ruleID": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>" }, { "ruleID": "Attribute xmlns:fb not allowed here.", "what": "Attribute xmlns:fb not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>" }, { "ruleID": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "line", "spec": "1" }, "excerpt": "TYPE html><html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no- ... ations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head>" }, { "ruleID": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "what": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "2" }, "excerpt": "head> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"> <" }, { "ruleID": "Bad value Accept-CH for attribute http-equiv on element meta.", "what": "Bad value Accept-CH for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "8" }, "excerpt": "y</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\"><link " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "29" }, "excerpt": "500;700\"> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "30" }, "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "31" }, "excerpt": "</script> <script type=\"text/javascript\">SQUARE" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "92" }, "excerpt": " <div class=\"legacy-cart icon-cart-quantity\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "271" }, "excerpt": "a> <style> @" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "546" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "563" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "779" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "796" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "dom", "type": "line", "spec": "1053" }, "excerpt": "> <main id=\"page\" class=\"container\" role=\"main\"> " }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1243" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn ... -width: 799px) 200vw, 100vw\" onload=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" class=\"loaded\" style=\"object-position: 50% 50%; height: 100%; width: 100%; object-fit: cover;\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1416" }, "excerpt": "<noscript><img class=\"sqs-image-min-height\" src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" alt=\"unnamed.jpg\" loading=\"lazy\"/></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1417" }, "excerpt": " <img class=\"sqs-image-min-height\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image-dimensions=\"1280x853\" data-image-focal-point=\"0.5,0.5\" alt=\"unnamed.jpg\" loading=\"lazy\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1611" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" alt=\"meeno-18-08-17-_FP_4548.jpg\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1611" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https:// ... -08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1708" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1708" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"htt ... 016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\"> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1805" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1805" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\" ... .10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\"> " }, { "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "sections", "location": { "doc": "dom", "type": "line", "spec": "1056" }, "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"5f480bb196a00756625197ec\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "1960" }, "excerpt": "in> <script type=\"text/javascript\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "2095" }, "excerpt": "div> <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "smodernizrx", "location": { "doc": "dom", "type": "line", "spec": "2100" }, "excerpt": ": none;\"><style id=\"smodernizrx\">@media" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "smodernizrxx", "location": { "doc": "dom", "type": "line", "spec": "2100" }, "excerpt": ": none;\"><style id=\"smodernizrxx\">" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "17" }, "excerpt": "nt=\"375\"> <meta itemprop=\"name\" content=\"Al for Assembly\"> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "18" }, "excerpt": "ssembly\"> <meta itemprop=\"url\" content=\"https://www.al4assembly.com\"> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "19" }, "excerpt": "bly.com\"> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"> <link" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "21" }, "excerpt": "t=1500w\"> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"> <meta" }, { "ruleID": "Attribute xmlns:og not allowed here.", "what": "Attribute xmlns:og not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "Attribute xmlns:fb not allowed here.", "what": "Attribute xmlns:fb not allowed here.", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "what": "Attribute with the local name xmlns:fb is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "source", "type": "line", "spec": "2" }, "excerpt": "type html> <html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" > <he" }, { "ruleID": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "what": "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "head> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"> <" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "8" }, "excerpt": " href=\"\"> <meta charset=\"utf-8\" /> <titl" }, { "ruleID": "Bad value Accept-CH for attribute http-equiv on element meta.", "what": "Bad value Accept-CH for attribute http-equiv on element meta.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "y</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><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": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "10" }, "excerpt": "y</title> <meta http-equiv=\"Accept-CH\" content=\"Sec-CH-UA-Platform-Version, Sec-CH-UA-Model\" /><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": "-Model\" /><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/abce3aba-d33a-4a0d-95fe-c376aa7c1a0d/favicon.ico?format=100w\"/> <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": "t=100w\"/> <link rel=\"canonical\" href=\"https://www.al4assembly.com\"/> <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": "12" }, "excerpt": "ly.com\"/> <meta property=\"og:site_name\" content=\"Al for Assembly\"/> <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": "13" }, "excerpt": "sembly\"/> <meta property=\"og:title\" content=\"Al for Assembly\"/> <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": "14" }, "excerpt": "sembly\"/> <meta property=\"og:url\" content=\"https://www.al4assembly.com\"/> <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": "15" }, "excerpt": "ly.com\"/> <meta property=\"og:type\" content=\"website\"/> <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": "16" }, "excerpt": "ebsite\"/> <meta property=\"og:image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/> <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": "17" }, "excerpt": "=1500w\"/> <meta property=\"og:image:width\" content=\"1500\"/> <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": "18" }, "excerpt": "=\"1500\"/> <meta property=\"og:image:height\" content=\"375\"/> <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": "19" }, "excerpt": "t=\"375\"/> <meta itemprop=\"name\" content=\"Al for Assembly\"/> <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": "20" }, "excerpt": "sembly\"/> <meta itemprop=\"url\" content=\"https://www.al4assembly.com\"/> <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": "21" }, "excerpt": "ly.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/> <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": "22" }, "excerpt": "=1500w\"/> <link rel=\"image_src\" href=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\" /> <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": "1500w\" /> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/> <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": "=1500w\"/> <meta name=\"twitter:title\" content=\"Al for Assembly\"/> <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": "sembly\"/> <meta name=\"twitter:image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/> <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": "26" }, "excerpt": "=1500w\"/> <meta name=\"twitter:url\" content=\"https://www.al4assembly.com\"/> <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": "27" }, "excerpt": "ly.com\"/> <meta name=\"twitter:card\" content=\"summary\"/> <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": "28" }, "excerpt": "ummary\"/> <meta name=\"description\" content=\"\" /> <link" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "31" }, "excerpt": "500;700\"> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "32" }, "excerpt": "</script> <script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"defer\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "33" }, "excerpt": "</script> <script type=\"text/javascript\">SQUARE" }, { "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": "41" }, "excerpt": "}</script><link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/versioned-site-css/5f480b841e26a56924977018/35/5c5a519771c10ba3470d8101/5f480b851e26a56924977034/1398/site.css\"/><scrip" }, { "ruleID": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "97" }, "excerpt": " <div class=\"legacy-cart icon-cart-quantity\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "297" }, "excerpt": "a> <style> @" }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "616" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "633" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "880" }, "excerpt": " <style> .to" }, { "ruleID": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "what": "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "897" }, "excerpt": "span> <div class=\"burger-box\"> " }, { "ruleID": "The main role is unnecessary for element main.", "what": "The main role is unnecessary for element main.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "source", "type": "line", "spec": "1179" }, "excerpt": "> <main id=\"page\" class=\"container\" role=\"main\"> " }, { "ruleID": "Duplicate attribute alt.", "what": "Duplicate attribute alt.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "1392" }, "excerpt": "t=\"0.5,0.5\" alt=\"meeno-18-08-1" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1401" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn ... 601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" /> " }, { "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": "1401" }, "excerpt": " <img alt=\"\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg\" data-image=\"https://images.squarespace-cdn ... 601012897873-SANWM1YFPAFZ8S4FNIW9/meeno-18-08-17-_ME_2644.jpg?format=2500w 2500w\" sizes=\"(max-width: 799px) 200vw, 100vw\" onLoad=\"positionImage(this); this.classList.add('loaded');\" loading=\"lazy\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "1647" }, "excerpt": "<noscript><img class=\"sqs-image-min-height\" src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" alt=\"unnamed.jpg\" loading=\"lazy\"/></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1648" }, "excerpt": " <img class=\"sqs-image-min-height\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image-dimensions=\"1280x853\" data-image-focal-point=\"0.5,0.5\" alt=\"unnamed.jpg\" loading=\"lazy\"/> " }, { "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": "1648" }, "excerpt": " <img class=\"sqs-image-min-height\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image-dimensions=\"1280x853\" data-image-focal-point=\"0.5,0.5\" alt=\"unnamed.jpg\" loading=\"lazy\"/> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "1889" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" alt=\"meeno-18-08-17-_FP_4548.jpg\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "1889" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https:// ... 8-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\" /> " }, { "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": "1889" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https:// ... 8-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2002" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "2002" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"htt ... 6.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\" /> " }, { "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": "2002" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"htt ... 6.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\" /> " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2115" }, "excerpt": "<noscript><img src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" /></nosc" }, { "ruleID": "Element img is missing required attribute src.", "what": "Element img is missing required attribute src.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "2115" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\" ... 0-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\" /> " }, { "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": "2115" }, "excerpt": "/noscript><img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\" ... 0-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\" /> " }, { "ruleID": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "what": "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.", "ordinalSeverity": 0, "tagName": "ARTICLE", "id": "sections", "location": { "doc": "source", "type": "line", "spec": "1182" }, "excerpt": " <article class=\"sections\" id=\"sections\" data-page-sections=\"5f480bb196a00756625197ec\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2335" }, "excerpt": "in> <script type=\"text/javascript\"> " }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "2507" }, "excerpt": "div> <script defer=\"defer\" src=\"https://static1.squarespace.com/static/vta/5c5a519771c10ba3470d8101/scripts/site-bundle.c8eeaec212bd3cf94137efde97e951ae.js\" type=\"text/javascript\"></scri" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": "t=\"375\"/> <meta itemprop=\"name\" content=\"Al for Assembly\"/> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "20" }, "excerpt": "sembly\"/> <meta itemprop=\"url\" content=\"https://www.al4assembly.com\"/> <meta" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "21" }, "excerpt": "ly.com\"/> <meta itemprop=\"thumbnailUrl\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/> <link" }, { "ruleID": "The itemprop attribute was specified, but the element is not a property of any item.", "what": "The itemprop attribute was specified, but the element is not a property of any item.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "23" }, "excerpt": "1500w\" /> <meta itemprop=\"image\" content=\"http://static1.squarespace.com/static/5f480b841e26a56924977018/t/5f666b37057cc94200ead2e6/1602809178962/MuratsuchiLOGO+0318.jpg?format=1500w\"/> <meta" } ] }, "endTime": 1687109620588 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687109620588, "url": "https://www.al4assembly.com/", "what": "QualWeb", "result": { "type": "evaluation", "system": { "name": "QualWeb", "description": "QualWeb is an automatic accessibility evaluator for webpages.", "version": "3.0.0", "homepage": "http://www.qualweb.di.fc.ul.pt/", "date": "2023-06-18 17:33:41", "hash": "4835a87df38723847ae58bb292099bb5e7e3b1d9cd448feae54a92c0aa3a0eb8fa146d7af36ee00ecfda90e26245411a507c9dacc0587b298024fe10d5850515", "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": 9, "failed": 5, "inapplicable": 78 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 13, "warning": 6, "failed": 1, "inapplicable": 47 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><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 xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><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": 20, "warning": 0, "failed": 2, "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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div: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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2)", "accessibleName": "" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 22, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > 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=\"/\" data-animation-role=\"header-element\">\n \n\n\n\n\n\n\n\n\n\n \n \n\n\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contribute\" data-animation-role=\"header-element\">\n Contribute\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/meet-al\" data-animation-role=\"header-element\">\n Meet Al\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav: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": "<a href=\"/priorities\" data-animation-role=\"header-element\">\n Priorities\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/the-latest\" data-animation-role=\"header-element\">\n The Latest\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > 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=\"/supporters\" data-animation-role=\"header-element\">\n Supporters\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > 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=\"/get-involved\" data-animation-role=\"header-element\">\n Get Involved\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > 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://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">Photos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > 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=\"/contact\" data-animation-role=\"header-element\">\n Contact\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > 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 class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\">\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > 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=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\">\n \n \n \n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > 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 href=\"/get-involved\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\">\n Get Involved\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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 href=\"/contribute\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\">\n Contribute\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/meet-al\" class=\"sqs-button-element--primary\">Read More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > figcaption:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/priorities\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\">\n Learn More\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/supporters\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\">\n See More\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n Contribute\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > 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 href=\"/get-involved\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\">\n Get Involved\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">Twitter</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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 href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">Facebook</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\">\n Contribute\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R75": { "name": "Bypass Blocks of Repeated Content", "code": "QW-ACT-R75", "mapping": "cf77f2", "description": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "metadata": { "target": { "element": "html" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks.html", "url_tr": "https://www.w3.org/TR/WCAG21/#bypass-blocks" } ], "related": [ "G1", "G123", "G124", "H69", "SCR28" ], "url": "https://act-rules.github.io/rules/cf77f2", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63" }, "results": [ { "verdict": "warning", "description": "The rule can't tell because of the rule QW-ACT-R63", "resultCode": "W1", "elements": [ { "htmlCode": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hashchange history draganddrop rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body>Al for Assembly\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nSQUARESPACE_ROLLUPS = {};\n(function(rollups, name) { if (!rollups[name]) { rollups[name] = {}; } rollups[name].js = [\"//ass …", "pointer": "html" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 7, "warning": 1, "failed": 2, "inapplicable": 24 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Headings don't start with h1" }, "results": [ { "verdict": "failed", "description": "Headings don't start with h1", "resultCode": "F3", "elements": [ { "htmlCode": "<body id=\"collection-5f480bb196a00756625197ed\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-image-aspect-ratio-11-square tweak-blog-alternating-side-by-side-text-alignment-left tweak-blog-alternating-side-by-side-read-more-style-show tweak-blog-alternating-side-by-side-image-text-alignment-middle tweak-blog-alternating-side-by-side-delimiter-bullet tweak-blog-alternating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternat …", "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=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 2, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "Text alternative is not actually a text alternative for the non-text content." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"\n \n //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w\n \n\" alt=\"Al for Assembly\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div: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=\"\n \n //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w\n \n\" alt=\"Al for Assembly\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img class=\"sqs-image-min-height loaded\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image-dimensions=\"1280x853\" data-image-focal-point=\"0.5,0.5\" loading=\"lazy\" style=\"\" alt=\"unnamed.jpg\" data-image-resolution=\"750w\" src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg?format=750w\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Text alternative is not actually a text alternative for the non-text content.", "resultCode": "F1", "elements": [ { "htmlCode": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" } ], "attributes": [] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 2, "failed": 2, "inapplicable": 7 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 17, "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 style=\"white-space:pre-wrap;\">Fighting for the South Bay</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 style=\"white-space:pre-wrap;\">Meet Al</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > figcaption:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 style=\"text-align:center;white-space:pre-wrap;\">Priorities</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2: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;white-space:pre-wrap;\">Education</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > 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;white-space:pre-wrap;\">Environment</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > 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;white-space:pre-wrap;\">Frontline Workers</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(2) > 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": "<h2 style=\"text-align:center;white-space:pre-wrap;\">We Support Al Muratsuchi for Assembly</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2: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;white-space:pre-wrap;\">California Professional Firefighters</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Democratic Party</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Sierra Club</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California League of Conservation Voters (CLCV)</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">NARAL Pro-Choice America PAC</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(6)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Federation of Teachers</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(7)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Teacher’s Association</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(8)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Faculty Association</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(9)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"text-align:center;white-space:pre-wrap;\">SEIU 121 - Registered Nurses</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(10)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"white-space:pre-wrap;\">Paid for by Al Muratsuchi for Assembly 2024 (FPPC #1457643)</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "The test target `width` attribute uses absolute units." }, "results": [ { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1) > use:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1) > use:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP17": { "name": "Adding a link at the beginning of a block of repeated content to go to the end of the block", "code": "QW-BP17", "mapping": "G123", "description": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "metadata": { "target": { "element": "a", "attributes": "href" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G1", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G123", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "This link skips a content block." }, "results": [ { "verdict": "warning", "description": "This link skips a content block.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\">\n Skip to Content\n </a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, { "htmlCode": "<main id=\"page\" class=\"container\" role=\"main\">\n \n \n\n \n \n \n \n\n\n \n\n\n\n \n \n \n \n \n \n \n \n\n\n\n \n \n\n \"use strict\";\n\n var positionImage = function positionImage(imageEl) {\n var imageDimensions = imageEl.dataset.imageDimensions.split('x');\n var originalWidth = imageDimensions[0];\n var originalHeight = imageDimensions[1];\n var focalPoint = imageEl.dataset.imageFocalPoint.split(',');\n var focalPointX = focalPoint[0];\n var focalPointY = focalPoint[1];\n var parentNode = imageEl.parentNode;\n\n var scale = function () {\n var imageRatio = originalWidth / originalHeight;\n var parentClientSize = {\n …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3)" } ], "attributes": [] } ] }, "QW-BP18": { "name": "Using percentage values in CSS for container sizes", "code": "QW-BP18", "mapping": "C24", "description": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "metadata": { "target": { "element": "span article section nav aside hgroup header footer address p hr blockquote div h1 h2 h3 h4 h5 h6 li ul ol dd dt dl figcaption", "attributes": "width" }, "success-criteria": [ { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [ "C20" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C24", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a `width` css property not using percentage value with the important flag.", "resultCode": "F2", "elements": [ { "htmlCode": "<div class=\"header-border\" data-header-style=\"dynamic\" data-test=\"header-border\" style=\"\n\n\n\n\n\n\n \n border-width: 0px !important;\n \n\n\n\n\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(3)" } ], "attributes": [ "\n\n\n\n\n\n\n \n border-width: 0px !important" ] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 50, "document": 1, "graphics-document": 8, "img": 6, "navigation": 3, "button": 2, "main": 1, "article": 1, "region": 5, "presentation": 1, "heading": 17, "figure": 4 }, "tags": { "html": 1, "head": 1, "meta": 20, "base": 1, "title": 1, "link": 6, "script": 30, "style": 6, "body": 1, "div": 208, "a": 44, "span": 6, "svg": 8, "path": 8, "header": 1, "img": 7, "nav": 3, "use": 6, "button": 2, "main": 1, "article": 1, "section": 5, "h2": 4, "figure": 4, "noscript": 4, "figcaption": 1, "p": 9, "strong": 5, "h3": 12, "footer": 1, "h4": 1, "br": 2, "symbol": 4 } } } }, "success": true }, "standardResult": { "totals": [ 22, 30, 5, 2 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hash ... nts cssreflections csstransforms no-csstransforms3d csstransitions video audio svg inlinesvg svgclippaths\" data-js-focus-visible=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> </a>" }, { "ruleID": "QW-ACT-R12", "what": "This rule checks that each link has an accessible name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/contribute\" data-animation-role=\"header-element\"> Contribute </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"/meet-al\" data-animation-role=\"header-element\"> Meet Al </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/priorities\" data-animation-role=\"header-element\"> Priorities </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/the-latest\" data-animation-role=\"header-element\"> The Latest </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"/supporters\" data-animation-role=\"header-element\"> Supporters </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"/get-involved\" data-animation-role=\"header-element\"> Get Involved </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">Photos</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"/contact\" data-animation-role=\"header-element\"> Contact </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/get-involved\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\"> Get Involved </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/contribute\" class=\"sqs-block-button-element--small sqs-button-element--tertiary sqs-block-button-element\" data-initialized=\"true\"> Contribute </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > figcaption:nth-child(2) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/meet-al\" class=\"sqs-button-element--primary\">Read More</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/priorities\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\"> Learn More </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/supporters\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\"> See More </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Contribute </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/get-involved\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" data-initialized=\"true\"> Get Involved </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">Twitter</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > p:nth-child(2) > a:nth-child(3)" }, "excerpt": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">Facebook</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"> Contribute </a>" }, { "ruleID": "QW-ACT-R75", "what": "This rule checks that each page has a mechanism to bypass repeated blocks of content.", "ordinalSeverity": 1, "tagName": "HTML", "id": "yui_3_17_2_1_1687109617771_75", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html xmlns:og=\"http://opengraphprotocol.org/schema/\" xmlns:fb=\"http://www.facebook.com/2008/fbml\" lang=\"en-US\" class=\"yui3-js-enabled js-focus-visible js flexbox canvas canvastext webgl no-touch hash ... e=\"\" id=\"yui_3_17_2_1_1687109617771_75\"><head></head><body>Al for Assembly SQUARESPACE_ROLLUPS = {}; (function(rollups, name) { if (!rollups[name]) { rollups[name] = {}; } rollups[name].js = [\"//ass …" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 2, "tagName": "BODY", "id": "collection-5f480bb196a00756625197ed", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body id=\"collection-5f480bb196a00756625197ed\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-si ... r-bullet tweak-blog-alternating-side-by-side-meta-position-top tweak-blog-alternating-side-by-side-primary-meta-categories tweak-blog-alternating-side-by-side-secondary-meta-date tweak-blog-alternat …" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w \" alt=\"Al for Assembly\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img src=\" //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w \" alt=\"Al for Assembly\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" }, "excerpt": "<img class=\"sqs-image-min-height loaded\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg\" data-image=\"https://images.squ ... =\"lazy\" style=\"\" alt=\"unnamed.jpg\" data-image-resolution=\"750w\" src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013720129-5PNWTC2IF41I9H89TQED/unnamed.jpg?format=750w\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601078460360-X1DV9NXXNKTSJ2Z90G48/meeno-18-08-17-_FP_4548.jpg\" data-image=\"https://images.squ ... 8-08-17-_FP_4548.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-18-08-17-_FP_4548.jpg\" data-load=\"false\" data-image-id=\"5f6e84b88d2cb23bb1f96566\" data-type=\"image\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013584473-Y3AAJYFGOI4P3REGBEFS/meeno-MURATSUCHI-2016.03_067.jpg\" data-image=\"https://image ... 2016.03_067.jpg\" data-image-dimensions=\"2500x1667\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI-2016.03_067.jpg\" data-load=\"false\" data-image-id=\"5f6d874c3806394155af2967\" data-type=\"image\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(2)" }, "excerpt": "<img class=\"thumb-image\" data-src=\"https://images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1601013274928-TKDRIPO5QRKTW30YXFKD/meeno-MURATSUCHI+2018.09.10-028.jpg\" data-image=\"https://im ... 9.10-028.jpg\" data-image-dimensions=\"2500x1668\" data-image-focal-point=\"0.5,0.5\" alt=\"meeno-MURATSUCHI 2018.09.10-028.jpg\" data-load=\"false\" data-image-id=\"5f6d8610cc045e1041424907\" data-type=\"image\">" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"white-space:pre-wrap;\">Fighting for the South Bay</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > figure:nth-child(1) > figcaption:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"white-space:pre-wrap;\">Meet Al</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"text-align:center;white-space:pre-wrap;\">Priorities</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Education</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Environment</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Frontline Workers</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1)" }, "excerpt": "<h2 style=\"text-align:center;white-space:pre-wrap;\">We Support Al Muratsuchi for Assembly</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(2)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Professional Firefighters</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(3)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Democratic Party</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(4)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">Sierra Club</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(5)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California League of Conservation Voters (CLCV)</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(6)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">NARAL Pro-Choice America PAC</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(7)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Federation of Teachers</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(8)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Teacher’s Association</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(9)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">California Faculty Association</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3) > article:nth-child(1) > section:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(10)" }, "excerpt": "<h3 style=\"text-align:center;white-space:pre-wrap;\">SEIU 121 - Registered Nurses</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(5) > section:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"white-space:pre-wrap;\">Paid for by Al Muratsuchi for Assembly 2024 (FPPC #1457643)</h4>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "USE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1) > svg:nth-child(1) > use:nth-child(1)" }, "excerpt": "<use xlink:href=\"#twitter-unauth-icon\" width=\"110\" height=\"110\"></use>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "USE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(5) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(2) > svg:nth-child(1) > use:nth-child(1)" }, "excerpt": "<use xlink:href=\"#facebook-unauth-icon\" width=\"110\" height=\"110\"></use>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"#page\" tabindex=\"1\" class=\"header-skip-link sqs-button-element--primary\"> Skip to Content </a>" }, { "ruleID": "QW-BP17", "what": "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > main:nth-child(3)" }, "excerpt": "<main id=\"page\" class=\"container\" role=\"main\"> \"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.dataset.imageDimensions.split('x'); var originalWidth = ... focalPointX = focalPoint[0]; var focalPointY = focalPoint[1]; var parentNode = imageEl.parentNode; var scale = function () { var imageRatio = originalWidth / originalHeight; var parentClientSize = { …" }, { "ruleID": "QW-BP18", "what": "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > header:nth-child(2) > div:nth-child(2) > div:nth-child(3)" }, "excerpt": "<div class=\"header-border\" data-header-style=\"dynamic\" data-test=\"header-border\" style=\" border-width: 0px !important; \"></div>" } ] }, "endTime": 1687109622487 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687109622487, "url": "https://www.al4assembly.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.079", "responseTime": "2023-06-18T17:33:42.157Z", "data": { "apiErrors": [], "documentSize": 1242732, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 172, "failing": 8 }, "issues": { "totalErrors": 44, "totalWarnings": 1, "totalIssues": 45 }, "issuesByLevel": { "A": { "count": 18, "pct": 40 }, "AA": { "count": 9, "pct": 20 }, "AAA": { "count": 45, "pct": 100 } }, "density": { "errorDensity": 4, "warningDensity": 0, "allDensity": 4 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "cd860287-874d-48fc-b7bc-24530c6bb378", "docID": "73b45925-76b7-4cd7-f340-6d8274fea69c", "sourceHash": "5823c49e7c3098c78b7e66dbc0f44281", "urlHttpCode": 200, "clientScriptErrors": [ {}, {} ], "remainingApiCalls": { "planCalls": 0, "boosts": 19 }, "globalStats": { "errorDensity": "N/A", "warningDensity": "N/A", "allDensity": "N/A", "stdDev": "N/A" }, "resultUrl": "http://ngnix/history.php?responseID=cd860287-874d-48fc-b7bc-24530c6bb378", "resultSet": [ { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 889.80125, "y": 5.59375 }, "bottom-right": { "x": 909.80125, "y": 25.59375 }, "height": 20, "width": 20 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" ", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]", "issueID": "a4a1d7f640a55d798de379c8159e2b27", "signature": "015f8e413652cfa97c91f0fe3cf0f7ff", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=a4a1d7f640a55d798de379c8159e2b27" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 930.2745, "y": 5.59375 }, "bottom-right": { "x": 950.2745, "y": 25.59375 }, "height": 20, "width": 20 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]", "issueID": "7abe50d9acb98d7882c4c4470dc3c8f3", "signature": "1280a484c9375f387360a6ffe9d8365a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=7abe50d9acb98d7882c4c4470dc3c8f3" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": -20.48, "y": 0 }, "bottom-right": { "x": -0.4800000000000004, "y": 20 }, "height": 20, "width": 20 }, "position": { "line": 7017, "column": 34 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" ", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]", "issueID": "c40370e645b9a48aeadf333622c77381", "signature": "fc121fc6cad04af54bfe2b5900b8f783", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=c40370e645b9a48aeadf333622c77381" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": -12.288, "y": 0 }, "bottom-right": { "x": 7.712, "y": 20 }, "height": 20, "width": 20 }, "position": { "line": 7018, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]", "issueID": "c157a6df3a8a4706c97994833ca8805d", "signature": "a6c97e4858449009881afab11fff684a", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=c157a6df3a8a4706c97994833ca8805d" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 459.5, "y": 15 }, "bottom-right": { "x": 484.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7378, "column": 0 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unau", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "0af140b5d848afd2fe6a721056c964ef", "signature": "76ad96dfc61a1d684d4f14c4c7d82003", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=0af140b5d848afd2fe6a721056c964ef" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 499.5, "y": 15 }, "bottom-right": { "x": 524.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7545, "column": 34 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebo", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "issueID": "d6ffca1bfb7265cb7eebe553f9aec280", "signature": "054a817012e2cad5cff8794456104ce9", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=d6ffca1bfb7265cb7eebe553f9aec280" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 545.625 }, "bottom-right": { "x": 89.8906, "y": 570.625 }, "height": 25, "width": 89.8906 }, "position": { "line": 7546, "column": 0 }, "errorSnippet": "<a href=\"/meet-al\" class=\"sqs-button-element--primary\">Read More</a>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/figcaption[1]/div[1]/div[3]/div[1]/div[1]/a[1]", "issueID": "b492d20643bd8d837a7f4d60ce3a7609", "signature": "da9227b97bb7bbc6b4222091e96401a7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=b492d20643bd8d837a7f4d60ce3a7609" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 414.953125, "y": 17 }, "bottom-right": { "x": 517.484125, "y": 43 }, "height": 26, "width": 102.531 }, "position": { "line": 7617, "column": 34 }, "errorSnippet": "<a href=\"/priorities\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\"> Learn More </a>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/a[1]", "issueID": "a931af1537baff7f775752c26d460b5b", "signature": "1dbbcfe4c83ebc2fde61760d98533c1e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=a931af1537baff7f775752c26d460b5b" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 214.84375, "y": 0 }, "bottom-right": { "x": 298.84375, "y": 28 }, "height": 28, "width": 84 }, "position": { "line": 3384, "column": 0 }, "errorSnippet": "<a href=\"/contribute\" data-animation-role=\"header-element\"> Contribute </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]", "issueID": "c22cdb0fed1ad52feb8dcf6a63c26eea", "signature": "51a81e75adf6755d1019e6db2ac8e83f", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=c22cdb0fed1ad52feb8dcf6a63c26eea" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 311.125, "y": 0 }, "bottom-right": { "x": 367.125, "y": 28 }, "height": 28, "width": 56 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a href=\"/meet-al\" data-animation-role=\"header-element\"> Meet Al </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]", "issueID": "e3ca1488fe78b0e302c5e28864f5bfe7", "signature": "35ac72cbc5f3e85947801b913ae6e228", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=e3ca1488fe78b0e302c5e28864f5bfe7" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 379.40625, "y": 0 }, "bottom-right": { "x": 442.40625, "y": 28 }, "height": 28, "width": 63 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a href=\"/priorities\" data-animation-role=\"header-element\"> Priorities </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]", "issueID": "9d325d7a8d78f2c3754253a9a75ca4b8", "signature": "fc5dc797d5891c66868602a0b8a3869d", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=9d325d7a8d78f2c3754253a9a75ca4b8" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 454.6875, "y": 0 }, "bottom-right": { "x": 534.6875, "y": 28 }, "height": 28, "width": 80 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a href=\"/the-latest\" data-animation-role=\"header-element\"> The Latest </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]", "issueID": "28fca3fcecd02b8c592eec8f0c242b0d", "signature": "282926dff7055c8ff2c8e0fd0ecfae1c", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=28fca3fcecd02b8c592eec8f0c242b0d" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 546.96875, "y": 0 }, "bottom-right": { "x": 632.96875, "y": 28 }, "height": 28, "width": 86 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a href=\"/supporters\" data-animation-role=\"header-element\"> Supporters </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]", "issueID": "e2ebe7ae7b2b17cbd2d5d56a33c29744", "signature": "f888fa160d2c968396c41cd9a2d47422", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=e2ebe7ae7b2b17cbd2d5d56a33c29744" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 645.25, "y": 0 }, "bottom-right": { "x": 744.25, "y": 28 }, "height": 28, "width": 99 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a href=\"/get-involved\" data-animation-role=\"header-element\"> Get Involved </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[6]/a[1]", "issueID": "6a6733da8a6a6781184daf9ce6f97afd", "signature": "f15c4e483330717c40b73ca53b5403d6", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=6a6733da8a6a6781184daf9ce6f97afd" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 756.53125, "y": 0 }, "bottom-right": { "x": 811.53125, "y": 28 }, "height": 28, "width": 55 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a href=\"https://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">Photos</a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[7]/a[1]", "issueID": "4ea5f85d9485edf52704f1d169f349d2", "signature": "836f14258983cbb1c97c05c57a3bce8c", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4ea5f85d9485edf52704f1d169f349d2" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 823.8125, "y": 0 }, "bottom-right": { "x": 889.8125, "y": 28 }, "height": 28, "width": 66 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a href=\"/contact\" data-animation-role=\"header-element\"> Contact </a>", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[8]/a[1]", "issueID": "89c7c0796a5e63058dc15f067b5346cc", "signature": "a34d2b2c2c9dd14a14677ecb093a1d46", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=89c7c0796a5e63058dc15f067b5346cc" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 308.09375, "y": 0 }, "bottom-right": { "x": 552.09375, "y": 46 }, "height": 46, "width": 244 }, "position": { "line": 11828, "column": 9 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Contribute </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]", "issueID": "ab1fe504999f3e404b16bd3ebc760357", "signature": "3db818d6bf4a99e1592d6bbcc3ee6211", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=ab1fe504999f3e404b16bd3ebc760357" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 347.09375, "y": 0 }, "bottom-right": { "x": 513.09375, "y": 46 }, "height": 46, "width": 166 }, "position": { "line": 11985, "column": 5 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Meet Al </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]", "issueID": "315ee2c701dd1d7198352907540289de", "signature": "d180725990fde342c65dcfd6ecdb5605", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=315ee2c701dd1d7198352907540289de" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 334.59375, "y": 0 }, "bottom-right": { "x": 525.59375, "y": 46 }, "height": 46, "width": 191 }, "position": { "line": 11989, "column": 7 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Priorities </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]", "issueID": "6670b659132e11200e131a14e53d92b6", "signature": "2f37cba5590c0088c8789a3eaf98b798", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=6670b659132e11200e131a14e53d92b6" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 315.09375, "y": 0 }, "bottom-right": { "x": 545.09375, "y": 46 }, "height": 46, "width": 230 }, "position": { "line": 11993, "column": 3 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> The Latest </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]", "issueID": "462170736fc98027422c93e39466063e", "signature": "b37508943e1612734bd0062a9bf2febf", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=462170736fc98027422c93e39466063e" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 304.09375, "y": 0 }, "bottom-right": { "x": 556.09375, "y": 46 }, "height": 46, "width": 252 }, "position": { "line": 12001, "column": 3 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Supporters </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]", "issueID": "a0c0e0d44b22813c4b6bd0daeff4d39a", "signature": "ea6c0dbda235ad690e157ea1aad56bd9", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=a0c0e0d44b22813c4b6bd0daeff4d39a" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 288.59375, "y": 0 }, "bottom-right": { "x": 571.59375, "y": 46 }, "height": 46, "width": 283 }, "position": { "line": 12009, "column": 3 }, "errorSnippet": "<div class=\"header-menu-nav-item-content\"> Get Involved </div>", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[6]/a[1]/div[1]", "issueID": "46ea53f08ee110ad32549277f04fa391", "signature": "c767056d683c328906a88a5441dca277", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=46ea53f08ee110ad32549277f04fa391" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 17, "y": 0 }, "bottom-right": { "x": 546.406, "y": 49 }, "height": 49, "width": 529.406 }, "position": { "line": 12301, "column": 3 }, "errorSnippet": "<h2 style=\"white-space:pre-wrap;\">Fighting for the South Bay</h2>", "xpath": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]", "issueID": "080574d84d7ed2fd9fa9316abc722826", "signature": "12ecb7c909f58cbaabe37bd67d4e4fee", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=080574d84d7ed2fd9fa9316abc722826" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 6787, "column": 38 }, "errorSnippet": "<div class=\"legacy-cart icon-cart-quantity\"> <span class=\"sqs-cart-quantity\">0</span> </div>", "xpath": "/html/body/div[1]/div[1]/a[1]/span[1]/div[1]", "issueID": "fa42ce2f44102f98835b434141a12a67", "signature": "9bb0adfd885974e523b4963ae9993f9a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=fa42ce2f44102f98835b434141a12a67" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 7.59375 }, "bottom-right": { "x": 16, "y": 23.59375 }, "height": 16, "width": 16 }, "position": { "line": 11307, "column": 5 }, "errorSnippet": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w \" alt=\"Al", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]", "issueID": "1dac97e1e6c7496ce5ddc0bd7ec915fa", "signature": "fb890319d9d643bee64dab76395a550a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=1dac97e1e6c7496ce5ddc0bd7ec915fa" }, { "tID": 134, "bpID": 211, "priority": 66, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "Very small text found.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This text's CSS `font-size` is set very small. This text is going to be difficult to read, especially for those who are partially sighted or have low-vision. Update the CSS `font-size` value to use a larger value.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 11592, "column": 7 }, "errorSnippet": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w \" alt=\"Al", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[1]/div[1]", "issueID": "e0f4cd27604a5ddc8bb77b99e4571812", "signature": "8907d0002d221c71e92cfffda7a5eb19", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=134&issueID=e0f4cd27604a5ddc8bb77b99e4571812" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 3772.86 }, "height": 3772.86, "width": 1024 }, "position": { "line": 5420, "column": 60 }, "errorSnippet": "<body id=\"collection-5f480bb196a00756625197ed\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-", "xpath": "/html/body", "issueID": "be64851781fc46e298578123bf3b3ebf", "signature": "829b406d0abcc0c1e6571168879bf0c0", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=be64851781fc46e298578123bf3b3ebf" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 78.2812 }, "height": 78.2812, "width": 1024 }, "position": { "line": 7942, "column": 332 }, "errorSnippet": "<header data-test=\"header\" id=\"header\" class=\" dark header theme-col--primary \" data-controller=\"Header\" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot", "xpath": "/html/body/div[1]/header[1]", "issueID": "d47b5d7cf131e60978425af505def04e", "signature": "78a89d38950c8c90dbc269fb0d5785f1", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d47b5d7cf131e60978425af505def04e" }, { "tID": 144, "bpID": 14, "priority": 91, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This content's line height is insufficent to properly display the computed element font size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Set a `line-height` (leading) that is at least one and a half times the current font size.", "errorDescription": "This content's line height is insufficent to properly display the computed element font size. Line height that is less than 150% of the computed element font size limits content readability for people with dyslexia, low vision, cognitive impairments or learning disabilities. Set the `line-height` for this content to a value of 1.5 or higher. Using a proportional, unitless value like 1.5 or 150% will ensure that the line-height scales if the user zooms the browser window.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 689.719 }, "height": 689.719, "width": 1024 }, "position": { "line": 11797, "column": 13 }, "errorSnippet": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{\n&quot;layout&quot;: &quot;navRight&quot;,\n&quot;action&quot;: {\n&quot;href&quot;: &quot;/donate&quot;,\n&quot;buttonText&quot;: &a", "xpath": "/html/body/div[1]/header[1]/div[3]", "issueID": "d155050b529ab5973269003d61658a66", "signature": "107f2bbd96ef4431e80046a9d3eaf3cf", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d155050b529ab5973269003d61658a66" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 889.80125, "y": 5.59375 }, "bottom-right": { "x": 909.80125, "y": 25.59375 }, "height": 20, "width": 20 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" ", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]", "issueID": "65fdfde668897653d486e67be84f0fe8", "signature": "047f01270dfcfca67c37d5a66c8fe63c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=65fdfde668897653d486e67be84f0fe8" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 930.2745, "y": 5.59375 }, "bottom-right": { "x": 950.2745, "y": 25.59375 }, "height": 20, "width": 20 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]", "issueID": "6e62cfe0fe65e5656cb9c6607f74c84d", "signature": "b8404a09d94a8ac1d4b2c75b7d02e00d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6e62cfe0fe65e5656cb9c6607f74c84d" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": -20.48, "y": 0 }, "bottom-right": { "x": -0.4800000000000004, "y": 20 }, "height": 20, "width": 20 }, "position": { "line": 7017, "column": 34 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" ", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]", "issueID": "2af11d2b3f8d13f8fbb090c0d75257b8", "signature": "bb23cbe633c2e64e67446398a378827b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2af11d2b3f8d13f8fbb090c0d75257b8" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": -12.288, "y": 0 }, "bottom-right": { "x": 7.712, "y": 20 }, "height": 20, "width": 20 }, "position": { "line": 7018, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]", "issueID": "8d1a8994c80cb41dcc7afe0883234c06", "signature": "aeb4b52385f5f201db884985890f2635", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8d1a8994c80cb41dcc7afe0883234c06" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 459.5, "y": 15 }, "bottom-right": { "x": 484.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7378, "column": 0 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unau", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "9514398c70ead58627bcf40161079b90", "signature": "686a8f7b5805fffa96a150836cdbc912", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9514398c70ead58627bcf40161079b90" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 499.5, "y": 15 }, "bottom-right": { "x": 524.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7545, "column": 34 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebo", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "issueID": "66e68e91ab41e7801370463b84695a94", "signature": "58fd6773b22efe68650b84793d6806f3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=66e68e91ab41e7801370463b84695a94" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 3772.86 }, "height": 3772.86, "width": 1024 }, "position": { "line": 5420, "column": 60 }, "errorSnippet": "<body id=\"collection-5f480bb196a00756625197ed\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-", "xpath": "/html/body", "issueID": "bf361d00752a31d8bbce554f9a6bf219", "signature": "daa2af52809a6980fe9de303fa97d9e4", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=bf361d00752a31d8bbce554f9a6bf219" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 889.80125, "y": 5.59375 }, "bottom-right": { "x": 909.80125, "y": 25.59375 }, "height": 20, "width": 20 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" ", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]", "issueID": "7078d8aa148e37fceec32dc479d8b4ce", "signature": "6946097dbf98fc7111665129f70051ce", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7078d8aa148e37fceec32dc479d8b4ce" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 930.2745, "y": 5.59375 }, "bottom-right": { "x": 950.2745, "y": 25.59375 }, "height": 20, "width": 20 }, "position": { "line": 3385, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]", "issueID": "287cffd7df35251722978edd813e407e", "signature": "1f4d85e8e3eac297b2ace70603c35ca4", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=287cffd7df35251722978edd813e407e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": -20.48, "y": 0 }, "bottom-right": { "x": -0.4800000000000004, "y": 20 }, "height": 20, "width": 20 }, "position": { "line": 7017, "column": 34 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" ", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]", "issueID": "3e2fe3a4762c2d7545114723d26f07a8", "signature": "21b7bdaef6d610d02d52ee0a6b576481", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3e2fe3a4762c2d7545114723d26f07a8" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": -12.288, "y": 0 }, "bottom-right": { "x": 7.712, "y": 20 }, "height": 20, "width": 20 }, "position": { "line": 7018, "column": 0 }, "errorSnippet": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth", "xpath": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]", "issueID": "7a2d949b14b53cb4757d08e99f37bb13", "signature": "038a20c082fccd113f3bb07d66d5f14c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7a2d949b14b53cb4757d08e99f37bb13" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 459.5, "y": 15 }, "bottom-right": { "x": 484.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7378, "column": 0 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unau", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "8818ad18cbf590eefa82338374cb070e", "signature": "fcb03047dfc3dbfc732d0fcee93c8669", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=8818ad18cbf590eefa82338374cb070e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 499.5, "y": 15 }, "bottom-right": { "x": 524.5, "y": 40 }, "height": 25, "width": 25 }, "position": { "line": 7545, "column": 34 }, "errorSnippet": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebo", "xpath": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]", "issueID": "4d1fbd4241cfcf253949fb3c4bb86132", "signature": "b44e7f75be4ed8ccfc7b2a41d43e22fd", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=4d1fbd4241cfcf253949fb3c4bb86132" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 140.078125, "y": 44 }, "bottom-right": { "x": 192.078125, "y": 72 }, "height": 28, "width": 52 }, "position": { "line": 7689, "column": 33 }, "errorSnippet": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">Twitter</a>", "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/a[1]", "issueID": "0ab36ca4a87719e500f5e5f8dcb0578e", "signature": "734af0058b2438d236e2193d803501d6", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0ab36ca4a87719e500f5e5f8dcb0578e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 127.078125, "y": 72 }, "bottom-right": { "x": 205.078125, "y": 100 }, "height": 28, "width": 78 }, "position": { "line": 7845, "column": 34 }, "errorSnippet": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">Facebook</a>", "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/a[2]", "issueID": "63a230994d4c1a02038e7939b5a7cb06", "signature": "144cc056f412f2ae9f9d7c92c9151c82", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=63a230994d4c1a02038e7939b5a7cb06" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 87.921875, "y": 17 }, "bottom-right": { "x": 180.124975, "y": 42 }, "height": 25, "width": 92.2031 }, "position": { "line": 7846, "column": 0 }, "errorSnippet": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"> Contribute </a>", "xpath": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]", "issueID": "c8ff9c7a0ca2de331dfaae11bab20ca0", "signature": "8b91490814460499e935f9ade2b7f67d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=c8ff9c7a0ca2de331dfaae11bab20ca0" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 4, 41 ], "instances": [ { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" " }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" " }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unau" }, { "ruleID": "57", "what": "This link has no text inside it.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebo" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/figure[1]/figcaption[1]/div[1]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/meet-al\" class=\"sqs-button-element--primary\">Read More</a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[3]/div[2]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/priorities\" class=\"sqs-block-button-element--large sqs-button-element--secondary sqs-block-button-element\" data-initialized=\"true\"> Learn More </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/contribute\" data-animation-role=\"header-element\"> Contribute </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[2]/a[1]" }, "excerpt": "<a href=\"/meet-al\" data-animation-role=\"header-element\"> Meet Al </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[3]/a[1]" }, "excerpt": "<a href=\"/priorities\" data-animation-role=\"header-element\"> Priorities </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[4]/a[1]" }, "excerpt": "<a href=\"/the-latest\" data-animation-role=\"header-element\"> The Latest </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[5]/a[1]" }, "excerpt": "<a href=\"/supporters\" data-animation-role=\"header-element\"> Supporters </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[6]/a[1]" }, "excerpt": "<a href=\"/get-involved\" data-animation-role=\"header-element\"> Get Involved </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[7]/a[1]" }, "excerpt": "<a href=\"https://www.flickr.com/photos/126967160@N05/\" data-animation-role=\"header-element\">Photos</a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/nav[1]/div[8]/a[1]" }, "excerpt": "<a href=\"/contact\" data-animation-role=\"header-element\"> Contact </a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[1]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Contribute </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[2]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Meet Al </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[3]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Priorities </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[4]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> The Latest </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[5]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Supporters </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[1]/div[6]/a[1]/div[1]" }, "excerpt": "<div class=\"header-menu-nav-item-content\"> Get Involved </div>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/main[1]/article[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2 style=\"white-space:pre-wrap;\">Fighting for the South Bay</h2>" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/a[1]/span[1]/div[1]" }, "excerpt": "<div class=\"legacy-cart icon-cart-quantity\"> <span class=\"sqs-cart-quantity\">0</span> </div>" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w \" alt=\"Al" }, { "ruleID": "134", "what": "Very small text found.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"header-title-logo\"> <a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1/5f480b841e26a56924977018/1600547640385-VRQ9OAQPCSY5I7SV6A5W/MuratsuchiLOGO+0318.jpg?format=1500w \" alt=\"Al" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BODY", "id": "collection-5f480bb196a00756625197ed", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-5f480bb196a00756625197ed\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "HEADER", "id": "header", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]" }, "excerpt": "<header data-test=\"header\" id=\"header\" class=\" dark header theme-col--primary \" data-controller=\"Header\" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&quot;: &quot" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]" }, "excerpt": "<div class=\"header-menu header-menu--folder-list \" data-current-styles=\"{ &quot;layout&quot;: &quot;navRight&quot;, &quot;action&quot;: { &quot;href&quot;: &quot;/donate&quot;, &quot;buttonText&quot;: &a" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" " }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" " }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unau" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebo" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "collection-5f480bb196a00756625197ed", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body id=\"collection-5f480bb196a00756625197ed\" class=\"header-overlay-alignment-center header-width-inset tweak-transparent-header tweak-fixed-header-style-scroll-back tweak-blog-alternating-side-by-side-width-inset tweak-blog-alternating-side-by-side-" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" " }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[2]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unauth-icon\" " }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[2]/div[3]/div[3]/div[2]/div[1]/a[2]" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebook-unauth" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#twitter-unau" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[3]/div[2]/nav[1]/div[1]/div[2]/div[2]/a[1]" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline\" href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\" aria-label=\"\"> <svg viewBox=\"23 23 64 64\"> <use xlink:href=\"#facebo" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/AMuratsuchi\" target=\"_blank\">Twitter</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/a[2]" }, "excerpt": "<a href=\"https://www.facebook.com/almuratsuchi\" target=\"_blank\">Facebook</a>" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/section[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"/contribute\" class=\"sqs-block-button-element--medium sqs-button-element--primary sqs-block-button-element\" target=\"_blank\" data-initialized=\"true\"> Contribute </a>" } ] }, "endTime": 1687109623277 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687109623277, "url": "https://www.al4assembly.com/", "what": "Testaro", "result": { "rules": { "allHidden": { "what": "page that is entirely or mostly hidden", "data": { "hidden": { "document": false, "body": false, "main": false }, "reallyHidden": { "document": false, "body": false, "main": false }, "display": { "document": "block", "body": "block", "main": "block" }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "MAIN" }, "id": { "body": "collection-5f480bb196a00756625197ed", "main": "page" } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "autocomplete": { "what": "name and email inputs without autocomplete attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "bulk": { "what": "large count of visible elements", "data": { "visibleElements": 222 }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 1, "items": [ { "tagName": "IMG", "id": "", "attributes": [ "alt=", "data-src=", "data-image=", "data-image-dimensions=", "data-image-focal-point=", "alt=", "data-load=", "srcset=", "sizes=", "onLoad=", "loading=", "/" ] } ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... loading= ... /" } ] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 21, "tabFocused": 22, "discrepancy": 1 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 21, "types": { "missing": { "total": 0, "tagNames": {} }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 21, "meanDelay": 0, "tagNames": { "A": 21 } } } }, "items": { "missing": [], "nonoutline": [], "outline": [ { "tagName": "A", "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" class=\"focus-visible\" data-focus-visible-added=\"\"> ", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contribute", "delay": 0 }, { "tagName": "A", "id": "", "text": "Meet Al", "delay": 0 }, { "tagName": "A", "id": "", "text": "Priorities", "delay": 0 }, { "tagName": "A", "id": "", "text": "The Latest", "delay": 0 }, { "tagName": "A", "id": "", "text": "Supporters", "delay": 0 }, { "tagName": "A", "id": "", "text": "Get Involved", "delay": 0 }, { "tagName": "A", "id": "", "text": "Photos", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contact", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "delay": 0 }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "delay": 0 }, { "tagName": "A", "id": "", "text": "Get Involved", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contribute", "delay": 0 }, { "tagName": "A", "id": "", "text": "Read More", "delay": 0 }, { "tagName": "A", "id": "", "text": "Learn More", "delay": 0 }, { "tagName": "A", "id": "", "text": "See More", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contribute", "delay": 0 }, { "tagName": "A", "id": "", "text": "Get Involved", "delay": 0 }, { "tagName": "A", "id": "", "text": "Twitter", "delay": 0 }, { "tagName": "A", "id": "", "text": "Facebook", "delay": 0 }, { "tagName": "A", "id": "", "text": "Contribute", "delay": 0 } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 46, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 1, "tagNames": { "A": 1 } }, "focusableAndOperable": { "total": 45, "tagNames": { "A": 43, "BUTTON": 2 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "A", "id": "", "text": "Skip to Content", "byTag": true, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "0", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" style=\"cursor: default;\"> <img src=\" //images.squar", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Al", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Priorities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Latest", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Supporters", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Get Involved", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Open Menu Close Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\" style=\"cursor: default;\"> <img src=\" //images.squar", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Al", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Priorities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Latest", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Supporters", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Get Involved", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "Open Menu Close Menu", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Al", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Priorities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "The Latest", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Supporters", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Get Involved", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Photos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Get Involved", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "See More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Get Involved", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Twitter", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contribute", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 1 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" } ] }, "focVis": { "what": "links that are invisible when focused", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "hover": { "what": "hover-caused content changes", "data": { "totals": { "triggers": 22, "triggerSample": 13, "impactTriggers": 3, "additions": 0, "removals": 0, "opacityChanges": 3, "opacityImpact": 0, "unhoverables": 1, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "A", "id": "", "text": "Get Involved", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Contribute", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "Skip to Content" } ], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 3, 0, 4 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 2 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Open Menu Close Menu" } }, { "index": 1, "tagName": "BUTTON", "type": "submit", "texts": { "content": "Open Menu Close Menu" } } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkTo": { "what": "links without destinations", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "linkUl": { "what": "missing underlines on inline links", "data": { "totals": { "links": 44, "adjacent": { "total": 44, "underlined": 3, "underlinedPercent": 6 } }, "items": { "underlined": [ { "id": "", "text": "Skip to Content" }, { "id": "", "text": "Twitter" }, { "id": "", "text": "Facebook" } ], "notUnderlined": [ { "id": "", "text": "0" }, { "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "id": "", "text": "Contribute" }, { "id": "", "text": "Meet Al" }, { "id": "", "text": "Priorities" }, { "id": "", "text": "The Latest" }, { "id": "", "text": "Supporters" }, { "id": "", "text": "Get Involved" }, { "id": "", "text": "Photos" }, { "id": "", "text": "Contact" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "id": "", "text": "Contribute" }, { "id": "", "text": "Meet Al" }, { "id": "", "text": "Priorities" }, { "id": "", "text": "The Latest" }, { "id": "", "text": "Supporters" }, { "id": "", "text": "Get Involved" }, { "id": "", "text": "Photos" }, { "id": "", "text": "Contact" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "id": "", "text": "Contribute" }, { "id": "", "text": "Meet Al" }, { "id": "", "text": "Priorities" }, { "id": "", "text": "The Latest" }, { "id": "", "text": "Supporters" }, { "id": "", "text": "Get Involved" }, { "id": "", "text": "Photos" }, { "id": "", "text": "Contact" }, { "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "id": "", "text": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "id": "", "text": "Get Involved" }, { "id": "", "text": "Contribute" }, { "id": "", "text": "Read More" }, { "id": "", "text": "Learn More" }, { "id": "", "text": "See More" }, { "id": "", "text": "Contribute" }, { "id": "", "text": "Get Involved" }, { "id": "", "text": "Contribute" } ] } }, "totals": [ 0, 41, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "See More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" } ] }, "menuNav": { "what": "nonstandard keyboard navigation between focusable menu items", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "miniText": { "what": "text smaller than 11 pixels", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "nonTable": { "what": "table elements used for layout", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "radioSet": { "what": "radio buttons not grouped into standard field sets", "data": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "role": { "what": "invalid and native-replacing explicit roles", "data": { "roleElements": 1, "badRoleElements": 0, "redundantRoleElements": 1, "tagNames": { "MAIN": { "main": { "bad": 0, "redundant": 1 } } } }, "totals": [ 0, 1, 0, 0 ], "standardInstances": [ { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "button": { "total": 2 }, "adjacentLink": { "total": 44, "subtotals": [ 33, 8, 2, 1 ] }, "h2": { "total": 4, "subtotals": [ 3, 1 ] }, "h3": { "total": 12 }, "h4": { "total": 1 } }, "items": { "adjacentLink": { "fontWeight": { "300": [ "0", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "Twitter", "Facebook" ], "500": [ "Skip to Content", "Get Involved", "Contribute", "Read More", "Learn More", "See More", "Contribute", "Get Involved", "Contribute" ] }, "textDecorationLine": { "none": [ "0", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "Get Involved", "Contribute", "Read More", "Learn More", "See More", "Contribute", "Get Involved", "Contribute" ], "underline": [ "Skip to Content", "Twitter", "Facebook" ] }, "textDecorationThickness": { "auto": [ "0", "Skip to Content", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline", "Contribute", "Meet Al", "Priorities", "The Latest", "Supporters", "Get Involved", "Photos", "Contact", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl", "Get Involved", "Contribute", "Read More", "Learn More", "See More", "Contribute", "Get Involved", "Contribute" ], "1px": [ "Twitter", "Facebook" ] } }, "h2": { "color": { "rgb(255, 255, 255)": [ "Fighting for the South Bay" ], "rgb(0, 0, 0)": [ "Meet Al", "Priorities", "We Support Al Muratsuchi for Assembly" ] } } } }, "totals": [ 3, 0, 0, 1 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 4 different styles", "count": 3, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "tabNav": { "what": "nonstandard keyboard navigation between elements with the tab role", "data": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "titledEl": { "what": "title attributes on inappropriate elements", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 12, "tagNames": { "DIV": 7, "HEADER": 1, "A": 1, "MAIN": 1, "FIGCAPTION": 1, "FOOTER": 1 } }, "items": [ { "tagName": "DIV", "id": "floatingCart", "text": "0" }, { "tagName": "HEADER", "id": "header", "text": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "tagName": "DIV", "id": "", "text": "<div class=\"sqs-announcement-bar-dropzone\"></div>" }, { "tagName": "DIV", "id": "", "text": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "tagName": "A", "id": "", "text": "Skip to Content" }, { "tagName": "DIV", "id": "", "text": "<div class=\"header-border\" data-header-style=\"dynamic\" data-test=\"header-border\" style=\" border-widt" }, { "tagName": "DIV", "id": "", "text": "Contribute Meet Al Priorities The Latest Supporters Get Involved Photos Contact .top-bun, .patty, .b" }, { "tagName": "DIV", "id": "", "text": "Contribute Meet Al Priorities The Latest Supporters Get Involved Photos Contact" }, { "tagName": "MAIN", "id": "page", "text": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da" }, { "tagName": "DIV", "id": "", "text": "<div class=\"image-overlay\" style=\"overflow: hidden;-webkit-mask-image: -webkit-radial-gradient(white" }, { "tagName": "FIGCAPTION", "id": "", "text": "Meet Al Al Muratsuchi is a California Assemblymember representing the 66th Assembly District, locate" }, { "tagName": "FOOTER", "id": "footer-sections", "text": "Paid for by Al Muratsuchi for Assembly 2024 (FPPC #1457643)P.O. Box 4375Torrance, CA 90510 FollowTwi" } ] }, "totals": [ 12, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "floatingCart", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"sqs-announcement-bar-dropzone\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"header-border\" data-header-style=\"dynamic\" data-test=\"header-border\" style=\" border-widt" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute Meet Al Priorities The Latest Supporters Get Involved Photos Contact .top-bun, .patty, .b" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute Meet Al Priorities The Latest Supporters Get Involved Photos Contact" }, { "ruleID": "zIndex", "what": "MAIN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"image-overlay\" style=\"overflow: hidden;-webkit-mask-image: -webkit-radial-gradient(white" }, { "ruleID": "zIndex", "what": "FIGCAPTION element has a non-default Z index", "ordinalSeverity": 0, "tagName": "FIGCAPTION", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al Al Muratsuchi is a California Assemblymember representing the 66th Assembly District, locate" }, { "ruleID": "zIndex", "what": "FOOTER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "FOOTER", "id": "footer-sections", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Al Muratsuchi for Assembly 2024 (FPPC #1457643)P.O. Box 4375Torrance, CA 90510 FollowTwi" } ] } }, "success": true }, "standardResult": { "totals": [ 16, 45, 2, 6 ], "instances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "dupAtt", "what": "Element IMG has 2 attributes with the same name", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "alt= ... data-src= ... data-image= ... data-image-dimensions= ... data-image-focal-point= ... alt= ... data-load= ... srcset= ... sizes= ... onLoad= ... loading= ... /" }, { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focOp", "complaint": "A element is operable but not focusable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "hover", "what": "Operable element cannot be hovered over", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"/\" data-animation-role=\"header-element\"> <img src=\" //images.squarespace-cdn.com/content/v1" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--fill header-icon header-icon-border-shape-none header-icon-border-style-outline" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "The Latest" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Supporters" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Photos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"icon icon--lg icon--fill header-icon header-icon-border-shape-none header-icon-border-styl" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Learn More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "See More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Get Involved" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute" }, { "ruleID": "role", "what": "MAIN elements have redundant explicit role main (count: 1)", "count": 1, "ordinalSeverity": 1, "tagName": "MAIN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "In-line links have 4 different styles", "count": 3, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Level-2 headings have 2 different styles", "count": 1, "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "floatingCart", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"sqs-announcement-bar-dropzone\"></div>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { .header-blur-" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Skip to Content" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"header-border\" data-header-style=\"dynamic\" data-test=\"header-border\" style=\" border-widt" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute Meet Al Priorities The Latest Supporters Get Involved Photos Contact .top-bun, .patty, .b" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contribute Meet Al Priorities The Latest Supporters Get Involved Photos Contact" }, { "ruleID": "zIndex", "what": "MAIN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "MAIN", "id": "page", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "\"use strict\"; var positionImage = function positionImage(imageEl) { var imageDimensions = imageEl.da" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"image-overlay\" style=\"overflow: hidden;-webkit-mask-image: -webkit-radial-gradient(white" }, { "ruleID": "zIndex", "what": "FIGCAPTION element has a non-default Z index", "ordinalSeverity": 0, "tagName": "FIGCAPTION", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Al Al Muratsuchi is a California Assemblymember representing the 66th Assembly District, locate" }, { "ruleID": "zIndex", "what": "FOOTER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "FOOTER", "id": "footer-sections", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Paid for by Al Muratsuchi for Assembly 2024 (FPPC #1457643)P.O. Box 4375Torrance, CA 90510 FollowTwi" } ] }, "endTime": 1687109642653 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687109642653, "url": "https://www.al4assembly.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Al for Assembly", "pageurl": "https://www.al4assembly.com/", "time": 2.81, "creditsremaining": 912, "allitemcount": 67, "totalelements": 409, "waveurl": "http://wave.webaim.org/report?url=https://www.al4assembly.com/" }, "categories": { "error": { "description": "Errors", "count": 0, "items": [] }, "contrast": { "description": "Contrast Errors", "count": 14, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 14, "selectors": [ "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480bb196a00756625197ef > DIV:first-child > DIV:first-child > DIV#block-f8cb5098f2a2f73f7f0c > DIV:first-child > DIV:first-child > H2:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-0d563b80ec7767f82539 > DIV:first-child > DIV:first-child > H4:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-0d563b80ec7767f82539 > DIV:first-child > DIV:first-child > H4:first-child + P", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#block-e3fbf5deeef747dfaa70 > DIV:first-child > DIV:first-child > P:first-child > STRONG:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#block-e3fbf5deeef747dfaa70 > DIV:first-child > DIV:first-child > P:first-child + P > A:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#block-e3fbf5deeef747dfaa70 > DIV:first-child > DIV:first-child > P:first-child + P > A:first-child + BR + A" ], "contrastdata": [ [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", true ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ], [ 1, "#ffffff", "#ffffff", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 12, "items": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 4, "selectors": [ "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_74 > DIV#yui_3_17_2_1_1687109642830_73 > DIV#yui_3_17_2_1_1687109642830_72 > DIV#page-section-5f480bb196a00756625197f3 > DIV#yui_3_17_2_1_1687109642830_71 > DIV#yui_3_17_2_1_1687109642830_70 > DIV#block-55ab3c0924fa96b4011d > DIV#yui_3_17_2_1_1687109642830_69 > FIGURE#yui_3_17_2_1_1687109642830_68 > DIV#yui_3_17_2_1_1687109642830_67 > DIV#yui_3_17_2_1_1687109642830_66 > DIV#yui_3_17_2_1_1687109642830_65 > NOSCRIPT:first-child + IMG", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_94 > DIV#block-74f07ec3ae6c04013da8 > DIV#yui_3_17_2_1_1687109642830_93 > DIV#yui_3_17_2_1_1687109642830_92 > FIGURE#yui_3_17_2_1_1687109642830_91 > DIV#yui_3_17_2_1_1687109642830_90 > DIV#yui_3_17_2_1_1687109642830_89 > NOSCRIPT:first-child + IMG", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_119 > DIV#block-80810a1eec420fcf2da1 > DIV#yui_3_17_2_1_1687109642830_118 > DIV#yui_3_17_2_1_1687109642830_117 > FIGURE#yui_3_17_2_1_1687109642830_116 > DIV#yui_3_17_2_1_1687109642830_115 > DIV#yui_3_17_2_1_1687109642830_114 > NOSCRIPT:first-child + IMG", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_138 > DIV#block-ebb2f6b0a189fe2aed9a > DIV#yui_3_17_2_1_1687109642830_137 > DIV#yui_3_17_2_1_1687109642830_136 > FIGURE#yui_3_17_2_1_1687109642830_135 > DIV#yui_3_17_2_1_1687109642830_134 > DIV#yui_3_17_2_1_1687109642830_133 > NOSCRIPT:first-child + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "h1_missing": { "id": "h1_missing", "description": "Missing first level heading", "count": 1, "selectors": [ false ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_suspicious": { "id": "link_suspicious", "description": "Suspicious link text", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_74 > DIV#yui_3_17_2_1_1687109642830_73 > DIV#yui_3_17_2_1_1687109642830_72 > DIV#page-section-5f480bb196a00756625197f3 > DIV#yui_3_17_2_1_1687109642830_71 > DIV#yui_3_17_2_1_1687109642830_70 > DIV#block-55ab3c0924fa96b4011d > DIV#yui_3_17_2_1_1687109642830_69 > FIGURE#yui_3_17_2_1_1687109642830_68 > DIV:first-child + FIGCAPTION > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 4, "selectors": [ "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_74 > DIV#yui_3_17_2_1_1687109642830_73 > DIV#yui_3_17_2_1_1687109642830_72 > DIV#page-section-5f480bb196a00756625197f3 > DIV#yui_3_17_2_1_1687109642830_71 > DIV#yui_3_17_2_1_1687109642830_70 > DIV#block-55ab3c0924fa96b4011d > DIV#yui_3_17_2_1_1687109642830_69 > FIGURE#yui_3_17_2_1_1687109642830_68 > DIV#yui_3_17_2_1_1687109642830_67 > DIV#yui_3_17_2_1_1687109642830_66 > DIV#yui_3_17_2_1_1687109642830_65 > NOSCRIPT:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_94 > DIV#block-74f07ec3ae6c04013da8 > DIV#yui_3_17_2_1_1687109642830_93 > DIV#yui_3_17_2_1_1687109642830_92 > FIGURE#yui_3_17_2_1_1687109642830_91 > DIV#yui_3_17_2_1_1687109642830_90 > DIV#yui_3_17_2_1_1687109642830_89 > NOSCRIPT:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_119 > DIV#block-80810a1eec420fcf2da1 > DIV#yui_3_17_2_1_1687109642830_118 > DIV#yui_3_17_2_1_1687109642830_117 > FIGURE#yui_3_17_2_1_1687109642830_116 > DIV#yui_3_17_2_1_1687109642830_115 > DIV#yui_3_17_2_1_1687109642830_114 > NOSCRIPT:first-child", "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_138 > DIV#block-ebb2f6b0a189fe2aed9a > DIV#yui_3_17_2_1_1687109642830_137 > DIV#yui_3_17_2_1_1687109642830_136 > FIGURE#yui_3_17_2_1_1687109642830_135 > DIV#yui_3_17_2_1_1687109642830_134 > DIV#yui_3_17_2_1_1687109642830_133 > NOSCRIPT:first-child" ], "wcag": [] }, "tabindex": { "id": "tabindex", "description": "Tabindex", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child" ], "wcag": [ { "name": "2.4.3 Focus Order (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.3" } ] }, "text_small": { "id": "text_small", "description": "Very small text", "count": 1, "selectors": [ "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > DIV#floatingCart > A:first-child > SPAN:first-child > svg:first-child + DIV > SPAN:first-child" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 12, 0, 0, 14 ], "instances": [ { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child + STYLE + DIV + DIV + DIV > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > NAV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480bb196a00756625197ef > DIV:first-child > DIV:first-child > DIV#block-f8cb5098f2a2f73f7f0c > DIV:first-child > DIV:first-child > H2:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-0d563b80ec7767f82539 > DIV:first-child > DIV:first-child > H4:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV#block-0d563b80ec7767f82539 > DIV:first-child > DIV:first-child > H4:first-child + P" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#block-e3fbf5deeef747dfaa70 > DIV:first-child > DIV:first-child > P:first-child > STRONG:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#block-e3fbf5deeef747dfaa70 > DIV:first-child > DIV:first-child > P:first-child + P > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > FOOTER#footer-sections > SECTION:first-child > DIV:first-child + DIV > DIV:first-child > DIV#page-section-5f480b861e26a56924977051 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV#block-e3fbf5deeef747dfaa70 > DIV:first-child > DIV:first-child > P:first-child + P > A:first-child + BR + A" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_74 > DIV#yui_3_17_2_1_1687109642830_73 > DIV#yui_3_17_2_1_1687109642830_72 > DIV#page-section-5f480bb196a00756625197f3 > DIV#yui_3_17_2_1_1687109642830_71 > DIV#yui_3_17_2_1_1687109642830_70 > DIV#block-55ab3c0924fa96b4011d > DIV#yui_3_17_2_1_1687109642830_69 > FIGURE#yui_3_17_2_1_1687109642830_68 > DIV#yui_3_17_2_1_1687109642830_67 > DIV#yui_3_17_2_1_1687109642830_66 > DIV#yui_3_17_2_1_1687109642830_65 > NOSCRIPT:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_94 > DIV#block-74f07ec3ae6c04013da8 > DIV#yui_3_17_2_1_1687109642830_93 > DIV#yui_3_17_2_1_1687109642830_92 > FIGURE#yui_3_17_2_1_1687109642830_91 > DIV#yui_3_17_2_1_1687109642830_90 > DIV#yui_3_17_2_1_1687109642830_89 > NOSCRIPT:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_119 > DIV#block-80810a1eec420fcf2da1 > DIV#yui_3_17_2_1_1687109642830_118 > DIV#yui_3_17_2_1_1687109642830_117 > FIGURE#yui_3_17_2_1_1687109642830_116 > DIV#yui_3_17_2_1_1687109642830_115 > DIV#yui_3_17_2_1_1687109642830_114 > NOSCRIPT:first-child + IMG" }, "excerpt": "" }, { "ruleID": "alt_suspicious", "what": "Suspicious alternative text", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_138 > DIV#block-ebb2f6b0a189fe2aed9a > DIV#yui_3_17_2_1_1687109642830_137 > DIV#yui_3_17_2_1_1687109642830_136 > FIGURE#yui_3_17_2_1_1687109642830_135 > DIV#yui_3_17_2_1_1687109642830_134 > DIV#yui_3_17_2_1_1687109642830_133 > NOSCRIPT:first-child + IMG" }, "excerpt": "" }, { "ruleID": "h1_missing", "what": "Missing first level heading", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "selector", "spec": false }, "excerpt": "" }, { "ruleID": "link_suspicious", "what": "Suspicious link text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_74 > DIV#yui_3_17_2_1_1687109642830_73 > DIV#yui_3_17_2_1_1687109642830_72 > DIV#page-section-5f480bb196a00756625197f3 > DIV#yui_3_17_2_1_1687109642830_71 > DIV#yui_3_17_2_1_1687109642830_70 > DIV#block-55ab3c0924fa96b4011d > DIV#yui_3_17_2_1_1687109642830_69 > FIGURE#yui_3_17_2_1_1687109642830_68 > DIV:first-child + FIGCAPTION > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_74 > DIV#yui_3_17_2_1_1687109642830_73 > DIV#yui_3_17_2_1_1687109642830_72 > DIV#page-section-5f480bb196a00756625197f3 > DIV#yui_3_17_2_1_1687109642830_71 > DIV#yui_3_17_2_1_1687109642830_70 > DIV#block-55ab3c0924fa96b4011d > DIV#yui_3_17_2_1_1687109642830_69 > FIGURE#yui_3_17_2_1_1687109642830_68 > DIV#yui_3_17_2_1_1687109642830_67 > DIV#yui_3_17_2_1_1687109642830_66 > DIV#yui_3_17_2_1_1687109642830_65 > NOSCRIPT:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_94 > DIV#block-74f07ec3ae6c04013da8 > DIV#yui_3_17_2_1_1687109642830_93 > DIV#yui_3_17_2_1_1687109642830_92 > FIGURE#yui_3_17_2_1_1687109642830_91 > DIV#yui_3_17_2_1_1687109642830_90 > DIV#yui_3_17_2_1_1687109642830_89 > NOSCRIPT:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_119 > DIV#block-80810a1eec420fcf2da1 > DIV#yui_3_17_2_1_1687109642830_118 > DIV#yui_3_17_2_1_1687109642830_117 > FIGURE#yui_3_17_2_1_1687109642830_116 > DIV#yui_3_17_2_1_1687109642830_115 > DIV#yui_3_17_2_1_1687109642830_114 > NOSCRIPT:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > MAIN#page > ARTICLE#sections > SECTION#yui_3_17_2_1_1687109642830_100 > DIV#yui_3_17_2_1_1687109642830_99 > DIV#yui_3_17_2_1_1687109642830_98 > DIV#page-section-5f66835828978b1bff03b6df > DIV#yui_3_17_2_1_1687109642830_97 > DIV#yui_3_17_2_1_1687109642830_96 > DIV#yui_3_17_2_1_1687109642830_95 > DIV#yui_3_17_2_1_1687109642830_138 > DIV#block-ebb2f6b0a189fe2aed9a > DIV#yui_3_17_2_1_1687109642830_137 > DIV#yui_3_17_2_1_1687109642830_136 > FIGURE#yui_3_17_2_1_1687109642830_135 > DIV#yui_3_17_2_1_1687109642830_134 > DIV#yui_3_17_2_1_1687109642830_133 > NOSCRIPT:first-child" }, "excerpt": "" }, { "ruleID": "tabindex", "what": "Tabindex", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > HEADER#header > DIV:first-child + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "text_small", "what": "Very small text", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML#yui_3_17_2_1_1687109642830_75 > BODY#collection-5f480bb196a00756625197ed > DIV#siteWrapper > DIV#floatingCart > A:first-child > SPAN:first-child > svg:first-child + DIV > SPAN:first-child" }, "excerpt": "" } ] }, "endTime": 1687109646125 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD66-c", "which": "https://www.al4assembly.com/", "what": "Candidate Al Muratsuchi (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T17:33:04", "endTime": "2023-06-18T17:34:06", "elapsedSeconds": 61, "visitLatency": 7, "logCount": 64, "logSize": 3528, "errorLogCount": 1, "errorLogSize": 40, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 19 ], [ "testaro", 14 ], [ "alfa", 4 ], [ "ibm", 3 ], [ "wave", 3 ], [ "nuVal", 2 ], [ "qualWeb", 2 ], [ "tenon", 1 ], [ "axe", 0 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 986, "issue": 878, "tool": 94, "prevention": 0, "log": 14, "latency": 0 }, "details": { "severity": { "total": [ 101, 120, 53, 110 ], "byTool": { "testaro": [ 16, 45, 2, 6 ], "alfa": [ 1, 0, 0, 24 ], "axe": [ 11, 39, 1, 3 ], "continuum": [ 0, 0, 0, 5 ], "htmlcs": [ 21, 0, 0, 12 ], "ibm": [ 0, 6, 0, 3 ], "nuVal": [ 18, 0, 41, 0 ], "qualWeb": [ 22, 30, 5, 2 ], "tenon": [ 0, 0, 4, 41 ], "wave": [ 12, 0, 0, 14 ] } }, "prevention": {}, "issue": { "linkNoText": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 6, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 2, "texts": [ "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute" ] } } }, "continuum": { "237": { "quality": 1, "what": "a element has no machanism allowing an accessible name value to be calculated", "complaints": { "countTotal": 2, "texts": [ "This A element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.4_1_2.H91.A.NoContent": { "quality": 1, "what": "Link has an href attribute but no text", "complaints": { "countTotal": 4, "texts": [ "Anchor element found with a valid href attribute, but no link content has been supplied." ] } } }, "ibm": { "a_text_purpose": { "quality": 1, "what": "Hyperlink has no link text, label, or image with a text alternative", "complaints": { "countTotal": 2, "texts": [ "Hyperlink has no link text, label or image with a text alternative" ] } } }, "qualWeb": { "QW-ACT-R12": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 2, "texts": [ "This rule checks that each link has an accessible name." ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 6, "texts": [ "This link has no text inside it." ] } } } } }, "imageTextBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r39": { "quality": 1, "what": "Image text alternative is the filename instead", "complaints": { "countTotal": 1, "texts": [ "Image filename is accessible name for image" ] } } } } }, "contentBeyondLandmarks": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 1, "texts": [ "Perceivable text content is included in a landmark" ] } } } } }, "h1Missing": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "alfa": { "r61": { "quality": 1, "what": "First heading is not h1", "complaints": { "countTotal": 1, "texts": [ "Documents start with a level 1 heading" ] } } }, "axe": { "page-has-heading-one": { "quality": 1, "what": "Page contains no level-one heading", "complaints": { "countTotal": 1, "texts": [ "Page should contain a level-one heading; Page must have a level-one heading" ] } } }, "wave": { "h1_missing": { "quality": 1, "what": "Missing first level heading", "complaints": { "countTotal": 1, "texts": [ "Missing first level heading" ] } } } } }, "leadingInsufficient": { "score": 16, "maxCount": 8, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 8, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "headingOfNothing": { "score": 16, "maxCount": 8, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 8, "texts": [ "Headings of same level have text content between them" ] } } } } }, "textContrastAA": { "score": 152, "maxCount": 38, "weight": 4, "tools": { "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 38, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because element contains an image node", "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it is overlapped by another element" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #767676." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 14, "texts": [ "Very low contrast" ] } } } } }, "hiddenContentRisk": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 11, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "cssBansRotate": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "css-orientation-lock": { "quality": 1, "what": "CSS media query locks display orientation", "complaints": { "countTotal": 1, "texts": [ "CSS Media queries must not lock display orientation; CSS Orientation lock cannot be determined" ] } } } } }, "tabIndexPositive": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "axe": { "tabindex": { "quality": 1, "what": "Positive tabIndex risks creating a confusing focus order", "complaints": { "countTotal": 1, "texts": [ "Elements should not have tabindex greater than zero; Element has a tabindex greater than 0" ] } } }, "wave": { "tabindex": { "quality": 1, "what": "tabIndex value positive", "complaints": { "countTotal": 1, "texts": [ "Tabindex" ] } } } } }, "svgImageNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "continuum": { "123": { "quality": 1, "what": "svg element has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 2, "texts": [ "This svg element does not have a mechanism that allows an accessible name value to be calculated" ] } } } } }, "textAlternativeRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "continuum": { "234": { "quality": 1, "what": "img element has a suspicious calculated accessible name", "complaints": { "countTotal": 1, "texts": [ "This IMG has a suspicious calculated accessible name value of: unnamed.jpg" ] } } }, "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 6, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } }, "wave": { "alt_suspicious": { "quality": 1, "what": "Image text alternative is suspicious", "complaints": { "countTotal": 4, "texts": [ "Suspicious alternative text" ] } } } } }, "decorativeImageRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 1, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoHeadingRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "htmlcs": { "AAA.1_3_1.H42": { "quality": 1, "what": "Heading coding is not used but the element may be intended as a heading", "complaints": { "countTotal": 1, "texts": [ "Heading markup should be used if this content is intended as a heading." ] } } } } }, "pseudoNavList": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 2, "texts": [ "If this element contains a navigation section, it is recommended that it be marked up as a list." ] } } } } }, "scrollRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 2, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion." ] } } }, "qualWeb": { "QW-BP18": { "quality": 1, "what": "Percentage is not used in CSS for a container size", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to enable users to increase the size of text without having to scroll horizontally to read that text. To use this technique, an author specifies the width of text containers using percent values." ] } } } } }, "contrastRisk": { "score": 8, "maxCount": 8, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 8, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 7, "maxCount": 7, "weight": 1, "tools": { "htmlcs": { "AAA.3_2_5.H83.3": { "quality": 1, "what": "Link text may fail to indicate that the link will open in a new window", "complaints": { "countTotal": 7, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This h2 element appears to be the primary document heading, so should be an h1 element.", "The heading structure is not logically nested. This h2 element should be an h1 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "contrastAAA": { "score": 15, "maxCount": 15, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 5, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 15, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "landmarkConfusion": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_landmark_name_unique": { "quality": 1, "what": "Multiple landmarks with the same parent region are not distinguished from one another", "complaints": { "countTotal": 1, "texts": [ "Multiple \"navigation\" landmarks with the same parent region are not distinguished from one another because they have the same \"\" label" ] } } } } }, "figureNoText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "ibm": { "figure_label_exists": { "quality": 1, "what": "figure element has no associated label", "complaints": { "countTotal": 3, "texts": [ "The <figure> element does not have an associated label" ] } } } } }, "obsolete": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "ibm": { "element_attribute_deprecated": { "quality": 1, "what": "Element or attribute is obsolete", "complaints": { "countTotal": 2, "texts": [ "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5" ] } } } } }, "roleRedundant": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "ibm": { "aria_role_redundant": { "quality": 1, "what": "Explicitly assigned ARIA role is redundant with the implicit role of the element", "complaints": { "countTotal": 1, "texts": [ "The explicitly-assigned ARIA role \"main\" is redundant with the implicit role of the element <main>" ] } } }, "nuVal": { "^The .+ role is unnecessary for element .+$": { "quality": 1, "what": "explicit role is redundant for its element", "complaints": { "countTotal": 2, "texts": [ "The main role is unnecessary for element main." ] } } }, "testaro": { "role": { "quality": 1, "what": "Invalid, native-replacing, or redundant role", "complaints": { "countTotal": 1, "texts": [ "MAIN elements have redundant explicit role main (count: 1)" ] } } } } }, "attributeBad": { "score": 64, "maxCount": 16, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed here.*$": { "quality": 1, "what": "Attribute not allowed here", "complaints": { "countTotal": 4, "texts": [ "Attribute xmlns:og not allowed here.", "Attribute xmlns:fb not allowed here." ] } }, "^Attribute .+ is not serializable as XML 1\\.0.*$": { "quality": 1, "what": "Attribute is invalidly nonserializable", "complaints": { "countTotal": 4, "texts": [ "Attribute with the local name xmlns:og is not serializable as XML 1.0.", "Attribute with the local name xmlns:fb is not serializable as XML 1.0." ] } }, "The itemprop attribute was specified, but the element is not a property of any item.": { "quality": 1, "what": "itemprop attribute is on an element that is not a property of an item", "complaints": { "countTotal": 8, "texts": [ "The itemprop attribute was specified, but the element is not a property of any item." ] } } } } }, "metaBad": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "nuVal": { "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge.": { "quality": 1, "what": "meta element with http-equiv=\"X-UA-Compatible\" has no content=\"IE=edge\"", "complaints": { "countTotal": 2, "texts": [ "A meta element with an http-equiv attribute whose value is X-UA-Compatible must have a content attribute with the value IE=edge." ] } }, "^Bad value .+ for attribute .+ on element meta.*$": { "quality": 1, "what": "Attribute of a meta element has an invalid value", "complaints": { "countTotal": 2, "texts": [ "Bad value Accept-CH for attribute http-equiv on element meta." ] } } } } }, "typeRedundant": { "score": 10, "maxCount": 10, "weight": 1, "tools": { "nuVal": { "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 10, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "parentBad": { "score": 56, "maxCount": 14, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 14, "texts": [ "Element div not allowed as child of element span in this context. (Suppressing further errors from this subtree.)", "Element style not allowed as child of element div in this context. (Suppressing further errors from this subtree.)", "Element div not allowed as child of element button in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "imageNoSource": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "nuVal": { "Element img is missing required attribute src.": { "quality": 1, "what": "img element has no src attribute", "complaints": { "countTotal": 10, "texts": [ "Element img is missing required attribute src." ] } } } } }, "slashParseRisk": { "score": 35, "maxCount": 35, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 35, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "articleHeadingless": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "nuVal": { "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles.": { "quality": 1, "what": "article has no heading", "complaints": { "countTotal": 2, "texts": [ "Article lacks heading. Consider using h2-h6 elements to add identifying headings to all articles." ] } } } } }, "duplicateAttribute": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "nuVal": { "^Duplicate attribute.*$": { "quality": 1, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 1, "texts": [ "Duplicate attribute alt." ] } } }, "testaro": { "dupAtt": { "quality": 0.7, "what": "Source code of the element contains 2 or more of the same attribute", "complaints": { "countTotal": 1, "texts": [ "Element IMG has 2 attributes with the same name" ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R63": { "quality": 1, "what": "Document has no landmark with non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content" ] } } } } }, "skipRepeatedContent": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-ACT-R64": { "quality": 1, "what": "Document has no heading for non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the non-repeated content contains a heading" ] } }, "QW-ACT-R75": { "quality": 1, "what": "Blocks of repeated content cannot be bypassed", "complaints": { "countTotal": 1, "texts": [ "This rule checks that each page has a mechanism to bypass repeated blocks of content." ] } } } } }, "repeatedContentRisk": { "score": 5, "maxCount": 5, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } }, "QW-BP17": { "quality": 1, "what": "No link at the beginning of a block of repeated content goes to the end of the block", "complaints": { "countTotal": 2, "texts": [ "The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block." ] } } } } }, "focusIndication": { "score": 88, "maxCount": 22, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 22, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } } } }, "sectionHeadingless": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order" ] } } } } }, "noHeading": { "score": 51, "maxCount": 17, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 17, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "boxSizeAbsolute": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 2, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "linkVague": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "tenon": { "73": { "quality": 1, "what": "Link text is too generic to communicate the purpose or destination", "complaints": { "countTotal": 2, "texts": [ "This link text is uninformative." ] } } } } }, "fontSmall": { "score": 9, "maxCount": 3, "weight": 3, "tools": { "tenon": { "134": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 3, "texts": [ "Very small text found." ] } } }, "wave": { "text_small": { "quality": 1, "what": "Text is very small", "complaints": { "countTotal": 1, "texts": [ "Very small text" ] } } } } }, "leadingClipsText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 3, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 6, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "linkForcesNewWindow": { "score": 27, "maxCount": 9, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 9, "texts": [ "This link opens in a new window without user control." ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "tabFocusability": { "score": 2, "maxCount": 0.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 1, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "focusableOperable": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "testaro": { "focOp": { "quality": 1, "what": "Tab-focusable elements that are inoperable or operable elements that are not focusable", "complaints": { "countTotal": 1, "texts": [ null ] } } } } }, "hoverSurprise": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 3, "texts": [ "Hovering over element has unexpected effects", "Operable element cannot be hovered over" ] } } } } }, "linkIndication": { "score": 82, "maxCount": 41, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 41, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 4, "texts": [ "In-line links have 4 different styles", "Level-2 headings have 2 different styles" ] } } } } }, "zIndexNotZero": { "score": 12, "maxCount": 12, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 12, "texts": [ "DIV element has a non-default Z index", "HEADER element has a non-default Z index", "A element has a non-default Z index", "MAIN element has a non-default Z index", "FIGCAPTION element has a non-default Z index", "FOOTER element has a non-default Z index" ] } } } } }, "linkComprehensionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "link_suspicious": { "quality": 1, "what": "Suspicious link text", "complaints": { "countTotal": 1, "texts": [ "Suspicious link text" ] } } } } }, "noScriptRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 4, "texts": [ "Noscript element" ] } } } } } } } } }