Accessibility digest
Page | Candidate Buffy Wicks (D) |
---|---|
URL | https://buffywicks.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1312 |
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 Buffy Wicks (D) at https://buffywicks.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 1312, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1312 | Sum of the component scores |
issue | 857 | Severity and number of reported defects |
tool | 152 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 3 | 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 |
---|---|
fatalError | 100 |
metaBad | 96 |
fontSizeAbsolute | 96 |
duplicateID | 88 |
focusIndication | 68 |
cssInvalid | 30 |
linkElementBad | 28 |
slashParseRisk | 27 |
linkIndication | 26 |
hoverSurprise | 26 |
leadingClipsText | 24 |
zIndexNotZero | 23 |
pseudoNavList | 20 |
elementClosure | 18 |
typeRedundant | 16 |
parentBad | 16 |
siteNavigation | 14 |
contentBeyondLandmarks | 12 |
contrastAAA | 11 |
linkNoText | 8 |
metaBansZoom | 8 |
imageNoText | 8 |
backgroundBad | 8 |
titleBad | 8 |
hiddenContentRisk | 6 |
parseError | 6 |
skipRepeatedContent | 6 |
noHeading | 6 |
targetSize | 6 |
linkForcesNewWindow | 6 |
inconsistentStyles | 6 |
textContrastAA | 4 |
linkPair | 4 |
repeatedContentRisk | 3 |
scrollRisk | 3 |
textAlternativeRisk | 3 |
justificationRisk | 3 |
horizontalScrolling | 3 |
focusableOperable | 3 |
mainNone | 2 |
contrastRisk | 2 |
linkWindowSurpriseRisk | 2 |
linkTextsSame | 2 |
sectionHeadingless | 1 |
noScriptRisk | 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 fatalError
WCAG: 4.1
Score: 100
Complaints by nuVal
Rule Cannot recover after last error. Any further errors will be ignored.
Cannot recover after last error. Any further errors will be ignored.
Description: Testing was interrupted by a fatal error
Count of instances: 2
Complaint specifics
- Cannot recover after last error. Any further errors will be ignored.
Issue metaBad
WCAG: 1.3.1
Score: 96
Complaints by nuVal
Rule ^Attribute .+ not allowed on element meta at this point.*$
^Attribute .+ not allowed on element meta at this point.*$
Description: Attribute is not allowed on a meta element here
Count of instances: 16
Complaint specifics
- Attribute name not allowed on element meta at this point.
Rule ^Element meta is missing one or more of the following attributes: .+$
Description: meta element is missing a required attribute
Count of instances: 16
Complaint specifics
- Element meta is missing one or more of the following attributes: itemprop, property.
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 96
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 48
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue duplicateID
WCAG: 4.1.1
Score: 88
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 22
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Description: id attribute value is not unique
Count of instances: 11
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3369
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3648
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3652
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3651
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3650
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3649
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3399
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3375
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3398
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3373
- id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3667
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 22
Complaint specifics
- This LI has an id attribute of 'menu-item-3369', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3648', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3652', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3651', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3650', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3649', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3399', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3375', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3398', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3373', which is not unique in the same DOM
- This LI has an id attribute of 'menu-item-3667', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 11
Complaint specifics
- Duplicate id attribute value "menu-item-3369" found on the web page.
- Duplicate id attribute value "menu-item-3373" found on the web page.
- Duplicate id attribute value "menu-item-3375" found on the web page.
- Duplicate id attribute value "menu-item-3398" found on the web page.
- Duplicate id attribute value "menu-item-3399" found on the web page.
- Duplicate id attribute value "menu-item-3648" found on the web page.
- Duplicate id attribute value "menu-item-3649" found on the web page.
- Duplicate id attribute value "menu-item-3650" found on the web page.
- Duplicate id attribute value "menu-item-3651" found on the web page.
- Duplicate id attribute value "menu-item-3652" found on the web page.
- Duplicate id attribute value "menu-item-3667" found on the web page.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 22
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue focusIndication
WCAG: 2.4.7
Score: 68
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 17
Complaint specifics
- Element in sequential focus order has visible focus
Complaints by qualWeb
Rule QW-ACT-R62
QW-ACT-R62
Description: Element in the sequential focus order has no visible focus
Count of instances: 17
Complaint specifics
- This rule checks that each element in sequential focus order has some visible focus indication.
Complaints by testaro
Rule focInd
focInd
Description: Focused element displays a nonstandard or no focus indicator
Count of instances: 17
Complaint specifics
- A element has no focus indicator
Issue cssInvalid
WCAG: 4.1
Score: 30
Complaints by nuVal
Rule ^CSS: .+: Property .+ doesn't exist.*$
^CSS: .+: Property .+ doesn't exist.*$
Description: Invalid property in CSS
Count of instances: 2
Complaint specifics
- CSS: background-repeat-y: Property background-repeat-y doesn't exist.
Rule CSS: Parse Error.
Description: Invalid CSS
Count of instances: 8
Complaint specifics
- CSS: Parse Error.
Issue linkElementBad
WCAG: 1.3.1
Score: 28
Complaints by htmlcs
Rule AAA.2_4_8.H59.1
AAA.2_4_8.H59.1
Description: link element is not in the document head
Count of instances: 1
Complaint specifics
- Link elements can only be located in the head section of the document.
Complaints by nuVal
Rule A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
Description: link element with a body ancestor has no itemprop or valid rel attribute
Count of instances: 6
Complaint specifics
- A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.
Rule A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Description: link element with an as attribute has no rel attribute with preload or modulepreload as its value
Count of instances: 1
Complaint specifics
- A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.
Issue slashParseRisk
WCAG: 4.1
Score: 27
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: 27
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue linkIndication
WCAG: 1.3.3
Score: 26
Complaints by alfa
Rule r62
r62
Description: Inline link is not distinct from the surrounding text except by color
Count of instances: 1
Complaint specifics
- Links in blocks of text are distinguishable
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 13
Complaint specifics
- Link is inline but has no underline
Issue hoverSurprise
WCAG: 1.4.13
Score: 26
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 13
Complaint specifics
- Hovering over element has unexpected effects
- List item changes when hovered over
Issue leadingClipsText
WCAG: 1.4.8
Score: 24
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 6
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue zIndexNotZero
WCAG: 1.4
Score: 23
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 23
Complaint specifics
- HEADER element has a non-default Z index
- DIV element has a non-default Z index
- A element has a non-default Z index
- UL element has a non-default Z index
- I element has a non-default Z index
- SPAN element has a non-default Z index
Issue pseudoNavList
WCAG: 1.3.1
Score: 20
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 10
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue elementClosure
WCAG: 4.1.1
Score: 18
Complaints by nuVal
Rule ^Stray end tag .+$
^Stray end tag .+$
Description: Invalid closing tag
Count of instances: 4
Complaint specifics
- Stray end tag noscript.
- Stray end tag head.
Rule ^Start tag .+ seen but an element of the same type was already open.*$
Description: Element is invalidly a descendant of another such element
Count of instances: 2
Complaint specifics
- Start tag body seen but an element of the same type was already open.
Issue typeRedundant
WCAG: 1.3.1
Score: 16
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: 5
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Rule The type attribute for the style element is not needed and should be omitted.
Description: type attribute is unnecessary for a style element
Count of instances: 11
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Issue parentBad
WCAG: 1.3.1
Score: 16
Complaints by nuVal
Rule ^Element .+ not allowed as child of element .+ in this context.*$
^Element .+ not allowed as child of element .+ in this context.*$
Description: Element has an invalid parent
Count of instances: 4
Complaint specifics
- Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
Issue siteNavigation
WCAG: 2.4
Score: 14
Complaints by qualWeb
Rule QW-WCAG-T15
QW-WCAG-T15
Description: link element and navigation tools not used
Count of instances: 14
Complaint specifics
- The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 12
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 6
Complaint specifics
- Perceivable text content is included in a landmark
Complaints by axe
Rule region
region
Description: Some page content is not contained by landmarks
Count of instances: 5
Complaint specifics
- All page content should be contained by landmarks; Some page content is not contained by landmarks
Issue contrastAAA
WCAG: 1.4.6
Score: 11
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 2
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 2
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.99 (foreground color: #4897d0, background color: #12092d, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5 (foreground color: #2ea3f2, background color: #2d2d2d, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 11
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6:1. Recommendation: change text colour to #fdfeff.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.
Issue linkNoText
WCAG: 2.4.4
Score: 8
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 2
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: 2
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 2
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule link_empty
link_empty
Description: Link contains no text
Count of instances: 2
Complaint specifics
- Empty link
Issue metaBansZoom
WCAG: 1.4.4
Score: 8
Complaints by alfa
Rule r47
r47
Description: meta element restricts zooming
Count of instances: 1
Complaint specifics
- <meta name='viewport'> elements do not prevent zoom
Complaints by axe
Rule meta-viewport
meta-viewport
Description: Zooming and scaling are disabled
Count of instances: 1
Complaint specifics
- Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices
Complaints by continuum
Rule 59
59
Description: meta element in the head sets the viewport maximum-scale to less than 2
Count of instances: 1
Complaint specifics
- This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2
Complaints by nuVal
Rule Consider avoiding viewport values that prevent users from resizing documents.
Consider avoiding viewport values that prevent users from resizing documents.
Description: viewport value prevents users from resizing the document
Count of instances: 2
Complaint specifics
- Consider avoiding viewport values that prevent users from resizing documents.
Complaints by qualWeb
Rule QW-ACT-R14
QW-ACT-R14
Description: meta viewport prevents zoom
Count of instances: 1
Complaint specifics
- This rule checks that the meta element retains the user agent ability to zoom.
Issue imageNoText
WCAG: 1.1.1
Score: 8
Complaints by nuVal
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 2
Complaint specifics
- An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Issue backgroundBad
WCAG: 4.1
Score: 8
Complaints by nuVal
Rule ^CSS: background: .+ is not a color value.*$
^CSS: background: .+ is not a color value.*$
Description: CSS background color is misdefined
Count of instances: 2
Complaint specifics
- CSS: background: from(#738aba) is not a color value.
- CSS: background: from(#4267B2) is not a color value.
Issue titleBad
WCAG: 1.3.1
Score: 8
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 2
Complaint specifics
- IMG element has a title attribute
Issue hiddenContentRisk
WCAG: 4.1
Score: 6
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 6
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 parseError
WCAG: 4.1
Score: 6
Complaints by nuVal
Rule ^Bad start tag in .+$
^Bad start tag in .+$
Description: Invalid start tag
Count of instances: 2
Complaint specifics
- Bad start tag in img in noscript in head.
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 6
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Rule QW-ACT-R75
Description: Blocks of repeated content cannot be bypassed
Count of instances: 1
Complaint specifics
- This rule checks that each page has a mechanism to bypass repeated blocks of content.
Issue noHeading
WCAG: 1.3.1
Score: 6
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 2
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue targetSize
WCAG: 2.5.5
Score: 6
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 2
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 6
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 2
Complaint specifics
- This link opens in a new window without user control.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 6
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 6
Complaint specifics
- In-line links have 3 different styles
- Links in columns have 5 different styles
Issue textContrastAA
WCAG: 1.4.3
Score: 4
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 1
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements
Issue linkPair
WCAG: 2.4.4
Score: 4
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 2
Complaint specifics
- Redundant link
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 3
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Issue scrollRisk
WCAG: 1.4.10
Score: 3
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: 3
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
- Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.
Issue textAlternativeRisk
WCAG: 1
Score: 3
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 3
Complaint specifics
- This describes a failure condition for all techniques involving text alternatives. If the text in the "text alternative" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content
Issue justificationRisk
WCAG: 1.4.8
Score: 3
Complaints by qualWeb
Rule QW-WCAG-T29
QW-WCAG-T29
Description: Alignment either to the left or right is not specified in CSS
Count of instances: 3
Complaint specifics
- This technique describes how to align blocks of text either left or right by setting the CSS text-align property.
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue 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 mainNone
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-one-main
landmark-one-main
Description: page has no main landmark
Count of instances: 1
Complaint specifics
- Document should have one main landmark; Document does not have a main landmark
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 contrastRisk
WCAG: 1.4.3
Score: 2
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 2
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 2
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: 2
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue linkTextsSame
WCAG: 2.4.4
Score: 2
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 1
Complaint specifics
- These links have the same text but different destinations.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 1
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 1
Complaint specifics
- The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order
Issue noScriptRisk
WCAG: 4.1
Score: 1
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 1
Complaint specifics
- Noscript element
Complete report
{ "id": "18ixx-ts27-caAD14-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687094552552, "endTime": 1687094553101 }, { "type": "url", "which": "https://buffywicks.com/", "what": "Candidate Buffy Wicks (D)", "startTime": 1687094553101, "result": { "url": "https://buffywicks.com/" }, "endTime": 1687094553978 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687094553979, "url": "https://buffywicks.com/", "endTime": 1687094554869 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687094554869, "url": "https://buffywicks.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 690208, 690208, 690208, 690208, 690208 ], "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": 1687094568306 }, { "type": "launch", "which": "chromium", "startTime": 1687094568306, "endTime": 1687094568815 }, { "type": "url", "which": "https://buffywicks.com/", "what": "Candidate Buffy Wicks (D)", "startTime": 1687094568816, "result": { "url": "https://buffywicks.com/" }, "endTime": 1687094569563 }, { "type": "test", "which": "alfa", "startTime": 1687094569563, "url": "https://buffywicks.com/", "what": "alfa", "result": { "totals": { "failures": 34, "warnings": 18 }, "items": [ { "index": 7, "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]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">", " <i class=\"et_social_icon et_social_icon_facebook\"></i>", " <span class=\"et_social_overlay\"></span>", "</a>" ] } }, { "index": 8, "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]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">", " <i class=\"et_social_icon et_social_icon_twitter\"></i>", " <span class=\"et_social_overlay\"></span>", "</a>" ] } }, { "index": 70, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\">", " <a href=\"https://buffywicks.com/\" aria-current=\"page\">", " Home", " </a>", "</li>" ] } }, { "index": 71, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">", " <a href=\"https://buffywicks.com/record/\">", " Record", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">", " <a href=\"https://buffywicks.com/record/housing-homelessness/\">", " Housing and homelessness", " </a>", " </li>", " <li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">", " <a href=\"https://buffywicks.com/record/working-families/\">", " Standing up for working families", " </a>", " </li>", " <li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">", " <a href=\"https://buffywicks.com/record/consumers/\">", " Standing up for consumers", " </a>", " </li>", " <li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">", " <a href=\"https://buffywicks.com/record/gun-violence-prevention/\">", " Gun Violence Prevention", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 72, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">", " <a href=\"https://buffywicks.com/record/housing-homelessness/\">", " Housing and homelessness", " </a>", "</li>" ] } }, { "index": 73, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">", " <a href=\"https://buffywicks.com/record/working-families/\">", " Standing up for working families", " </a>", "</li>" ] } }, { "index": 74, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[3]", "codeLines": [ "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">", " <a href=\"https://buffywicks.com/record/consumers/\">", " Standing up for consumers", " </a>", "</li>" ] } }, { "index": 75, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]", "codeLines": [ "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">", " <a href=\"https://buffywicks.com/record/gun-violence-prevention/\">", " Gun Violence Prevention", " </a>", "</li>" ] } }, { "index": 77, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]", "codeLines": [ "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">", " <a href=\"/ad15\">", " Assembly District 15", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">", " <a href=\"/ad15\">", " Do you live in AD15?", " </a>", " </li>", " <li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">", " <a href=\"https://a15.asmdc.org/\">", " Official Assembly Office Page", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 78, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">", " <a href=\"/ad15\">", " Do you live in AD15?", " </a>", "</li>" ] } }, { "index": 79, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">", " <a href=\"https://a15.asmdc.org/\">", " Official Assembly Office Page", " </a>", "</li>" ] } }, { "index": 80, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]", "codeLines": [ "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">", " <a href=\"https://buffywicks.com/join/\">", " Join", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">", " <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">", " Donate", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 81, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">", " <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">", " Donate", " </a>", "</li>" ] } }, { "index": 84, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\">", " <a href=\"https://buffywicks.com/\" aria-current=\"page\">", " Home", " </a>", "</li>" ] } }, { "index": 85, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">", " <a href=\"https://buffywicks.com/record/\">", " Record", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">", " <a href=\"https://buffywicks.com/record/housing-homelessness/\">", " Housing and homelessness", " </a>", " </li>", " <li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">", " <a href=\"https://buffywicks.com/record/working-families/\">", " Standing up for working families", " </a>", " </li>", " <li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">", " <a href=\"https://buffywicks.com/record/consumers/\">", " Standing up for consumers", " </a>", " </li>", " <li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">", " <a href=\"https://buffywicks.com/record/gun-violence-prevention/\">", " Gun Violence Prevention", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 86, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">", " <a href=\"https://buffywicks.com/record/housing-homelessness/\">", " Housing and homelessness", " </a>", "</li>" ] } }, { "index": 87, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">", " <a href=\"https://buffywicks.com/record/working-families/\">", " Standing up for working families", " </a>", "</li>" ] } }, { "index": 88, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[3]", "codeLines": [ "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">", " <a href=\"https://buffywicks.com/record/consumers/\">", " Standing up for consumers", " </a>", "</li>" ] } }, { "index": 89, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[4]", "codeLines": [ "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">", " <a href=\"https://buffywicks.com/record/gun-violence-prevention/\">", " Gun Violence Prevention", " </a>", "</li>" ] } }, { "index": 90, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]", "codeLines": [ "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">", " <a href=\"/ad15\">", " Assembly District 15", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">", " <a href=\"/ad15\">", " Do you live in AD15?", " </a>", " </li>", " <li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">", " <a href=\"https://a15.asmdc.org/\">", " Official Assembly Office Page", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 91, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">", " <a href=\"/ad15\">", " Do you live in AD15?", " </a>", "</li>" ] } }, { "index": 92, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/ul[1]/li[2]", "codeLines": [ "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">", " <a href=\"https://a15.asmdc.org/\">", " Official Assembly Office Page", " </a>", "</li>" ] } }, { "index": 93, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]", "codeLines": [ "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">", " <a href=\"https://buffywicks.com/join/\">", " Join", " </a>", " <ul class=\"sub-menu\">", " <li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">", " <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">", " Donate", " </a>", " </li>", " </ul>", "</li>" ] } }, { "index": 94, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "li", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/ul[1]/li[1]", "codeLines": [ "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">", " <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">", " Donate", " </a>", "</li>" ] } }, { "index": 155, "verdict": "failed", "rule": { "ruleID": "r47", "ruleSummary": "<meta name='viewport'> elements do not prevent zoom", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r47", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "element", "tagName": "meta", "path": "/html[1]/head[1]/meta[8]", "codeLines": [ "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" ] } }, { "index": 168, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h1[1]/text()[1]", "codeLines": [ "Assemblymember Buffy Wicks" ] } }, { "index": 169, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]", "codeLines": [ "Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly." ] } }, { "index": 170, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]", "codeLines": [ "Email us:" ] } }, { "index": 171, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/span[1]/a[1]/text()[1]", "codeLines": [ "hello@buffywicks.com" ] } }, { "index": 172, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/a[1]/text()[1]", "codeLines": [ "Do I live in District 15?" ] } }, { "index": 173, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Buffy Wicks for Assembly 2022. FPPC # 1434997" ] } }, { "index": 186, "verdict": "failed", "rule": { "ruleID": "r62", "ruleSummary": "Links in blocks of text are distinguishable", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r62", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#use-of-color", "chapter": "1.4.1", "title": "Use of Color" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/span[1]/a[1]", "codeLines": [ "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\">", " hello@buffywicks.com", "</a>" ] }, "etcTags": [ { "type": "version", "version": 2 } ] }, { "index": 190, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/\" aria-current=\"page\">", " Home", "</a>" ] } }, { "index": 191, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/record/\">", " Record", "</a>" ] } }, { "index": 192, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/div[1]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/\">", " <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly.png\" width=\"800\" height=\"323\" alt=\"Buffy Wicks\" id=\"logo\" data-height-percentage=\"54\" data-actual-width=\"800\" data-actual-height=\"323\">", "</a>" ] } }, { "index": 193, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"/ad15\">", " Assembly District 15", "</a>" ] } }, { "index": 194, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/join/\">", " Join", "</a>" ] } }, { "index": 195, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">", " <i class=\"et_social_icon et_social_icon_facebook\"></i>", " <span class=\"et_social_overlay\"></span>", "</a>" ] } }, { "index": 196, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">", " <i class=\"et_social_icon et_social_icon_twitter\"></i>", " <span class=\"et_social_overlay\"></span>", "</a>" ] } }, { "index": 197, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/span[1]/a[1]", "codeLines": [ "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\">", " hello@buffywicks.com", "</a>" ] } }, { "index": 198, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/a[1]", "codeLines": [ "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"/ad15\">", " Do I live in District 15?", "</a>" ] } }, { "index": 199, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/\" aria-current=\"page\">", " Home", "</a>" ] } }, { "index": 200, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/meetbuffy/\">", " Meet Buffy", "</a>" ] } }, { "index": 201, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/?page_id=2142\">", " Myth vs. Fact", "</a>" ] } }, { "index": 202, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/priorities/\">", " Priorities", "</a>" ] } }, { "index": 203, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/join/\">", " Join", "</a>" ] } }, { "index": 204, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/latest/\">", " Latest News", "</a>" ] } }, { "index": 205, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/endorsements/\">", " Endorsements", "</a>" ] } }, { "index": 206, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[8]/a[1]", "codeLines": [ "<a href=\"https://buffywicks.com/donate/\">", " Donate", "</a>" ] } }, { "index": 207, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 217, "verdict": "failed", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 354, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ], "success": true }, "standardResult": { "totals": [ 18, 0, 0, 34 ], "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]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"et_social_overlay\"></span> </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]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_overlay\"></span> </a>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\"> <a href=\"https://buffywicks.com/\" aria-current=\"page\"> Home </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"> <a href=\"https://buffywicks.com/record/\"> Record </a> <ul class=\"sub-men ... -3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"> <a href=\"https://buffywicks.com/record/gun-violence-prevention/\"> Gun Violence Prevention </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"> <a href=\"https://buffywicks.com/record/housing-homelessness/\"> Housing and homelessness </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"> <a href=\"https://buffywicks.com/record/working-families/\"> Standing up for working families </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[3]" }, "excerpt": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\"> <a href=\"https://buffywicks.com/record/consumers/\"> Standing up for consumers </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/ul[1]/li[4]" }, "excerpt": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"> <a href=\"https://buffywicks.com/record/gun-violence-prevention/\"> Gun Violence Prevention </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]" }, "excerpt": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\"> <a href=\"/ad15\"> Assembly District 15 </a> <ul class=\"sub-menu\"> <li id=\" ... /a> </li> <li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"> <a href=\"https://a15.asmdc.org/\"> Official Assembly Office Page </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"> <a href=\"/ad15\"> Do you live in AD15? </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"> <a href=\"https://a15.asmdc.org/\"> Official Assembly Office Page </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]" }, "excerpt": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\"> <a href=\"https://buffywicks.com/join/\"> Join </a> <ul class=\"sub-menu\"> <li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"> <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\"> Donate </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"> <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\"> Donate </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\"> <a href=\"https://buffywicks.com/\" aria-current=\"page\"> Home </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"> <a href=\"https://buffywicks.com/record/\"> Record </a> <ul class=\"sub-men ... -3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"> <a href=\"https://buffywicks.com/record/gun-violence-prevention/\"> Gun Violence Prevention </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"> <a href=\"https://buffywicks.com/record/housing-homelessness/\"> Housing and homelessness </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"> <a href=\"https://buffywicks.com/record/working-families/\"> Standing up for working families </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[3]" }, "excerpt": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\"> <a href=\"https://buffywicks.com/record/consumers/\"> Standing up for consumers </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/ul[1]/li[4]" }, "excerpt": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"> <a href=\"https://buffywicks.com/record/gun-violence-prevention/\"> Gun Violence Prevention </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]" }, "excerpt": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\"> <a href=\"/ad15\"> Assembly District 15 </a> <ul class=\"sub-menu\"> <li id=\" ... /a> </li> <li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"> <a href=\"https://a15.asmdc.org/\"> Official Assembly Office Page </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"> <a href=\"/ad15\"> Do you live in AD15? </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"> <a href=\"https://a15.asmdc.org/\"> Official Assembly Office Page </a> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]" }, "excerpt": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\"> <a href=\"https://buffywicks.com/join/\"> Join </a> <ul class=\"sub-menu\"> <li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"> <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\"> Donate </a> </li> </ul> </li>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/ul[1]/li[1]" }, "excerpt": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"> <a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\"> Donate </a> </li>" }, { "ruleID": "r47", "what": "<meta name='viewport'> elements do not prevent zoom", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/head[1]/meta[8]" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/h1[1]/text()[1]" }, "excerpt": "Assemblymember Buffy Wicks" }, { "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]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h2[1]/span[1]/text()[1]" }, "excerpt": "Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly." }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/text()[1]" }, "excerpt": "Email us:" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/span[1]/a[1]/text()[1]" }, "excerpt": "hello@buffywicks.com" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/a[1]/text()[1]" }, "excerpt": "Do I live in District 15?" }, { "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]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Buffy Wicks for Assembly 2022. FPPC # 1434997" }, { "ruleID": "r62", "what": "Links in blocks of text are distinguishable", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/span[1]/a[1]" }, "excerpt": "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\"> hello@buffywicks.com </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\"> Home </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/record/\"> Record </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[3]/div[1]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly.png\" width=\"800\" height=\"323\" alt=\"Buffy Wicks\" id=\"logo\" data-height-percentage=\"54\" data-actual-width=\"800\" data-actual-height=\"323\"> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"/ad15\"> Assembly District 15 </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/join/\"> Join </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"et_social_overlay\"></span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_overlay\"></span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/p[1]/span[1]/a[1]" }, "excerpt": "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\"> hello@buffywicks.com </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[3]/div[1]/a[1]" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"/ad15\"> Do I live in District 15? </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\"> Home </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/meetbuffy/\"> Meet Buffy </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/?page_id=2142\"> Myth vs. Fact </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/priorities/\"> Priorities </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/join/\"> Join </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/latest/\"> Latest News </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[7]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/endorsements/\"> Endorsements </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[8]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/donate/\"> Donate </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[1]/a[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687094573056 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687094573056, "url": "https://buffywicks.com/", "what": "Axe", "result": { "totals": { "rulesNA": 64, "rulesPassed": 32, "rulesWarned": 2, "rulesViolated": 6, "warnings": { "minor": 6, "moderate": 0, "serious": 1, "critical": 0 }, "violations": { "minor": 11, "moderate": 6, "serious": 4, "critical": 1 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T13:22:53.431Z", "url": "https://buffywicks.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": "19.5pt (26px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "3:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<span style=\"font-weight: 400;\">Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly.</span>", "target": [ "h2 > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" } ] }, { "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": "<ul class=\"sub-menu\">", "target": [ "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"sub-menu\">", "target": [ "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>\n</ul>", "target": [ "#top-menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type > .sub-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div id=\"et_mobile_nav_menu\">", "target": [ "#et_mobile_nav_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": "<span class=\"select_page\">Select Page</span>", "target": [ ".select_page" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\">", "target": [ "#mobile_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." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4897d0", "bgColor": "#12092d", "contrastRatio": 5.99, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<header id=\"main-header\" data-height-onload=\"154\" data-height-loaded=\"true\" data-fixed-height-onload=\"155.703\" style=\"top: 0px;\">", "target": [ "#main-header" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.99 (foreground color: #4897d0, background color: #12092d, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>", "target": [ "#top-menu > .menu-item-3369.menu-item-home.current-menu-item > a[aria-current=\"page\"][href$=\"buffywicks.com/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.99 (foreground color: #4897d0, background color: #12092d, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#2ea3f2", "bgColor": "#2d2d2d", "contrastRatio": 5, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div id=\"et-footer-nav\">", "target": [ "#et-footer-nav" ] }, { "html": "<footer id=\"main-footer\">", "target": [ "#main-footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5 (foreground color: #2ea3f2, background color: #2d2d2d, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>", "target": [ "#menu-item-232 > a[aria-current=\"page\"][href$=\"buffywicks.com/\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5 (foreground color: #2ea3f2, background color: #2d2d2d, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "menu-item-3369", "relatedNodes": [ { "html": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\"><a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a></li>", "target": [ ".et_first_mobile_item" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3369" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\"><a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a></li>", "target": [ "#top-menu > .menu-item-3369.menu-item-home.current-menu-item" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3369" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3648", "relatedNodes": [ { "html": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">", "target": [ "#mobile_menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3648" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">", "target": [ "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3648" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3652", "relatedNodes": [ { "html": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a></li>", "target": [ "#mobile_menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3652.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3652" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a></li>", "target": [ "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3652.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3652" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3651", "relatedNodes": [ { "html": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a></li>", "target": [ "#mobile_menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3651.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3651" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a></li>", "target": [ "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3651.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3651" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3650", "relatedNodes": [ { "html": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\"><a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a></li>", "target": [ "#mobile_menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3650.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3650" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\"><a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a></li>", "target": [ "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3650.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3650" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3649", "relatedNodes": [ { "html": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li>", "target": [ "#mobile_menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3649.menu-item-type-post_type.menu-item-object-page" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3649" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li>", "target": [ "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3649.menu-item-type-post_type.menu-item-object-page" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3649" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3399", "relatedNodes": [ { "html": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">", "target": [ "#mobile_menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3399" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">", "target": [ "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3399" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3375", "relatedNodes": [ { "html": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"><a href=\"/ad15\">Do you live in AD15?</a></li>", "target": [ "#mobile_menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu > .menu-item-3375.menu-item-type-custom.menu-item-object-custom" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3375" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"><a href=\"/ad15\">Do you live in AD15?</a></li>", "target": [ "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu > .menu-item-3375.menu-item-type-custom.menu-item-object-custom" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3375" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3398", "relatedNodes": [ { "html": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li>", "target": [ "#mobile_menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu > .menu-item-3398.menu-item-type-custom.menu-item-object-custom" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3398" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li>", "target": [ "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu > .menu-item-3398.menu-item-type-custom.menu-item-object-custom" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3398" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3373", "relatedNodes": [ { "html": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">", "target": [ "#mobile_menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3373" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">", "target": [ "#top-menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3373" }, { "any": [ { "id": "duplicate-id", "data": "menu-item-3667", "relatedNodes": [ { "html": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>", "target": [ "#mobile_menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3667.menu-item-type-custom.menu-item-object-custom" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: menu-item-3667" } ], "all": [], "none": [], "impact": "minor", "html": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>", "target": [ "#top-menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3667.menu-item-type-custom.menu-item-object-custom" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: menu-item-3667" } ] }, { "id": "landmark-one-main", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the document has a main landmark", "help": "Document should have one main landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-one-main?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "page-has-main", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Document does not have a main landmark" } ], "none": [], "impact": "moderate", "html": "<html lang=\"en-US\" class=\"js\">", "target": [ "html" ], "failureSummary": "Fix all of the following:\n Document does not have a main landmark" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT", "TTv5", "TT6.a" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">\n\t\t\t\t\t\t\t<i class=\"et_social_icon et_social_icon_facebook\"></i>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<span class=\"et_social_overlay\"></span>\n\t\t\t\t\t\t</a>", "target": [ "a[data-social_name=\"facebook\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">\n\t\t\t\t\t\t\t<i class=\"et_social_icon et_social_icon_twitter\"></i>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<span class=\"et_social_overlay\"></span>\n\t\t\t\t\t\t</a>", "target": [ "a[href$=\"buffywicks\"]" ], "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": "meta-viewport", "impact": "critical", "tags": [ "cat.sensory-and-visual-cues", "wcag2aa", "wcag144", "ACT" ], "description": "Ensures <meta name=\"viewport\"> does not disable text scaling and zooming", "help": "Zooming and scaling must not be disabled", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/meta-viewport?application=axeAPI", "nodes": [ { "any": [ { "id": "meta-viewport", "data": "user-scalable", "relatedNodes": [], "impact": "critical", "message": "user-scalable on <meta> tag disables zooming on mobile devices" } ], "all": [], "none": [], "impact": "critical", "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">", "target": [ "meta[name=\"viewport\"]" ], "failureSummary": "Fix any of the following:\n user-scalable on <meta> tag disables zooming on mobile devices" } ] }, { "id": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\">", "target": [ ".et_pb_section_0" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough\">", "target": [ ".et_pb_column_1_2" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_dark\">", "target": [ ".et_pb_text_2" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-last-child\">", "target": [ ".et_pb_column_4" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"et_pb_row et_pb_row_3\">", "target": [ ".et_pb_row_3" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 6, 1, 17, 5 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "h2 > span" }, "excerpt": "<span style=\"font-weight: 400;\">Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly.</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": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu" }, "excerpt": "<ul class=\"sub-menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu" }, "excerpt": "<ul class=\"sub-menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type > .sub-menu" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li> </ul>" }, { "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": "et_mobile_nav_menu", "location": { "doc": "dom", "type": "selector", "spec": "#et_mobile_nav_menu" }, "excerpt": "<div id=\"et_mobile_nav_menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".select_page" }, "excerpt": "<span class=\"select_page\">Select Page</span>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "mobile_menu", "location": { "doc": "dom", "type": "selector", "spec": "#mobile_menu" }, "excerpt": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.99 (foreground color: #4897d0, background color: #12092d, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3369.menu-item-home.current-menu-item > a[aria-current=\"page\"][href$=\"buffywicks.com/\"]" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5 (foreground color: #2ea3f2, background color: #2d2d2d, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#menu-item-232 > a[aria-current=\"page\"][href$=\"buffywicks.com/\"]" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3369", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3369.menu-item-home.current-menu-item" }, "excerpt": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\"><a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3648", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3652", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3652.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3651", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3651.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3650", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3650.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\"><a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3649", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3648.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3649.menu-item-type-post_type.menu-item-object-page" }, "excerpt": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3399", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom" }, "excerpt": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3375", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu > .menu-item-3375.menu-item-type-custom.menu-item-object-custom" }, "excerpt": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"><a href=\"/ad15\">Do you live in AD15?</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3398", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3399.menu-item-has-children.menu-item-type-custom > .sub-menu > .menu-item-3398.menu-item-type-custom.menu-item-object-custom" }, "excerpt": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3373", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type" }, "excerpt": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3667", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "selector", "spec": "#top-menu > .menu-item-3373.menu-item-has-children.menu-item-type-post_type > .sub-menu > .menu-item-3667.menu-item-type-custom.menu-item-object-custom" }, "excerpt": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>" }, { "ruleID": "landmark-one-main", "what": "Document should have one main landmark; Document does not have a main landmark", "ordinalSeverity": 2, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"js\">" }, { "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": "a[data-social_name=\"facebook\"]" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"et_social_overlay\"></span> </a>" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[href$=\"buffywicks\"]" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_overlay\"></span> </a>" }, { "ruleID": "meta-viewport", "what": "Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "meta[name=\"viewport\"]" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_section_0" }, "excerpt": "<div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_column_1_2" }, "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_text_2" }, "excerpt": "<div class=\"et_pb_module et_pb_text et_pb_text_2 et_pb_text_align_left et_pb_bg_layout_dark\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_column_4" }, "excerpt": "<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough et-last-child\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".et_pb_row_3" }, "excerpt": "<div class=\"et_pb_row et_pb_row_3\">" } ] }, "endTime": 1687094573460 }, { "type": "launch", "which": "chromium", "startTime": 1687094573461, "endTime": 1687094573994 }, { "type": "url", "which": "https://buffywicks.com/", "what": "Candidate Buffy Wicks (D)", "startTime": 1687094573994, "result": { "url": "https://buffywicks.com/" }, "endTime": 1687094574687 }, { "type": "test", "which": "continuum", "startTime": 1687094574687, "url": "https://buffywicks.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 59, "bestPracticeId": 410, "attribute": "This element has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "attributeDetail": "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "element": "<meta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" name=\"viewport\">", "path": "head>meta:nth-of-type(8)", "fingerprint": { "version": 2, "css": "meta[name=\"viewport\"][content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3369', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\" id=\"menu-item-3369\"><a aria-current=\"page ... menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\" id=\"menu-item-3369\"><a aria-current=\"page\" href=\"https://buffywicks.com/\">Home</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3369\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3369', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\" id=\"menu-item-3369\"> ... menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\" id=\"menu-item-3369\"><a aria-current=\"page\" href=\"https://buffywicks.com/\">Home</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3369\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3648', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\" id=\"menu-item-3648\"><a href=\"https://buffywicks.com/record/\">Record</a><ul class=\"sub-menu\">< ... menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3648\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3648', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\" id=\"menu-item-3648\"><a href=\"https://buffywicks.com/record/\">Record</a><ul class=\"sub-menu\">< ... menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3648\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3652', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\" id=\"menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3652\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3652', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\" id=\"menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3652\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3651', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\" id=\"menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3651\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3651', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\" id=\"menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3651\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3650', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\" id=\"menu-item-3650\"><a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3650\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3650', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\" id=\"menu-item-3650\"><a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3650\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3649', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3649\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3649', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3649\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3399', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\" id=\"menu-item-3399\"><a href=\"/ad15\">Assembly District 15</a><ul class=\"sub-menu\"><li class=\"me ... n AD15?</a></li><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3399\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3399', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\" id=\"menu-item-3399\"><a href=\"/ad15\">Assembly District 15</a><ul class=\"sub-menu\"><li class=\"me ... n AD15?</a></li><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3399\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3375', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\" id=\"menu-item-3375\"><a href=\"/ad15\">Do you live in AD15?</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3375\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3375', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\" id=\"menu-item-3375\"><a href=\"/ad15\">Do you live in AD15?</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3375\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3398', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3398\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3398', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3398\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3373', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\" id=\"menu-item-3373\"><a href=\"https://buffywicks.com/join/\">Join</a><ul class=\"sub-menu\"><li c ... =\"sub-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3373\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3373', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\" id=\"menu-item-3373\"><a href=\"https://buffywicks.com/join/\">Join</a><ul class=\"sub-menu\"><li c ... =\"sub-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li></ul></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(4)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3373\"][class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3667', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3667\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This LI has an id attribute of 'menu-item-3667', which is not unique in the same DOM", "element": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>", "path": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "li[id=\"menu-item-3667\"][class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"]", "attNo": 2 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a target=\"_blank\" data-post_id=\"201\" data-social_type=\"follow\" data-social_name=\"facebook\" class=\"et_social_follow\" href=\"https://www.facebook.com/AsmBuffyWicks/\"><i class=\"et_social_icon et_social_i ... w\" data-social_name=\"facebook\" class=\"et_social_follow\" href=\"https://www.facebook.com/AsmBuffyWicks/\"><i class=\"et_social_icon et_social_icon_facebook\"></i><span class=\"et_social_overlay\"></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://www.facebook.com/AsmBuffyWicks/\"][class=\"et_social_follow\"][data-social_name=\"facebook\"][data-social_type=\"follow\"][data-post_id=\"201\"][target=\"_blank\"]", "attNo": 6 } }, { "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 target=\"_blank\" data-post_id=\"201\" data-social_type=\"follow\" data-social_name=\"twitter\" class=\"et_social_follow\" href=\"https://twitter.com/buffywicks\"><i class=\"et_social_icon et_social_icon_twitte ... type=\"follow\" data-social_name=\"twitter\" class=\"et_social_follow\" href=\"https://twitter.com/buffywicks\"><i class=\"et_social_icon et_social_icon_twitter\"></i><span class=\"et_social_overlay\"></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[href=\"https://twitter.com/buffywicks\"][class=\"et_social_follow\"][data-social_name=\"twitter\"][data-social_type=\"follow\"][data-post_id=\"201\"][target=\"_blank\"]", "attNo": 6 } } ], "standardResult": { "totals": [ 0, 0, 0, 25 ], "instances": [ { "ruleID": "59", "what": "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "head>meta:nth-of-type(8)" }, "excerpt": "<meta content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" name=\"viewport\">" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3369', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\" id=\"menu-item-3369\"><a aria-current=\"page ... menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\" id=\"menu-item-3369\"><a aria-current=\"page\" href=\"https://buffywicks.com/\">Home</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3369', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\" id=\"menu-item-3369\"> ... menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\" id=\"menu-item-3369\"><a aria-current=\"page\" href=\"https://buffywicks.com/\">Home</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3648', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\" id=\"menu-item-3648\"><a href=\"https://buffywicks.com/record/\">Record</a><ul class=\"sub-menu\">< ... menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3648', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\" id=\"menu-item-3648\"><a href=\"https://buffywicks.com/record/\">Record</a><ul class=\"sub-menu\">< ... menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3652', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\" id=\"menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3652', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\" id=\"menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3651', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\" id=\"menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3651', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\" id=\"menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3650', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\" id=\"menu-item-3650\"><a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3650', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\" id=\"menu-item-3650\"><a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3649', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(4)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3649', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(4)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\" id=\"menu-item-3649\"><a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3399', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\" id=\"menu-item-3399\"><a href=\"/ad15\">Assembly District 15</a><ul class=\"sub-menu\"><li class=\"me ... n AD15?</a></li><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3399', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\" id=\"menu-item-3399\"><a href=\"/ad15\">Assembly District 15</a><ul class=\"sub-menu\"><li class=\"me ... n AD15?</a></li><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3375', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\" id=\"menu-item-3375\"><a href=\"/ad15\">Do you live in AD15?</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3375', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\" id=\"menu-item-3375\"><a href=\"/ad15\">Do you live in AD15?</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3398', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3398', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\" id=\"menu-item-3398\"><a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3373', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\" id=\"menu-item-3373\"><a href=\"https://buffywicks.com/join/\">Join</a><ul class=\"sub-menu\"><li c ... =\"sub-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3373', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(4)" }, "excerpt": "<li class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\" id=\"menu-item-3373\"><a href=\"https://buffywicks.com/join/\">Join</a><ul class=\"sub-menu\"><li c ... =\"sub-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li></ul></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3667', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>" }, { "ruleID": "94", "what": "This LI has an id attribute of 'menu-item-3667', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(3)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\" id=\"menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a></li>" }, { "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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" data-post_id=\"201\" data-social_type=\"follow\" data-social_name=\"facebook\" class=\"et_social_follow\" href=\"https://www.facebook.com/AsmBuffyWicks/\"><i class=\"et_social_icon et_social_i ... w\" data-social_name=\"facebook\" class=\"et_social_follow\" href=\"https://www.facebook.com/AsmBuffyWicks/\"><i class=\"et_social_icon et_social_icon_facebook\"></i><span class=\"et_social_overlay\"></span></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(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<a target=\"_blank\" data-post_id=\"201\" data-social_type=\"follow\" data-social_name=\"twitter\" class=\"et_social_follow\" href=\"https://twitter.com/buffywicks\"><i class=\"et_social_icon et_social_icon_twitte ... type=\"follow\" data-social_name=\"twitter\" class=\"et_social_follow\" href=\"https://twitter.com/buffywicks\"><i class=\"et_social_icon et_social_icon_twitter\"></i><span class=\"et_social_overlay\"></span></a>" } ] }, "endTime": 1687094574910 }, { "type": "launch", "which": "chromium", "startTime": 1687094574910, "endTime": 1687094575406 }, { "type": "url", "which": "https://buffywicks.com/", "what": "Candidate Buffy Wicks (D)", "startTime": 1687094575407, "result": { "url": "https://buffywicks.com/" }, "endTime": 1687094576138 }, { "type": "test", "which": "htmlcs", "startTime": 1687094576138, "url": "https://buffywicks.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6:1. Recommendation: change text colour to #fdfeff.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"/ad15\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/?page_id=2142\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/donate/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/endorsements/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/join/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/latest/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/meetbuffy/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/priorities/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://buffywicks.com/record/\">...</a>" } ] }, "AAA.2_4_8.H59.1": { "Link elements can only be located in the head section of the document.": [ { "tagName": "link", "id": "#wp-block-library-css", "code": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://buffywicks.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\" onload=\"media='all'\">" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"menu-item-3369\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3369", "code": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\">...</li>" } ], "Duplicate id attribute value \"menu-item-3373\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3373", "code": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">...</li>" } ], "Duplicate id attribute value \"menu-item-3375\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3375", "code": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">...</li>" } ], "Duplicate id attribute value \"menu-item-3398\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3398", "code": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">...</li>" } ], "Duplicate id attribute value \"menu-item-3399\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3399", "code": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">...</li>" } ], "Duplicate id attribute value \"menu-item-3648\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3648", "code": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">...</li>" } ], "Duplicate id attribute value \"menu-item-3649\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3649", "code": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">...</li>" } ], "Duplicate id attribute value \"menu-item-3650\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3650", "code": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">...</li>" } ], "Duplicate id attribute value \"menu-item-3651\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3651", "code": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">...</li>" } ], "Duplicate id attribute value \"menu-item-3652\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3652", "code": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">...</li>" } ], "Duplicate id attribute value \"menu-item-3667\" found on the web page.": [ { "tagName": "li", "id": "#menu-item-3667", "code": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">...</li>" } ] }, "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 href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">...</a>" } ] } }, "Warning": { "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": "header", "id": "#main-header", "code": "<header id=\"main-header\" data-height-onload=\"154\" data-height-loaded=\"true\" data-fixed-height-onload=\"155.703\" style=\"top: 0px;\">...</header>" }, { "tagName": "span", "id": "", "code": "<span class=\"et_pb_scroll_top et-pb-icon\">...</span>" } ], "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.": [ { "tagName": "meta", "id": "", "code": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" } ] }, "AAA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "a", "id": "", "code": "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\">...</a>" }, { "tagName": "span", "id": "", "code": "<span style=\"color: #99c5e5;\">...</span>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 7, 0, 0, 25 ], "instances": [ { "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": "HEADER", "id": "main-header", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<header id=\"main-header\" data-height-onload=\"154\" data-height-loaded=\"true\" data-fixed-height-onload=\"155.703\" style=\"top: 0px;\">...</header>" }, { "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": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"et_pb_scroll_top et-pb-icon\">...</span>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\">...</a>" }, { "ruleID": "AAA.1_4_3_F24.F24.FGColour", "what": "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span style=\"color: #99c5e5;\">...</span>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" 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/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6:1. Recommendation: change text colour to #fdfeff.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"/ad15\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/?page_id=2142\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/donate/\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/endorsements/\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/join/\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/latest/\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/meetbuffy/\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/priorities/\">...</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 NaN:1.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/record/\">...</a>" }, { "ruleID": "AAA.2_4_8.H59.1", "what": "Link elements can only be located in the head section of the document.", "ordinalSeverity": 3, "tagName": "LINK", "id": "wp-block-library-css", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://buffywicks.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\" onload=\"media='all'\">" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3369\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3373\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3375\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3398\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3399\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3648\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3649\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3650\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3651\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3652\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">...</li>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"menu-item-3667\" found on the web page.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">...</li>" }, { "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 href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">...</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 href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">...</a>" } ] }, "endTime": 1687094576340 }, { "type": "launch", "which": "chromium", "startTime": 1687094576340, "endTime": 1687094576873 }, { "type": "url", "which": "https://buffywicks.com/", "what": "Candidate Buffy Wicks (D)", "startTime": 1687094576874, "result": { "url": "https://buffywicks.com/" }, "endTime": 1687094577536 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687094577536, "url": "https://buffywicks.com/", "what": "IBM Accessibility Checker", "result": { "prevented": true, "error": "ERROR: ibm test failed or timed out", "success": true }, "standardResult": { "totals": [], "instances": [], "prevented": true }, "endTime": 1687094607594 }, { "type": "launch", "which": "chromium", "startTime": 1687094607594, "endTime": 1687094608320 }, { "type": "url", "which": "https://buffywicks.com/", "what": "Candidate Buffy Wicks (D)", "startTime": 1687094608320, "result": { "url": "https://buffywicks.com/" }, "endTime": 1687094609044 }, { "type": "test", "which": "nuVal", "startTime": 1687094609045, "url": "https://buffywicks.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 7, "lastColumn": 124, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "c.php\">\n\n\t<script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-04QVBTM1FF&cx=c&_slc=1\"></scri", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 7, "lastColumn": 572, "firstColumn": 542, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\">\n\t\tdoc", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 13, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "w:large\">\n<script type=\"text/javascript\">\n\t\t\tle", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 17, "lastColumn": 109, "firstColumn": 48, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "enerator\"><style id=\"wp-block-library-theme-inline-css\" type=\"text/css\">\n.wp-b", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 20, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</style>\n<style id=\"global-styles-inline-css\" type=\"text/css\">\nbody{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 28, "lastColumn": 57, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "ia=\"all\">\n<style id=\"divi-style-inline-inline-css\" type=\"text/css\">\n/*!\nT", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 42, "lastColumn": 61, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</style>\n<style id=\"divi-dynamic-critical-inline-css\" type=\"text/css\">\n@font", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "error", "lastLine": 58, "lastColumn": 620, "firstColumn": 612, "message": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "extract": "-repeat-y:no-repeat;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "info", "lastLine": 74, "lastColumn": 49, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "mat=xml\">\n<style type=\"text/css\" id=\"et-social-custom-css\">\n\t\t\t\t ", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 76, "lastColumn": 117, "firstColumn": 12, "subType": "warning", "message": "Consider avoiding viewport values that prevent users from resizing documents.", "extract": "\t\t</style><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"><!-- F", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "error", "lastLine": 86, "lastColumn": 141, "firstColumn": 11, "message": "Bad start tag in img in noscript in head.", "extract": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 86, "lastColumn": 141, "firstColumn": 11, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 86, "lastColumn": 152, "firstColumn": 142, "message": "Stray end tag noscript.", "extract": "script=1\"></noscript>\n<!-- ", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "error", "lastLine": 90, "lastColumn": 92, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "Code -->\n\n<meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 90, "lastColumn": 92, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "Code -->\n\n<meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 93, "lastColumn": 56, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": " CODE -->\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 93, "lastColumn": 56, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": " CODE -->\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 94, "lastColumn": 48, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "e_image\">\n<meta name=\"twitter:site\" content=\"@buffywicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 94, "lastColumn": 48, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "e_image\">\n<meta name=\"twitter:site\" content=\"@buffywicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 95, "lastColumn": 51, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "fywicks\">\n<meta name=\"twitter:creator\" content=\"@BuffyWicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "error", "lastLine": 95, "lastColumn": 51, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "fywicks\">\n<meta name=\"twitter:creator\" content=\"@BuffyWicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "error", "lastLine": 96, "lastColumn": 62, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "fyWicks\">\n<meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\">\n<meta", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "error", "lastLine": 96, "lastColumn": 62, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "fyWicks\">\n<meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\">\n<meta", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "error", "lastLine": 98, "firstLine": 97, "lastColumn": 85, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "ssembly\">\n<meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo.\nI’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\">\n<meta", "hiliteStart": 10, "hiliteLength": 254 }, { "type": "error", "lastLine": 98, "firstLine": 97, "lastColumn": 85, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "ssembly\">\n<meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo.\nI’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\">\n<meta", "hiliteStart": 10, "hiliteLength": 254 }, { "type": "error", "lastLine": 99, "lastColumn": 121, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "st Bay.\">\n<meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\">\n<!-- ", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 99, "lastColumn": 121, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "st Bay.\">\n<meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\">\n<!-- ", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 116, "lastColumn": 119, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "g\">\n\n\n\n\n\n\n<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\">\n<link", "hiliteStart": 10, "hiliteLength": 119 }, { "type": "error", "lastLine": 117, "lastColumn": 123, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "=\"32x32\">\n<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\">\n<link", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "error", "lastLine": 118, "lastColumn": 119, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "192x192\">\n<link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\">\n<meta", "hiliteStart": 10, "hiliteLength": 119 }, { "type": "error", "lastLine": 119, "lastColumn": 130, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "180.png\">\n<meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\">\n<styl", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "error", "lastLine": 119, "lastColumn": 130, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "180.png\">\n<meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\">\n<styl", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "error", "lastLine": 120, "lastColumn": 35, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "270.png\">\n<style id=\"et-critical-inline-css\">body,.", "hiliteStart": 10, "hiliteLength": 35 }, { "type": "error", "lastLine": 121, "lastColumn": 244, "firstColumn": 1, "message": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "extract": "}</style>\n<link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-201-cached-inline-styles\" href=\"https://buffywicks.com/wp-content/et-cache/201/et-core-unified-deferred-201.min.css?ver=1686660758\" onload=\"this.onload=null;this.rel='stylesheet';\"><style", "hiliteStart": 10, "hiliteLength": 244 }, { "type": "error", "lastLine": 121, "lastColumn": 384, "firstColumn": 245, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "esheet';\"><style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hi", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "info", "lastLine": 121, "lastColumn": 384, "firstColumn": 245, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "esheet';\"><style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hi", "hiliteStart": 10, "hiliteLength": 140 }, { "type": "error", "lastLine": 123, "lastColumn": 2326, "message": "CSS: background: from(#738aba) is not a color value.", "extract": "a), to(#2c4987));border-bottom", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 123, "lastColumn": 2952, "message": "CSS: background: from(#4267B2) is not a color value.", "extract": "2), to(#2a4887));background-cl", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1469, "message": "CSS: Parse Error.", "extract": "dth:100% - 24px}60%{border-rad", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1492, "message": "CSS: Parse Error.", "extract": "der-radius:18px}100%{border-ra", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1540, "message": "CSS: Parse Error.", "extract": "24px;width:60px}}@keyframes fb", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1541, "message": "CSS: Parse Error.", "extract": "4px;width:60px}}@keyframes fb_", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1623, "message": "CSS: Parse Error.", "extract": "dth:100% - 24px}60%{border-rad", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1646, "message": "CSS: Parse Error.", "extract": "der-radius:18px}100%{border-ra", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1690, "message": "CSS: Parse Error.", "extract": "12px;width:60px}}@keyframes fb", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 1691, "message": "CSS: Parse Error.", "extract": "2px;width:60px}}@keyframes fb_", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 125, "lastColumn": 3080, "firstColumn": 3054, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "}}</style><style id=\"fit-vids-style\">.fluid", "hiliteStart": 10, "hiliteLength": 27 }, { "type": "error", "lastLine": 125, "lastColumn": 3319, "firstColumn": 3313, "message": "Stray end tag head.", "extract": ";}</style></head>\n<body", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 126, "lastColumn": 382, "firstColumn": 1, "message": "Start tag body seen but an element of the same type was already open.", "extract": "e></head>\n<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\">\n<svg ", "hiliteStart": 10, "hiliteLength": 382 }, { "type": "error", "lastLine": 126, "lastColumn": 382, "firstColumn": 1, "subType": "fatal", "message": "Cannot recover after last error. Any further errors will be ignored.", "extract": "e></head>\n<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\">\n<svg ", "hiliteStart": 10, "hiliteLength": 382 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 4, "lastColumn": 25, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ">\n<head>\n\t<meta charset=\"UTF-8\" />\n<meta", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 6, "firstLine": 5, "lastColumn": 415, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "UTF-8\" />\n<meta name=\"description\" content=\"Hi, I’m Buffy Wicks! I’m an organizer, an advocate, a new mother, and a candidate for Assembly for District 15 in the East Bay.\nThe Assemblywoman from our community should be leading the fight for a progressive California: we need to level the playing field for women and families with paid leave and affordable child care, expand access to affordable housing and quality public transit, build better schools and fewer prisons, keep our communities safe from violence, ensure clean air and water for all, and achieve universal health care.\" /><meta ", "hiliteStart": 10, "hiliteLength": 577 }, { "type": "info", "lastLine": 6, "lastColumn": 559, "firstColumn": 416, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " care.\" /><meta name=\"keywords\" content=\"Buffy Wicks, Buffy Wicks for Assembly, buffy, Oakland representative, richmond representative, assembly race\" /><meta ", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 7, "lastColumn": 65, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "E=edge\">\n\t<link rel=\"pingback\" href=\"https://buffywicks.com/xmlrpc.php\" />\n\n\t<sc", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 9, "lastColumn": 32, "firstColumn": 2, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "php\" />\n\n\t<script type=\"text/javascript\">\n\t\tdoc", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 14, "lastColumn": 70, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "y</title>\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><style", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "info", "lastLine": 14, "lastColumn": 6033, "firstColumn": 5978, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ";}</style><meta name='robots' content='max-image-preview:large' />\n<scri", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "info", "lastLine": 15, "lastColumn": 31, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "large' />\n<script type=\"text/javascript\">\n\t\t\tle", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 16, "lastColumn": 804, "firstColumn": 748, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ";</script><link rel='dns-prefetch' href='//fonts.googleapis.com' />\n<link", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 17, "lastColumn": 120, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "s.com' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Buffy Wicks » Feed\" href=\"https://buffywicks.com/feed/\" />\n<link", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 18, "lastColumn": 138, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"Buffy Wicks » Comments Feed\" href=\"https://buffywicks.com/comments/feed/\" />\n<meta", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 19, "lastColumn": 48, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<meta content=\"Divi v.4.17.6\" name=\"generator\"/><style", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "info", "lastLine": 19, "lastColumn": 110, "firstColumn": 49, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "nerator\"/><style id='wp-block-library-theme-inline-css' type='text/css'>\n.wp-b", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 22, "lastColumn": 53, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</style>\n<style id='global-styles-inline-css' type='text/css'>\nbody{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 28, "lastColumn": 159, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='et_monarch-css-css' href='https://buffywicks.com/wp-content/plugins/monarch/css/style.css?ver=1.4.14' type='text/css' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "info", "lastLine": 29, "lastColumn": 143, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='et-gf-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' type='text/css' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 143 }, { "type": "info", "lastLine": 30, "lastColumn": 57, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "='all' />\n<style id='divi-style-inline-inline-css' type='text/css'>\n/*!\nT", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 44, "lastColumn": 61, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "\n</style>\n<style id='divi-dynamic-critical-inline-css' type='text/css'>\n@font", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "error", "lastLine": 60, "lastColumn": 620, "firstColumn": 612, "message": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "extract": "-repeat-y:no-repeat;heigh", "hiliteStart": 10, "hiliteLength": 9 }, { "type": "info", "lastLine": 69, "lastColumn": 72, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel=\"https://api.w.org/\" href=\"https://buffywicks.com/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 72 }, { "type": "info", "lastLine": 69, "lastColumn": 174, "firstColumn": 73, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://buffywicks.com/wp-json/wp/v2/pages/201\" /><link ", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 69, "lastColumn": 280, "firstColumn": 175, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "es/201\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://buffywicks.com/xmlrpc.php?rsd\" />\n<link", "hiliteStart": 10, "hiliteLength": 106 }, { "type": "info", "lastLine": 70, "lastColumn": 119, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://buffywicks.com/wp-includes/wlwmanifest.xml\" />\n<meta", "hiliteStart": 10, "hiliteLength": 119 }, { "type": "info", "lastLine": 71, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "t.xml\" />\n<meta name=\"generator\" content=\"WordPress 6.2.2\" />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 72, "lastColumn": 55, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.2.2\" />\n<link rel=\"canonical\" href=\"https://buffywicks.com/\" />\n<link", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "info", "lastLine": 73, "lastColumn": 55, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/\" />\n<link rel='shortlink' href='https://buffywicks.com/' />\n<link", "hiliteStart": 10, "hiliteLength": 55 }, { "type": "info", "lastLine": 74, "lastColumn": 146, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://buffywicks.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbuffywicks.com%2F\" />\n<link", "hiliteStart": 10, "hiliteLength": 146 }, { "type": "info", "lastLine": 75, "lastColumn": 154, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://buffywicks.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbuffywicks.com%2F&format=xml\" />\n<styl", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 76, "lastColumn": 49, "firstColumn": 1, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "t=xml\" />\n<style type=\"text/css\" id=\"et-social-custom-css\">\n\t\t\t\t ", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 78, "lastColumn": 119, "firstColumn": 12, "subType": "warning", "message": "Consider avoiding viewport values that prevent users from resizing documents.", "extract": "\t\t</style><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><!-- F", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "info", "lastLine": 78, "lastColumn": 119, "firstColumn": 12, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\t\t</style><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><!-- F", "hiliteStart": 10, "hiliteLength": 108 }, { "type": "error", "lastLine": 88, "lastColumn": 141, "firstColumn": 11, "message": "Bad start tag in img in noscript in head.", "extract": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 88, "lastColumn": 141, "firstColumn": 11, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 88, "lastColumn": 152, "firstColumn": 142, "message": "Stray end tag noscript.", "extract": "script=1\"></noscript>\n<!-- ", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "error", "lastLine": 92, "lastColumn": 92, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "Code -->\n\n<meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 92, "lastColumn": 92, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "Code -->\n\n<meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\">\n\n<!--", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "error", "lastLine": 95, "lastColumn": 56, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": " CODE -->\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 95, "lastColumn": 56, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": " CODE -->\n<meta name=\"twitter:card\" content=\"summary_large_image\">\n<meta", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "error", "lastLine": 96, "lastColumn": 48, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "e_image\">\n<meta name=\"twitter:site\" content=\"@buffywicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 96, "lastColumn": 48, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "e_image\">\n<meta name=\"twitter:site\" content=\"@buffywicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 48 }, { "type": "error", "lastLine": 97, "lastColumn": 51, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "fywicks\">\n<meta name=\"twitter:creator\" content=\"@BuffyWicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "error", "lastLine": 97, "lastColumn": 51, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "fywicks\">\n<meta name=\"twitter:creator\" content=\"@BuffyWicks\">\n<meta", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "error", "lastLine": 98, "lastColumn": 62, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "fyWicks\">\n<meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\">\n<meta", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "error", "lastLine": 98, "lastColumn": 62, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "fyWicks\">\n<meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\">\n<meta", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "error", "lastLine": 100, "firstLine": 99, "lastColumn": 85, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "ssembly\">\n<meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo.\nI’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\">\n<meta", "hiliteStart": 10, "hiliteLength": 254 }, { "type": "error", "lastLine": 100, "firstLine": 99, "lastColumn": 85, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "ssembly\">\n<meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo.\nI’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\">\n<meta", "hiliteStart": 10, "hiliteLength": 254 }, { "type": "error", "lastLine": 101, "lastColumn": 121, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "st Bay.\">\n<meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\">\n<!-- ", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 101, "lastColumn": 121, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "st Bay.\">\n<meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\">\n<!-- ", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 118, "lastColumn": 121, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "g\">\n\n\n\n\n\n\n<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "info", "lastLine": 118, "lastColumn": 121, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g\">\n\n\n\n\n\n\n<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 119, "lastColumn": 125, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 119, "lastColumn": 125, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "error", "lastLine": 120, "lastColumn": 121, "firstColumn": 1, "message": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "info", "lastLine": 120, "lastColumn": 121, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 121 }, { "type": "error", "lastLine": 121, "lastColumn": 132, "firstColumn": 1, "message": "Attribute name not allowed on element meta at this point.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\" />\n<styl", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 121, "lastColumn": 132, "firstColumn": 1, "message": "Element meta is missing one or more of the following attributes: itemprop, property.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\" />\n<styl", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 121, "lastColumn": 132, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\" />\n<styl", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 122, "lastColumn": 35, "firstColumn": 1, "message": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "extract": "0.png\" />\n<style id=\"et-critical-inline-css\">body,.", "hiliteStart": 10, "hiliteLength": 35 }, { "type": "info", "lastLine": 123, "lastColumn": 243, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "}</style>\n<link rel=\"preload\" as=\"style\" id=\"et-core-unified-deferred-201-cached-inline-styles\" href=\"https://buffywicks.com/wp-content/et-cache/201/et-core-unified-deferred-201.min.css?ver=1686660758\" onload=\"this.onload=null;this.rel='stylesheet';\" /></head", "hiliteStart": 10, "hiliteLength": 243 }, { "type": "error", "lastLine": 123, "lastColumn": 250, "firstColumn": 244, "message": "Stray end tag head.", "extract": "heet';\" /></head>\n<body", "hiliteStart": 10, "hiliteLength": 7 }, { "type": "error", "lastLine": 124, "lastColumn": 375, "firstColumn": 1, "message": "Start tag body seen but an element of the same type was already open.", "extract": "/></head>\n<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db\">\n<svg ", "hiliteStart": 10, "hiliteLength": 375 }, { "type": "error", "lastLine": 124, "lastColumn": 375, "firstColumn": 1, "subType": "fatal", "message": "Cannot recover after last error. Any further errors will be ignored.", "extract": "/></head>\n<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db\">\n<svg ", "hiliteStart": 10, "hiliteLength": 375 } ] }, "success": true }, "standardResult": { "totals": [ 18, 0, 65, 2 ], "instances": [ { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "7" }, "excerpt": "c.php\"> <script type=\"text/javascript\" async=\"\" src=\"https://www.googletagmanager.com/gtag/js?id=G-04QVBTM1FF&cx=c&_slc=1\"></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": "7" }, "excerpt": "></script><script type=\"text/javascript\"> doc" }, { "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": "13" }, "excerpt": "w:large\"> <script type=\"text/javascript\"> le" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "wp-block-library-theme-inline-css", "location": { "doc": "dom", "type": "line", "spec": "17" }, "excerpt": "enerator\"><style id=\"wp-block-library-theme-inline-css\" type=\"text/css\"> .wp-b" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "global-styles-inline-css", "location": { "doc": "dom", "type": "line", "spec": "20" }, "excerpt": " </style> <style id=\"global-styles-inline-css\" type=\"text/css\"> body{" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "divi-style-inline-inline-css", "location": { "doc": "dom", "type": "line", "spec": "28" }, "excerpt": "ia=\"all\"> <style id=\"divi-style-inline-inline-css\" type=\"text/css\"> /*! T" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "divi-dynamic-critical-inline-css", "location": { "doc": "dom", "type": "line", "spec": "42" }, "excerpt": " </style> <style id=\"divi-dynamic-critical-inline-css\" type=\"text/css\"> @font" }, { "ruleID": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "what": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "58" }, "excerpt": "-repeat-y:no-repeat;heigh" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "et-social-custom-css", "location": { "doc": "dom", "type": "line", "spec": "74" }, "excerpt": "mat=xml\"> <style type=\"text/css\" id=\"et-social-custom-css\"> " }, { "ruleID": "Consider avoiding viewport values that prevent users from resizing documents.", "what": "Consider avoiding viewport values that prevent users from resizing documents.", "ordinalSeverity": 0, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "76" }, "excerpt": " </style><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\"><!-- F" }, { "ruleID": "Bad start tag in img in noscript in head.", "what": "Bad start tag in img in noscript in head.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "86" }, "excerpt": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "86" }, "excerpt": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc" }, { "ruleID": "Stray end tag noscript.", "what": "Stray end tag noscript.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "86" }, "excerpt": "script=1\"></noscript> <!-- " }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "90" }, "excerpt": "Code --> <meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\"> <!--" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "90" }, "excerpt": "Code --> <meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\"> <!--" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "93" }, "excerpt": " CODE --> <meta name=\"twitter:card\" content=\"summary_large_image\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "93" }, "excerpt": " CODE --> <meta name=\"twitter:card\" content=\"summary_large_image\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "94" }, "excerpt": "e_image\"> <meta name=\"twitter:site\" content=\"@buffywicks\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "94" }, "excerpt": "e_image\"> <meta name=\"twitter:site\" content=\"@buffywicks\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "95" }, "excerpt": "fywicks\"> <meta name=\"twitter:creator\" content=\"@BuffyWicks\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "95" }, "excerpt": "fywicks\"> <meta name=\"twitter:creator\" content=\"@BuffyWicks\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "96" }, "excerpt": "fyWicks\"> <meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "96" }, "excerpt": "fyWicks\"> <meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "98" }, "excerpt": "ssembly\"> <meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo. I’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "98" }, "excerpt": "ssembly\"> <meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo. I’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "99" }, "excerpt": "st Bay.\"> <meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\"> <!-- " }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "99" }, "excerpt": "st Bay.\"> <meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\"> <!-- " }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "116" }, "excerpt": "g\"> <link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\"> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "117" }, "excerpt": "=\"32x32\"> <link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\"> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "line", "spec": "118" }, "excerpt": "192x192\"> <link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "119" }, "excerpt": "180.png\"> <meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\"> <styl" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "119" }, "excerpt": "180.png\"> <meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\"> <styl" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "et-critical-inline-css", "location": { "doc": "dom", "type": "line", "spec": "120" }, "excerpt": "270.png\"> <style id=\"et-critical-inline-css\">body,." }, { "ruleID": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "what": "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.", "ordinalSeverity": 2, "tagName": "LINK", "id": "et-core-unified-deferred-201-cached-inline-styles", "location": { "doc": "dom", "type": "line", "spec": "121" }, "excerpt": "}</style> <link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-201-cached-inline-styles\" href=\"https://buffywicks.com/wp-content/et-cache/201/et-core-unified-deferred-201.min.css?ver=1686660758\" onload=\"this.onload=null;this.rel='stylesheet';\"><style" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "121" }, "excerpt": "esheet';\"><style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hi" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "line", "spec": "121" }, "excerpt": "esheet';\"><style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hi" }, { "ruleID": "CSS: background: from(#738aba) is not a color value.", "what": "CSS: background: from(#738aba) is not a color value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "123" }, "excerpt": "a), to(#2c4987));border-bottom" }, { "ruleID": "CSS: background: from(#4267B2) is not a color value.", "what": "CSS: background: from(#4267B2) is not a color value.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "123" }, "excerpt": "2), to(#2a4887));background-cl" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "dth:100% - 24px}60%{border-rad" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "der-radius:18px}100%{border-ra" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "24px;width:60px}}@keyframes fb" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "4px;width:60px}}@keyframes fb_" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "dth:100% - 24px}60%{border-rad" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "der-radius:18px}100%{border-ra" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "12px;width:60px}}@keyframes fb" }, { "ruleID": "CSS: Parse Error.", "what": "CSS: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "2px;width:60px}}@keyframes fb_" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "fit-vids-style", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": "}}</style><style id=\"fit-vids-style\">.fluid" }, { "ruleID": "Stray end tag head.", "what": "Stray end tag head.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "125" }, "excerpt": ";}</style></head> <body" }, { "ruleID": "Start tag body seen but an element of the same type was already open.", "what": "Start tag body seen but an element of the same type was already open.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "126" }, "excerpt": "e></head> <body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\"> <svg " }, { "ruleID": "Cannot recover after last error. Any further errors will be ignored.", "what": "Cannot recover after last error. Any further errors will be ignored.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "line", "spec": "126" }, "excerpt": "e></head> <body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\"> <svg " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "HEAD", "id": "", "location": { "doc": "source", "type": "line", "spec": "4" }, "excerpt": "> <head> <meta charset=\"UTF-8\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": "UTF-8\" /> <meta name=\"description\" content=\"Hi, I’m Buffy Wicks! I’m an organizer, an advocate, a new mother, and a candidate for Assembly for District 15 in the East Bay. The Assemblywoman from our c ... le housing and quality public transit, build better schools and fewer prisons, keep our communities safe from violence, ensure clean air and water for all, and achieve universal health care.\" /><meta " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": " care.\" /><meta name=\"keywords\" content=\"Buffy Wicks, Buffy Wicks for Assembly, buffy, Oakland representative, richmond representative, assembly race\" /><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": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "7" }, "excerpt": "E=edge\"> <link rel=\"pingback\" href=\"https://buffywicks.com/xmlrpc.php\" /> <sc" }, { "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": "9" }, "excerpt": "php\" /> <script type=\"text/javascript\"> doc" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "14" }, "excerpt": "y</title> <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin /><style" }, { "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": ";}</style><meta name='robots' content='max-image-preview:large' /> <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": "15" }, "excerpt": "large' /> <script type=\"text/javascript\"> le" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "16" }, "excerpt": ";</script><link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "17" }, "excerpt": "s.com' /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Buffy Wicks » Feed\" href=\"https://buffywicks.com/feed/\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "18" }, "excerpt": "feed/\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"Buffy Wicks » Comments Feed\" href=\"https://buffywicks.com/comments/feed/\" /> <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": "feed/\" /> <meta content=\"Divi v.4.17.6\" name=\"generator\"/><style" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "19" }, "excerpt": "nerator\"/><style id='wp-block-library-theme-inline-css' type='text/css'> .wp-b" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "22" }, "excerpt": " </style> <style id='global-styles-inline-css' type='text/css'> body{" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "28" }, "excerpt": " </style> <link rel='stylesheet' id='et_monarch-css-css' href='https://buffywicks.com/wp-content/plugins/monarch/css/style.css?ver=1.4.14' type='text/css' media='all' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "29" }, "excerpt": "='all' /> <link rel='stylesheet' id='et-gf-open-sans-css' href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' type='text/css' media='all' /> <styl" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "30" }, "excerpt": "='all' /> <style id='divi-style-inline-inline-css' type='text/css'> /*! T" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "", "location": { "doc": "source", "type": "line", "spec": "44" }, "excerpt": " </style> <style id='divi-dynamic-critical-inline-css' type='text/css'> @font" }, { "ruleID": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "what": "CSS: background-repeat-y: Property background-repeat-y doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "60" }, "excerpt": "-repeat-y:no-repeat;heigh" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "69" }, "excerpt": " </style> <link rel=\"https://api.w.org/\" href=\"https://buffywicks.com/wp-json/\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "69" }, "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://buffywicks.com/wp-json/wp/v2/pages/201\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "69" }, "excerpt": "es/201\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://buffywicks.com/xmlrpc.php?rsd\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "70" }, "excerpt": "p?rsd\" /> <link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://buffywicks.com/wp-includes/wlwmanifest.xml\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "71" }, "excerpt": "t.xml\" /> <meta name=\"generator\" content=\"WordPress 6.2.2\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "72" }, "excerpt": "6.2.2\" /> <link rel=\"canonical\" href=\"https://buffywicks.com/\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "73" }, "excerpt": ".com/\" /> <link rel='shortlink' href='https://buffywicks.com/' /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "74" }, "excerpt": ".com/' /> <link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://buffywicks.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbuffywicks.com%2F\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "75" }, "excerpt": "om%2F\" /> <link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://buffywicks.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbuffywicks.com%2F&format=xml\" /> <styl" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "et-social-custom-css", "location": { "doc": "source", "type": "line", "spec": "76" }, "excerpt": "t=xml\" /> <style type=\"text/css\" id=\"et-social-custom-css\"> " }, { "ruleID": "Consider avoiding viewport values that prevent users from resizing documents.", "what": "Consider avoiding viewport values that prevent users from resizing documents.", "ordinalSeverity": 0, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "78" }, "excerpt": " </style><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><!-- F" }, { "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": "78" }, "excerpt": " </style><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\" /><!-- F" }, { "ruleID": "Bad start tag in img in noscript in head.", "what": "Bad start tag in img in noscript in head.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "88" }, "excerpt": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc" }, { "ruleID": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "what": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "ordinalSeverity": 2, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "88" }, "excerpt": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=134452147118207&ev=PageView&noscript=1\"></nosc" }, { "ruleID": "Stray end tag noscript.", "what": "Stray end tag noscript.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "88" }, "excerpt": "script=1\"></noscript> <!-- " }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "92" }, "excerpt": "Code --> <meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\"> <!--" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "92" }, "excerpt": "Code --> <meta name=\"google-site-verification\" content=\"YRSWPlt9zsc5XSSGd7NRjO6XQ1iXXpc97i0zY2PS8vc\"> <!--" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "95" }, "excerpt": " CODE --> <meta name=\"twitter:card\" content=\"summary_large_image\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "95" }, "excerpt": " CODE --> <meta name=\"twitter:card\" content=\"summary_large_image\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "96" }, "excerpt": "e_image\"> <meta name=\"twitter:site\" content=\"@buffywicks\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "96" }, "excerpt": "e_image\"> <meta name=\"twitter:site\" content=\"@buffywicks\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "97" }, "excerpt": "fywicks\"> <meta name=\"twitter:creator\" content=\"@BuffyWicks\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "97" }, "excerpt": "fywicks\"> <meta name=\"twitter:creator\" content=\"@BuffyWicks\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "98" }, "excerpt": "fyWicks\"> <meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "98" }, "excerpt": "fyWicks\"> <meta name=\"twitter:title\" content=\"Buffy Wicks for Assembly\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "100" }, "excerpt": "ssembly\"> <meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo. I’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\"> <meta" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "100" }, "excerpt": "ssembly\"> <meta name=\"twitter:description\" content=\"I am a community organizer, an advocate for kids, and a new mother of an adorable baby girl named Josephine. We call her JoJo. I’m also a candidate to be the next Assemblymember for District 15 in the East Bay.\"> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "101" }, "excerpt": "st Bay.\"> <meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\"> <!-- " }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "101" }, "excerpt": "st Bay.\"> <meta name=\"twitter:image\" content=\"https://buffywicks.com/wp-content/uploads/2017/06/Buffy-Wicks-for-Assembly-2018.jpg\"> <!-- " }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "118" }, "excerpt": "g\"> <link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "118" }, "excerpt": "g\"> <link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\" /> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "119" }, "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\" /> <link" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "119" }, "excerpt": "32x32\" /> <link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\" /> <link" }, { "ruleID": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "what": "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.", "ordinalSeverity": 2, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "120" }, "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\" /> <meta" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "120" }, "excerpt": "2x192\" /> <link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\" /> <meta" }, { "ruleID": "Attribute name not allowed on element meta at this point.", "what": "Attribute name not allowed on element meta at this point.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "121" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\" /> <styl" }, { "ruleID": "Element meta is missing one or more of the following attributes: itemprop, property.", "what": "Element meta is missing one or more of the following attributes: itemprop, property.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "121" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\" /> <styl" }, { "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": "121" }, "excerpt": "0.png\" /> <meta name=\"msapplication-TileImage\" content=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-270x270.png\" /> <styl" }, { "ruleID": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "what": "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)", "ordinalSeverity": 2, "tagName": "STYLE", "id": "et-critical-inline-css", "location": { "doc": "source", "type": "line", "spec": "122" }, "excerpt": "0.png\" /> <style id=\"et-critical-inline-css\">body,." }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "et-core-unified-deferred-201-cached-inline-styles", "location": { "doc": "source", "type": "line", "spec": "123" }, "excerpt": "}</style> <link rel=\"preload\" as=\"style\" id=\"et-core-unified-deferred-201-cached-inline-styles\" href=\"https://buffywicks.com/wp-content/et-cache/201/et-core-unified-deferred-201.min.css?ver=1686660758\" onload=\"this.onload=null;this.rel='stylesheet';\" /></head" }, { "ruleID": "Stray end tag head.", "what": "Stray end tag head.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "123" }, "excerpt": "heet';\" /></head> <body" }, { "ruleID": "Start tag body seen but an element of the same type was already open.", "what": "Start tag body seen but an element of the same type was already open.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "124" }, "excerpt": "/></head> <body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db\"> <svg " }, { "ruleID": "Cannot recover after last error. Any further errors will be ignored.", "what": "Cannot recover after last error. Any further errors will be ignored.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "source", "type": "line", "spec": "124" }, "excerpt": "/></head> <body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db\"> <svg " } ] }, "endTime": 1687094610830 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687094610831, "url": "https://buffywicks.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 13:23:32", "hash": "60fba4ce1827570813d104d47b79032d488e64b3da5e651b6bea837fd82bcf144515a4cde24f4ed268693878df246d3dc6e69a06a1278a80809e8dd40b20c332", "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": 29, "warning": 11, "failed": 5, "inapplicable": 80 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 11, "warning": 6, "failed": 2, "inapplicable": 48 }, "assertions": { "QW-ACT-R63": { "name": "Document has a landmark with non-repeated content", "code": "QW-ACT-R63", "mapping": "b40fd1", "description": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [], "url": "https://act-rules.github.io/rules/b40fd1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element has semantic role inheriting from landmark; and - the first perceivable content (in tree order in the flat tree) which is an inclusive descendant of the element is non-repeated content after repeated content; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R64": { "name": "Document has heading for non-repeated content", "code": "QW-ACT-R64", "mapping": "047fe0", "description": "This rule checks that the non-repeated content contains a heading", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "H69" ], "url": "https://act-rules.github.io/rules/047fe0", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree." }, "results": [ { "verdict": "warning", "description": "Check either there is no non-repeated content after repeated content or there exists an element for which all the following are true: - the element is non-repeated content after repeated content; and - the element has a semantic role of heading; and - the element is visible; and - the element is included in the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R73": { "name": "Block of repeated content is collapsible", "code": "QW-ACT-R73", "mapping": "3e12e1", "description": "This rule checks that repeated blocks of content are collapsible.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "SCR28" ], "url": "https://act-rules.github.io/rules/3e12e1", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree." }, "results": [ { "verdict": "warning", "description": "For each block of repeated content in each test target, which is before (in the flat tree) at least one node of non-repeated content after repeated content, check that all the following are true: - there exists an instrument to make all nodes in this block not visible; and - there exists an instrument to remove all nodes in this block from the accessibility tree.", "resultCode": "W1", "elements": [ { "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R74": { "name": "Document has an instrument to move focus to non-repeated content", "code": "QW-ACT-R74", "mapping": "ye5d6e", "description": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "metadata": { "target": { "element": "html" }, "success-criteria": [], "related": [ "G1", "G123", "G124" ], "url": "https://act-rules.github.io/rules/ye5d6e", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content." }, "results": [ { "verdict": "warning", "description": "Check if the page has any instrument(s) to move focus. Check if any of these instrument(s) is being used before a block of repeated content, and the focus is moved to just before a block of non-repeated content.", "resultCode": "W2", "elements": [ { "htmlCode": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>", "pointer": "html" } ], "attributes": [] } ] }, "QW-ACT-R14": { "name": "meta viewport does not prevent zoom", "code": "QW-ACT-R14", "mapping": "b4f0c3", "description": "This rule checks that the meta element retains the user agent ability to zoom.", "metadata": { "target": { "element": "meta", "attributes": "name='viewport'" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/b4f0c3", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2." }, "results": [ { "verdict": "failed", "description": "The `meta` element with a `name='viewport'` attribute abolishes the user agent ability to zoom with user-scalable=no or maximum-scale < 2.", "resultCode": "F1", "elements": [ { "htmlCode": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">", "pointer": "html > head:nth-child(1) > meta:nth-child(39)" } ], "attributes": [] } ] }, "QW-ACT-R18": { "name": "`id` attribute value is unique", "code": "QW-ACT-R18", "mapping": "3ea0c8", "description": "This rule checks that all id attribute values on a single page are unique.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "4.1.1", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/parsing.html", "url_tr": "https://www.w3.org/TR/WCAG21/#parsing" } ], "related": [ "H93" ], "url": "https://act-rules.github.io/rules/3ea0c8", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 54, "warning": 0, "failed": 11, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, { "htmlCode": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">Record\n\n\tHousing and homelessness\n\tStanding up for working families\n\tStanding up for consumers\n\tGun Violence Prevention\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, { "htmlCode": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">Record\n\n\tHousing and homelessness\n\tStanding up for working families\n\tStanding up for consumers\n\tGun Violence Prevention\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">Housing and homelessness</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, { "htmlCode": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">Housing and homelessness</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">Standing up for working families</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" }, { "htmlCode": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">Standing up for working families</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">Standing up for consumers</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" }, { "htmlCode": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">Standing up for consumers</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">Gun Violence Prevention</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4)" }, { "htmlCode": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">Gun Violence Prevention</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">Assembly District 15\n\n\tDo you live in AD15?\n\tOfficial Assembly Office Page\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, { "htmlCode": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">Assembly District 15\n\n\tDo you live in AD15?\n\tOfficial Assembly Office Page\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">Do you live in AD15?</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" }, { "htmlCode": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">Do you live in AD15?</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">Official Assembly Office Page</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2)" }, { "htmlCode": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">Official Assembly Office Page</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">Join\n\n\tDonate\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, { "htmlCode": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">Join\n\n\tDonate\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4)" } ], "attributes": [] }, { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">Donate</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1)" }, { "htmlCode": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">Donate</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R62": { "name": "Element in sequential focus order has visible focus", "code": "QW-ACT-R62", "mapping": "oj04fd", "description": "This rule checks that each element in sequential focus order has some visible focus indication.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "2.4.7", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html", "url_tr": "https://www.w3.org/TR/WCAG21/#focus-visible" } ], "related": [], "url": "https://act-rules.github.io/rules/oj04fd", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 17, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if the element has some visible focus indication" }, "results": [ { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/\">Record</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/\">\n\t\t\t\t\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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=\"/ad15\">Assembly District 15</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/join/\">Join</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\">\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\">hello@buffywicks.com</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"/ad15\">Do I live in District 15?</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/meetbuffy/\">Meet Buffy</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/?page_id=2142\">Myth vs. Fact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/priorities/\">Priorities</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/join/\">Join</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/latest/\">Latest News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/donate/\">Donate</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > 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 lang=\"en-US\" class=\"js\"><head></head><body>document.documentElement.className = 'js';\n\t\n\n\tBuffy Wicks for Assembly\n/* Original: https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: 'Lato';font-style: italic;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-mPCc.ttf) format('truetype');}@font-face {font-family: 'Lato';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts …", "pointer": "html" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 5, "warning": 4, "failed": 3, "inapplicable": 22 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that headers are used to divide the page correctly." }, "results": [ { "verdict": "warning", "description": "Please verify that headers are used to divide the page correctly.", "resultCode": "W1", "elements": [ { "htmlCode": "<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\">\n\t\n\n\t\n\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tHome\nRecord\n\n\tHousing and homelessness\n\tStanding up for working families\n\tStanding up for consumers\n\tGun Violence Prevention\n\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\nAssembly District 15\n\n\tDo you live in AD15?\n\tOfficial Assembly Office Page\n\n\nJoin\n\n\tDonate\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "The first focusable control on the Web page does not links to local content." }, "results": [ { "verdict": "failed", "description": "The first focusable control on the Web page does not links to local content.", "resultCode": "F3", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T15": { "name": "Using the link element and navigation tools", "code": "QW-WCAG-T15", "mapping": "H59", "description": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "metadata": { "target": { "element": "link" }, "success-criteria": [ { "name": "2.4.5", "level": "AA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/multiple-ways" }, { "name": "2.4.8", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/location" } ], "related": [ "G1", "G63", "G64", "G123" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H59", "passed": 6, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>" }, "results": [ { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"pingback\" href=\"https://buffywicks.com/xmlrpc.php\">", "pointer": "html > head:nth-child(1) > link:nth-child(5)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\">", "pointer": "html > head:nth-child(1) > link:nth-child(15)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">", "pointer": "html > head:nth-child(1) > link:nth-child(19)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"et_monarch-css-css\" href=\"https://buffywicks.com/wp-content/plugins/monarch/css/style.css?ver=1.4.14\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(25)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"et-gf-open-sans-css\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:400,700\" type=\"text/css\" media=\"all\">", "pointer": "html > head:nth-child(1) > link:nth-child(26)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"https://api.w.org/\" href=\"https://buffywicks.com/wp-json/\">", "pointer": "html > head:nth-child(1) > link:nth-child(29)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://buffywicks.com/xmlrpc.php?rsd\">", "pointer": "html > head:nth-child(1) > link:nth-child(31)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://buffywicks.com/wp-includes/wlwmanifest.xml\">", "pointer": "html > head:nth-child(1) > link:nth-child(32)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"shortlink\" href=\"https://buffywicks.com/\">", "pointer": "html > head:nth-child(1) > link:nth-child(35)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\">", "pointer": "html > head:nth-child(1) > link:nth-child(55)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\">", "pointer": "html > head:nth-child(1) > link:nth-child(56)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\">", "pointer": "html > head:nth-child(1) > link:nth-child(57)" } ], "attributes": [] }, { "verdict": "inapplicable", "description": "The element doesn't contain a rel attribute or doesn't pertains navigation.", "resultCode": "I2", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-201-cached-inline-styles\" href=\"https://buffywicks.com/wp-content/et-cache/201/et-core-unified-deferred-201.min.css?ver=1686660758\" onload=\"this.onload=null;this.rel='stylesheet';\">", "pointer": "html > head:nth-child(1) > link:nth-child(60)" } ], "attributes": [] }, { "verdict": "warning", "description": "The element is not contained in the head element. Verify if this link is used for navigation, and if it is, it must be inside the <head>", "resultCode": "RC1", "elements": [ { "htmlCode": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://buffywicks.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\" onload=\"media='all'\">", "pointer": "html > body:nth-child(2) > link:nth-child(13)" } ], "attributes": [] } ] }, "QW-WCAG-T32": { "name": "Using ol, ul and dl for lists or groups of links", "code": "QW-WCAG-T32", "mapping": "H48", "description": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "metadata": { "target": { "element": [ "li", "dd", "dt" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" } ], "related": [ "H40" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H48", "passed": 0, "warning": 10, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list." }, "results": [ { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\"><a href=\"https://buffywicks.com/\" aria-current=\"page\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li>\n<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"><a href=\"https://buffywicks.com/record/\" _cssrules=\"true\" _selector=\"html > body:nth-child( …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Housing and homelessness</a></li>\n\t<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"><a href=\"/ad15\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Do you live in AD15?</a></li>\n\t<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"><a href=\"https://a15.asmdc.org/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1 …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Donate</a></li>\n</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\"><a href=\"https://buffywicks.com/\" aria-current=\"page\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Home</a></li>\n<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"><a href=\"https://buffywicks.com/recor …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Housing and homelessness</a></li>\n\t<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"><a href=\"/ad15\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Do you live in AD15?</a></li>\n\t<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\"><a href=\"https://a15.asmdc.org/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child( …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"sub-menu\">\n\t<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Donate</a></li>\n</ul>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul class=\"et_social_icons_container\"><li class=\"et_social_facebook\">\n\t\t\t\t\t\t<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\">\n\t\t\t\t\t\t\t<i class=\"et_social_icon et_social_icon_facebook\" _selector=\"html > body:nth-child(2) > div:nt …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that content that has the visual appearance of a list (with or without bullets) is marked as an unordered list.", "resultCode": "W1", "elements": [ { "htmlCode": "<ul id=\"menu-main\" class=\"bottom-nav\"><li id=\"menu-item-232\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-232\"><a href=\"https://buffywicks.com/\" aria-current=\"page\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\">Home</a></li>\n<li id=\"menu-item-231\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-231\"><a href=\"https://buffywicks.com/meetbuffy/\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-chi …", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T8": { "name": "Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives", "code": "QW-WCAG-T8", "mapping": "F30", "description": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "metadata": { "target": { "attributes": "alt" }, "success-criteria": [ { "name": "1.1.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/non-text-content" }, { "name": "1.2.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/audio-only-and-video-only-prerecorded" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/failures/F30", "passed": 0, "warning": 3, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Text alternative needs manual verification." }, "results": [ { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly.png\" width=\"800\" height=\"323\" alt=\"Buffy Wicks\" id=\"logo\" data-height-percentage=\"54\" data-actual-width=\"800\" data-actual-height=\"323\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" width=\"1080\" height=\"401\" src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW20-Header-Assembly-Logo-2021B.jpg\" alt=\"Buffy Wicks Assemblymember\" title=\"BW20-Header-Assembly-Logo-2021B\" srcset=\"https://buffywicks.com/wp-content/uploads/2020/12/BW20-Header-Assembly-Logo-2021B.jpg 1080w, https://buffywicks.com/wp-content/uploads/2020/12/BW20-Header-Assembly-Logo-2021B-980x364.jpg 980w, https://buffywicks.com/wp-content/uploads/2020/12/BW20-Header-Assembly-Logo-2021B-480x178.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw\" class=\"wp-image-3518\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > span:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" width=\"956\" height=\"290\" src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly-wide2.png\" alt=\"Buffy Wicks Assemblymember Logo\" title=\"BW18-Logo-RGB-Assembly-wide2\" srcset=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly-wide2.png 956w, https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly-wide2-480x146.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 956px, 100vw\" class=\"wp-image-3587\">", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > span:nth-child(1) > img:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T28": { "name": "Using `percent, em, names` for font sizes", "code": "QW-WCAG-T28", "mapping": "C121314", "description": "This technique checks that all font-size attribute uses percent, em or names.", "metadata": { "target": { "element": "*", "attributes": "font-size" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-scale.html" }, { "name": "1.4.5", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-text-presentation.html" }, { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-visual-presentation.html" }, { "name": "1.4.9", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/GL/UNDERSTANDING-WCAG20/visual-audio-contrast-text-images.html" } ], "related": [ "C12", "C13", "C14" ], "url": { "C12": "https://www.w3.org/WAI/WCAG21/Techniques/css/C12", "C13": "https://www.w3.org/WAI/WCAG21/Techniques/css/C13", "C14": "https://www.w3.org/WAI/WCAG21/Techniques/css/C14" }, "passed": 97, "warning": 0, "failed": 48, "inapplicable": 0, "outcome": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag." }, "results": [ { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer_columns4 et_cover_background et_pb_gutter linux et_pb_gutters3 et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db chrome\">\n\t\n\n\t\n\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\tHome\nRecord\n\n\tHousing and homelessness\n\tStanding up for working families\n\tStanding up for consumers\n\tGun Violence Prevention\n\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\nAssembly District 15\n\n\tDo you live in AD15?\n\tOfficial Assembly Office Page\n\n\nJoin\n\n\tDonate\n\n\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t …", "pointer": "html > body:nth-child(2)" } ], "attributes": [ "16px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">Record\n\n\tHousing and homelessness\n\tStanding up for working families\n\tStanding up for consumers\n\tGun Violence Prevention\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/\">Record</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">Housing and homelessness</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">Standing up for working families</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">Standing up for consumers</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">Gun Violence Prevention</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/\">\n\t\t\t\t\t\t\n\t\t\t\t\t</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">Assembly District 15\n\n\tDo you live in AD15?\n\tOfficial Assembly Office Page\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/ad15\">Assembly District 15</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">Do you live in AD15?</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/ad15\">Do you live in AD15?</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">Official Assembly Office Page</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">Join\n\n\tDonate\n\n</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/join/\">Join</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">Donate</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "18px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/\">Record</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/ad15\">Assembly District 15</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"/ad15\">Do you live in AD15?</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://buffywicks.com/join/\">Join</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Assemblymember Buffy Wicks</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "30px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<h2>Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly.</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h2:nth-child(1)" } ], "attributes": [ "26px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"/ad15\">Do I live in District 15?</a>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [ "20px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<span class=\"et_pb_scroll_top et-pb-icon\"></span>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > span:nth-child(2)" } ], "attributes": [ "30px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-232\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-232\">Home</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-231\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-231\">Meet Buffy</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-2149\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-2149\">Myth vs. Fact</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-695\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-695\">Priorities</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-233\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-233\">Join</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-516\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-516\">Latest News</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-696\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-696\">Endorsements</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<li id=\"menu-item-234\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-234\">Donate</li>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8)" } ], "attributes": [ "14px" ] }, { "verdict": "failed", "description": "This test target has a font-size css property using an absolute unit value with the important flag.", "resultCode": "F1", "elements": [ { "htmlCode": "<div id=\"fb-root\" class=\" fb_reset fb_reset\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(11)" } ], "attributes": [ "11px" ] } ] }, "QW-WCAG-T29": { "name": "Specifying alignment either to the left or right in CSS", "code": "QW-WCAG-T29", "mapping": "C19", "description": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.", "metadata": { "target": { "element": "*", "attributes": "text-align" }, "success-criteria": [ { "name": "1.4.8", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/visual-presentation" } ], "related": [], "url": "https://www.w3.org/WAI/WCAG21/Techniques/css/C19", "passed": 32, "warning": 0, "failed": 3, "inapplicable": 0, "outcome": "failed", "description": "This test target has a text-align css property not equal to justify." }, "results": [ { "verdict": "failed", "description": "This test target has a text-align css property not equal to justify.", "resultCode": "F1", "elements": [ { "htmlCode": "<style id=\"divi-style-inline-inline-css\" type=\"text/css\">\n/*!\nTheme Name: Divi\nTheme URI: http://www.elegantthemes.com/gallery/divi/\nVersion: 4.17.6\nDescription: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\nAuthor: Elegant Themes\nAuthor URI: http://www.elegantthemes.com\nLicense: GNU General Public License v2\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n*/\n\na,abbr,acronym,address,applet,b,big,blockquote,body,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;-ms …", "pointer": "html > head:nth-child(1) > style:nth-child(27)" } ], "attributes": [ "text-align: justify" ] }, { "verdict": "failed", "description": "This test target has a text-align css property not equal to justify.", "resultCode": "F1", "elements": [ { "htmlCode": "<style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …", "pointer": "html > head:nth-child(1) > style:nth-child(61)" } ], "attributes": [ " text-align: justify" ] }, { "verdict": "failed", "description": "This test target has a text-align css property not equal to justify.", "resultCode": "F1", "elements": [ { "htmlCode": "<style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_reposition{overflow:hidden;position:relative}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …", "pointer": "html > head:nth-child(1) > style:nth-child(63)" } ], "attributes": [ " text-align: justify" ] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 13, "warning": 1, "failed": 0, "inapplicable": 10 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 2, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 style=\"text-align: center;\">Assemblymember Buffy Wicks</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2>Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly.</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h2:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 55, "document": 1, "none": 8, "navigation": 1, "list": 10, "listitem": 33, "img": 3, "article": 1, "heading": 2 }, "tags": { "html": 1, "head": 1, "meta": 22, "link": 20, "script": 28, "title": 1, "style": 11, "noscript": 1, "body": 1, "svg": 8, "defs": 8, "filter": 8, "fecolormatrix": 8, "fecomponenttransfer": 8, "fefuncr": 8, "fefuncg": 8, "fefuncb": 8, "fefunca": 8, "fecomposite": 8, "div": 46, "header": 1, "nav": 1, "ul": 10, "li": 33, "a": 35, "span": 11, "img": 3, "article": 1, "h1": 1, "h2": 1, "i": 2, "p": 2, "footer": 1 } } } }, "success": true }, "standardResult": { "totals": [ 17, 22, 52, 23 ], "instances": [ { "ruleID": "QW-ACT-R63", "what": "This rule checks that each page has an element with a landmark semantic role starting with non-repeated content", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R64", "what": "This rule checks that the non-repeated content contains a heading", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R73", "what": "This rule checks that repeated blocks of content are collapsible.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R74", "what": "This rule checks that there is an instrument to move focus to non-repeated content in the page.", "ordinalSeverity": 1, "tagName": "HTML", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body></body></html>" }, { "ruleID": "QW-ACT-R14", "what": "This rule checks that the meta element retains the user agent ability to zoom.", "ordinalSeverity": 3, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > meta:nth-child(39)" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\">Home</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369 et_first_mobile_item\">Home</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">Record Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Prevention </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">Record Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Prevention </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">Housing and homelessness</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">Housing and homelessness</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">Standing up for working families</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">Standing up for working families</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">Standing up for consumers</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">Standing up for consumers</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">Gun Violence Prevention</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">Gun Violence Prevention</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">Assembly District 15 Do you live in AD15? Official Assembly Office Page </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">Assembly District 15 Do you live in AD15? Official Assembly Office Page </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">Do you live in AD15?</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">Do you live in AD15?</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">Official Assembly Office Page</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">Official Assembly Office Page</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">Join Donate </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">Join Donate </li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">Donate</li>" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">Donate</li>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/\">Record</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://buffywicks.com/\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/ad15\">Assembly District 15</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/join/\">Join</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> </a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) > span:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a style=\"color: #99c5e5;\" href=\"mailto:hello@buffywicks.com\">hello@buffywicks.com</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"/ad15\">Do I live in District 15?</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/meetbuffy/\">Meet Buffy</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/?page_id=2142\">Myth vs. Fact</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/priorities/\">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(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/join/\">Join</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/latest/\">Latest News</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/endorsements/\">Endorsements</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/donate/\">Donate</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": "", "location": { "doc": "dom", "type": "selector", "spec": "html" }, "excerpt": "<html lang=\"en-US\" class=\"js\"><head></head><body>document.documentElement.className = 'js'; Buffy Wicks for Assembly /* Original: https://fonts.googleapis.com/css?family=Lato:100,100italic,300,300ital ... rl(https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPx-mPCc.ttf) format('truetype');}@font-face {font-family: 'Lato';font-style: italic;font-weight: 300;font-display: swap;src: url(https://fonts …" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 0, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdow ... Record Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Prevention Assembly District 15 Do you live in AD15? Official Assembly Office Page Join Donate …" }, { "ruleID": "QW-WCAG-T23", "what": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(5)" }, "excerpt": "<link rel=\"pingback\" href=\"https://buffywicks.com/xmlrpc.php\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(15)" }, "excerpt": "<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(19)" }, "excerpt": "<link rel=\"dns-prefetch\" href=\"//fonts.googleapis.com\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "et_monarch-css-css", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(25)" }, "excerpt": "<link rel=\"stylesheet\" id=\"et_monarch-css-css\" href=\"https://buffywicks.com/wp-content/plugins/monarch/css/style.css?ver=1.4.14\" type=\"text/css\" media=\"all\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "et-gf-open-sans-css", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(26)" }, "excerpt": "<link rel=\"stylesheet\" id=\"et-gf-open-sans-css\" href=\"https://fonts.googleapis.com/css?family=Open+Sans:400,700\" type=\"text/css\" media=\"all\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(29)" }, "excerpt": "<link rel=\"https://api.w.org/\" href=\"https://buffywicks.com/wp-json/\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(31)" }, "excerpt": "<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://buffywicks.com/xmlrpc.php?rsd\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(32)" }, "excerpt": "<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://buffywicks.com/wp-includes/wlwmanifest.xml\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(35)" }, "excerpt": "<link rel=\"shortlink\" href=\"https://buffywicks.com/\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(55)" }, "excerpt": "<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-32x32.png\" sizes=\"32x32\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(56)" }, "excerpt": "<link rel=\"icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-192x192.png\" sizes=\"192x192\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(57)" }, "excerpt": "<link rel=\"apple-touch-icon\" href=\"https://buffywicks.com/wp-content/uploads/2017/05/cropped-BW18_Favicon-180x180.png\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "tagName": "LINK", "id": "et-core-unified-deferred-201-cached-inline-styles", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > link:nth-child(60)" }, "excerpt": "<link rel=\"stylesheet\" as=\"style\" id=\"et-core-unified-deferred-201-cached-inline-styles\" href=\"https://buffywicks.com/wp-content/et-cache/201/et-core-unified-deferred-201.min.css?ver=1686660758\" onload=\"this.onload=null;this.rel='stylesheet';\">" }, { "ruleID": "QW-WCAG-T15", "what": "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages.", "ordinalSeverity": 0, "tagName": "LINK", "id": "wp-block-library-css", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > link:nth-child(13)" }, "excerpt": "<link rel=\"stylesheet\" id=\"wp-block-library-css\" href=\"https://buffywicks.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2\" type=\"text/css\" media=\"all\" onload=\"media='all'\">" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "top-menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-it ... 48\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"><a href=\"https://buffywicks.com/record/\" _cssrules=\"true\" _selector=\"html > body:nth-child( …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\" _selector=\"h ... tem menu-item-type-post_type menu-item-object-page menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"><a href=\"/ad15\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > he ... enu-item-3398\"><a href=\"https://a15.asmdc.org/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1 …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\" _selector=\"html ... r:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Donate</a></li> </ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "mobile_menu", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3)" }, "excerpt": "<ul id=\"mobile_menu\" class=\"et_mobile_menu\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_pag ... )\" _cssrules=\"true\">Home</a></li> <li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"><a href=\"https://buffywicks.com/recor …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\"><a href=\"https://buffywicks.com/record/housing-homelessness/\" _selector=\"h ... 3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\"><a href=\"https://buffywicks.com/record/working-families/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\"><a href=\"/ad15\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > he ... tem-object-custom menu-item-3398\"><a href=\"https://a15.asmdc.org/\" _selector=\"html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child( …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2)" }, "excerpt": "<ul class=\"sub-menu\"> <li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\"><a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\" _selector=\"html ... v:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\" _cssrules=\"true\">Donate</a></li> </ul>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2)" }, "excerpt": "<ul class=\"et_social_icons_container\"><li class=\"et_social_facebook\"> <a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" d ... h-child(1) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)\"> <i class=\"et_social_icon et_social_icon_facebook\" _selector=\"html > body:nth-child(2) > div:nt …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "menu-main", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"menu-main\" class=\"bottom-nav\"><li id=\"menu-item-232\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item ... tem-231\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-231\"><a href=\"https://buffywicks.com/meetbuffy/\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-chi …" }, { "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": "logo", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > div:nth-child(1) > a:nth-child(2) > img:nth-child(1)" }, "excerpt": "<img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly.png\" width=\"800\" height=\"323\" alt=\"Buffy Wicks\" id=\"logo\" data-height-percentage=\"54\" data-actual-width=\"800\" data-actual-height=\"323\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > span:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" width=\"1080\" height=\"401\" src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW20-Header-Assembly-Logo-2021B.jpg\" alt=\"Buffy Wicks Assemblymember\" title=\"BW20-Header-Assembly ... er-Assembly-Logo-2021B-480x178.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw\" class=\"wp-image-3518\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > span:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" width=\"956\" height=\"290\" src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly-wide2.png\" alt=\"Buffy Wicks Assemblymember Logo\" title=\"BW18-Logo-RGB-Assem ... //buffywicks.com/wp-content/uploads/2020/12/BW18-Logo-RGB-Assembly-wide2-480x146.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 956px, 100vw\" class=\"wp-image-3587\">" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdow ... Record Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Prevention Assembly District 15 Do you live in AD15? Official Assembly Office Page Join Donate …" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\">Home</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\">Record Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Prevention </li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/\">Record</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3652", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3652\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3652\">Housing and homelessness</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3651", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3651\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3651\">Standing up for working families</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3650", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-3650\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3650\">Standing up for consumers</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3649", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-3649\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-3649\">Gun Violence Prevention</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://buffywicks.com/\"> </a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-3399\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-3399\">Assembly District 15 Do you live in AD15? Official Assembly Office Page </li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"/ad15\">Assembly District 15</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3375", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3375\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3375\">Do you live in AD15?</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/ad15\">Do you live in AD15?</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3398", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-3398\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3398\">Official Assembly Office Page</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li id=\"menu-item-3373\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3373\">Join Donate </li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/join/\">Join</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-3667", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-3667\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-3667\">Donate</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/\" aria-current=\"page\">Home</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/\">Record</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/housing-homelessness/\">Housing and homelessness</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/working-families/\">Standing up for working families</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/consumers/\">Standing up for consumers</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(2) > ul:nth-child(2) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/record/gun-violence-prevention/\">Gun Violence Prevention</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"/ad15\">Assembly District 15</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"/ad15\">Do you live in AD15?</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(3) > ul:nth-child(2) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://a15.asmdc.org/\">Official Assembly Office Page</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://buffywicks.com/join/\">Join</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > header:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > ul:nth-child(3) > li:nth-child(4) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.ngpvan.com/CvBhvwu3yUaiGXZkEfInDw2\">Donate</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Assemblymember Buffy Wicks</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h2:nth-child(1)" }, "excerpt": "<h2>Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly.</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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(3) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"/ad15\">Do I live in District 15?</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > span:nth-child(2)" }, "excerpt": "<span class=\"et_pb_scroll_top et-pb-icon\"></span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-232", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1)" }, "excerpt": "<li id=\"menu-item-232\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-232\">Home</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-231", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2)" }, "excerpt": "<li id=\"menu-item-231\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-231\">Meet Buffy</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-2149", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3)" }, "excerpt": "<li id=\"menu-item-2149\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-2149\">Myth vs. Fact</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-695", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4)" }, "excerpt": "<li id=\"menu-item-695\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-695\">Priorities</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-233", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5)" }, "excerpt": "<li id=\"menu-item-233\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-233\">Join</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-516", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(6)" }, "excerpt": "<li id=\"menu-item-516\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-516\">Latest News</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-696", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(7)" }, "excerpt": "<li id=\"menu-item-696\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-696\">Endorsements</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "LI", "id": "menu-item-234", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(1) > li:nth-child(8)" }, "excerpt": "<li id=\"menu-item-234\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-234\">Donate</li>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "DIV", "id": "fb-root", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(11)" }, "excerpt": "<div id=\"fb-root\" class=\" fb_reset fb_reset\"></div>" }, { "ruleID": "QW-WCAG-T29", "what": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.", "ordinalSeverity": 2, "tagName": "STYLE", "id": "divi-style-inline-inline-css", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(27)" }, "excerpt": "<style id=\"divi-style-inline-inline-css\" type=\"text/css\"> /*! Theme Name: Divi Theme URI: http://www.elegantthemes.com/gallery/divi/ Version: 4.17.6 Description: Smart. Flexible. Beautiful. Divi is th ... t,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;-ms …" }, { "ruleID": "QW-WCAG-T29", "what": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(61)" }, "excerpt": "<style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_ ... r-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …" }, { "ruleID": "QW-WCAG-T29", "what": "This technique describes how to align blocks of text either left or right by setting the CSS text-align property.", "ordinalSeverity": 2, "tagName": "STYLE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > head:nth-child(1) > style:nth-child(63)" }, "excerpt": "<style type=\"text/css\" data-fbcssmodules=\"css:fb.css.base css:fb.css.dialog css:fb.css.iframewidget css:fb.css.customer_chat_plugin_iframe\">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_ ... r-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word- …" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 style=\"text-align: center;\">Assemblymember Buffy Wicks</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(9) > div:nth-child(2) > div:nth-child(1) > article: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) > h2:nth-child(1)" }, "excerpt": "<h2>Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with her husband Peter and two daughters, Jojo and Elly.</h2>" } ] }, "endTime": 1687094612953 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687094612954, "url": "https://buffywicks.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.089", "responseTime": "2023-06-18T13:23:32.666Z", "data": { "apiErrors": [], "documentSize": 1121526, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 174, "failing": 6 }, "issues": { "totalErrors": 14, "totalWarnings": 0, "totalIssues": 14 }, "issuesByLevel": { "A": { "count": 5, "pct": 35.71 }, "AA": { "count": 2, "pct": 14.29 }, "AAA": { "count": 14, "pct": 100 } }, "density": { "errorDensity": 1, "warningDensity": 0, "allDensity": 1 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "0120ce7d-b5c6-459b-b62c-f394506f2b39", "docID": "d654e85d-4677-4073-c8a7-01ecbd2432ad", "sourceHash": "ed99407cc93cabbcbff60850c5454068", "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=0120ce7d-b5c6-459b-b62c-f394506f2b39", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 1033.48 }, "height": 1033.48, "width": 1024 }, "position": { "line": 8626, "column": 60 }, "errorSnippet": "<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer", "xpath": "/html/body", "issueID": "afdc7c60e9ae08cc9ee243881fe74274", "signature": "acc6091128fab447bbc4ecf8c1b47948", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=afdc7c60e9ae08cc9ee243881fe74274" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 40, "y": 40 }, "height": 40, "width": 40 }, "position": { "line": 10224, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "478fac00d9e5069f2d4132f6b5c4ac72", "signature": "4dc03a159d4a3e39c43b4608caeef95f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=478fac00d9e5069f2d4132f6b5c4ac72" }, { "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": 0, "y": 0 }, "bottom-right": { "x": 40, "y": 40 }, "height": 40, "width": 40 }, "position": { "line": 10224, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_o", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "c510fca6e7ba210cdbfdc1cf62cf0159", "signature": "f32ffd88bf344cc6df4105b7a58eec38", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=c510fca6e7ba210cdbfdc1cf62cf0159" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 613, "y": 21 }, "bottom-right": { "x": 658, "y": 38 }, "height": 17, "width": 45 }, "position": { "line": 10752, "column": 0 }, "errorSnippet": "<a href=\"https://buffywicks.com/donate/\">Donate</a>", "xpath": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[8]/a[1]", "issueID": "75c1c6198d0b512819af47034cff8773", "signature": "350bfad10a11b7ed307155cd842577ea", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=75c1c6198d0b512819af47034cff8773" }, { "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": 155.703 }, "height": 155.703, "width": 1024 }, "position": { "line": 11148, "column": 332 }, "errorSnippet": "<header id=\"main-header\" data-height-onload=\"154\" data-height-loaded=\"true\" data-fixed-height-onload=\"155.703\" style=\"top: 0px;\"> <div class=\"container clearfix et_menu_container\"> <div id=\"et-top-navigation\" data-height=\"139\" data-fixed-h", "xpath": "/html/body/div[1]/header[1]", "issueID": "582a6c1402d17fcfbc84876c86eca653", "signature": "ebc1d19dbe10b3e1007d7c5acf3455e4", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=582a6c1402d17fcfbc84876c86eca653" }, { "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": 30, "y": 0 }, "bottom-right": { "x": 992, "y": 85.703 }, "height": 85.703, "width": 962 }, "position": { "line": 9993, "column": 38 }, "errorSnippet": "<div id=\"et-top-navigation\" data-height=\"139\" data-fixed-height=\"55\"> <nav id=\"top-menu-nav\"> <ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home curren", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]", "issueID": "bc0405a2d68a29c5ca104c4740fc19ae", "signature": "7146d68b4ec02887f0dfd2c25cdb1477", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=bc0405a2d68a29c5ca104c4740fc19ae" }, { "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": 140.296875, "y": 70 }, "bottom-right": { "x": 821.687875, "y": 155.7031 }, "height": 85.7031, "width": 681.391 }, "position": { "line": 14305, "column": 12 }, "errorSnippet": "<nav id=\"top-menu-nav\"> <ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\"><", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/nav[1]", "issueID": "524aced27c74f2df6569cce72f709cf7", "signature": "ac131db2f4cb2e5271164ca5e51d173f", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=524aced27c74f2df6569cce72f709cf7" }, { "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": 214.296875, "y": 71.703125 }, "bottom-right": { "x": 292.296875, "y": 155.703125 }, "height": 84, "width": 78 }, "position": { "line": 20, "column": 3 }, "errorSnippet": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"><a href=\"https://buffywicks.com/record/\">Record</a>\n<ul class=\"sub-menu\"> <li id=\"menu-item-3652\" cl", "xpath": "/html/body/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]", "issueID": "0a4d061a6dc59d6932f3e63378ab1ae2", "signature": "7e9228993e925314ebede8f8d0cd56a3", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=0a4d061a6dc59d6932f3e63378ab1ae2" }, { "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": 603.188, "y": 198 }, "height": 198, "width": 603.188 }, "position": { "line": 14418, "column": 35 }, "errorSnippet": "<h2><span style=\"font-weight: 400;\">Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with h", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h2[1]", "issueID": "28ad779f0cbb80259928ef0178fe22f1", "signature": "d4dac596c5748f2a8b1f8e57d965eb5c", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=28ad779f0cbb80259928ef0178fe22f1" }, { "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": 171, "y": 65.4062 }, "height": 65.4062, "width": 171 }, "position": { "line": 14428, "column": 10 }, "errorSnippet": "<div class=\"et_social_networks et_social_autowidth et_social_slide et_social_rounded et_social_top et_social_shortcode_0 et_social_mobile_on et_social_outer_dark\"> <style type=\"text/css\" style=\"\">.et_monarch .et_social_shortcode_0 li,.et_mona", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]", "issueID": "260208dbe7addbc3387dee32fcc9df9a", "signature": "4afd0d5eaf55ad7ba29dbf9b02aabed7", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=260208dbe7addbc3387dee32fcc9df9a" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 40, "y": 40 }, "height": 40, "width": 40 }, "position": { "line": 10224, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "3e139586c6bd3c1c6bdbb2b7dddaf255", "signature": "c81078d057d0b4269a9751f32de120f8", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3e139586c6bd3c1c6bdbb2b7dddaf255" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 40, "y": 40 }, "height": 40, "width": 40 }, "position": { "line": 10224, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_o", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "dd80dc201b822c6cd0f955c9172c7b07", "signature": "20bac698254687a1c6f3d4e2c8b09b63", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=dd80dc201b822c6cd0f955c9172c7b07" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 40, "y": 40 }, "height": 40, "width": 40 }, "position": { "line": 10224, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "issueID": "7bda011bd4cf1f61982a02580816eeb1", "signature": "37245bc09c2bd9e1429cb9efa6dd949f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7bda011bd4cf1f61982a02580816eeb1" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 40, "y": 40 }, "height": 40, "width": 40 }, "position": { "line": 10224, "column": 0 }, "errorSnippet": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_o", "xpath": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "issueID": "37295093fdc5df6f7f50108c3cc5278a", "signature": "4769e8ab97511471625c17458c7a7e80", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=37295093fdc5df6f7f50108c3cc5278a" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 14 ], "instances": [ { "ruleID": "28", "what": "The layout or sizing of this page causes horizontal scrolling.", "ordinalSeverity": 3, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"home page-template-default page page-id-201 et_monarch et_pb_button_helper_class et_fullwidth_nav et_fixed_nav et_show_nav et_primary_nav_dropdown_animation_slide et_secondary_nav_dropdown_animation_fade et_header_style_split et_pb_footer" }, { "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]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"" }, { "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]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_o" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/footer[1]/div[1]/div[1]/ul[1]/li[8]/a[1]" }, "excerpt": "<a href=\"https://buffywicks.com/donate/\">Donate</a>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "HEADER", "id": "main-header", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]" }, "excerpt": "<header id=\"main-header\" data-height-onload=\"154\" data-height-loaded=\"true\" data-fixed-height-onload=\"155.703\" style=\"top: 0px;\"> <div class=\"container clearfix et_menu_container\"> <div id=\"et-top-navigation\" data-height=\"139\" data-fixed-h" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "DIV", "id": "et-top-navigation", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]" }, "excerpt": "<div id=\"et-top-navigation\" data-height=\"139\" data-fixed-height=\"55\"> <nav id=\"top-menu-nav\"> <ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home curren" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "NAV", "id": "top-menu-nav", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/nav[1]" }, "excerpt": "<nav id=\"top-menu-nav\"> <ul id=\"top-menu\" class=\"nav\"><li id=\"menu-item-3369\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-201 current_page_item menu-item-3369\"><" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/header[1]/div[1]/div[1]/nav[1]/ul[1]/li[2]" }, "excerpt": "<li id=\"menu-item-3648\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3648\"><a href=\"https://buffywicks.com/record/\">Record</a> <ul class=\"sub-menu\"> <li id=\"menu-item-3652\" cl" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h2[1]" }, "excerpt": "<h2><span style=\"font-weight: 400;\">Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblymember, representing the 15th District in the East Bay. First elected in 2018, Buffy lives in Oakland with h" }, { "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]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]" }, "excerpt": "<div class=\"et_social_networks et_social_autowidth et_social_slide et_social_rounded et_social_top et_social_shortcode_0 et_social_mobile_on et_social_outer_dark\"> <style type=\"text/css\" style=\"\">.et_monarch .et_social_shortcode_0 li,.et_mona" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_o" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"facebook\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_facebook\"></i> <span class=\"" }, { "ruleID": "218", "what": "This link opens in a new window without user control.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/article[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-social_type=\"follow\" data-post_id=\"201\" target=\"_blank\"> <i class=\"et_social_icon et_social_icon_twitter\"></i> <span class=\"et_social_o" } ] }, "endTime": 1687094613470 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687094613470, "url": "https://buffywicks.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": null }, "visHidden": { "document": false, "body": false, "main": false }, "ariaHidden": { "document": false, "body": false, "main": false }, "tagName": { "document": "HTML", "body": "BODY", "main": "" }, "id": { "body": "", "main": "" } }, "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": 93 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 0, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "embAc": { "what": "active elements embedded in links or buttons", "data": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "filter": { "what": "filter styles on elements", "data": { "totals": { "styledElements": 0, "impactedElements": 0 }, "items": [] }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focAll": { "what": "discrepancies between focusable and Tab-focused elements", "data": { "tabFocusables": 17, "tabFocused": 17, "discrepancy": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 17, "types": { "missing": { "total": 17, "tagNames": { "A": 17 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Record" }, { "tagName": "A", "id": "", "text": "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-" }, { "tagName": "A", "id": "", "text": "Assembly District 15" }, { "tagName": "A", "id": "", "text": "Join" }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo" }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so" }, { "tagName": "A", "id": "", "text": "hello@buffywicks.com" }, { "tagName": "A", "id": "", "text": "Do I live in District 15?" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Meet Buffy" }, { "tagName": "A", "id": "", "text": "Myth vs. Fact" }, { "tagName": "A", "id": "", "text": "Priorities" }, { "tagName": "A", "id": "", "text": "Join" }, { "tagName": "A", "id": "", "text": "Latest News" }, { "tagName": "A", "id": "", "text": "Endorsements" }, { "tagName": "A", "id": "", "text": "Donate" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 17 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "hello@buffywicks.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do I live in District 15?" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Buffy" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Myth vs. Fact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Latest News" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 36, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 1, "tagNames": { "SPAN": 1 } }, "focusableAndOperable": { "total": 35, "tagNames": { "A": 35 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "SPAN", "id": "", "text": "<span class=\"et_pb_scroll_top et-pb-icon et-hidden\" style=\"cursor: default;\"></span>", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Record", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Housing and homelessness", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Standing up for working families", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Standing up for consumers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gun Violence Prevention", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://buffywicks.com/\" style=\"cursor: default;\"> <img src=\"https://buffywicks.com/wp-cont", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Assembly District 15", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Do you live in AD15?", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Official Assembly Office Page", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Join", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Record", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Housing and homelessness", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Standing up for working families", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Standing up for consumers", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gun Violence Prevention", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Assembly District 15", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Do you live in AD15?", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Official Assembly Office Page", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Join", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "hello@buffywicks.com", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Do I live in District 15?", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Meet Buffy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Myth vs. Fact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Priorities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Join", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Latest News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate", "byTag": true, "byOnClick": false, "byPointer": true } ] } }, "totals": [ 0, 0, 0, 1 ], "standardInstances": [ { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_pb_scroll_top et-pb-icon et-hidden\" style=\"cursor: default;\"></span>" } ] }, "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": 32, "triggerSample": 17, "impactTriggers": 49, "additions": 21, "removals": 3, "opacityChanges": 50, "opacityImpact": 0, "unhoverables": 0, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 1 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "menu-item-3369", "text": "Home", "additions": 0, "removals": 0, "opacityChanges": 2, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Home", "additions": 0, "removals": 0, "opacityChanges": 2, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-3648", "text": "Record Housing and homelessness Standing up for working families Standing up for consumers Gun Viole", "additions": 9, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Record", "additions": 5, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "", "text": "<div class=\"logo_container\"> <span class=\"logo_helper\"></span> <a href=\"https://buffywicks.com/\"> <i", "additions": 0, "removals": 4, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-3399", "text": "Assembly District 15 Do you live in AD15? Official Assembly Office Page", "additions": 3, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Assembly District 15", "additions": 3, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-3373", "text": "Join Donate", "additions": 2, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Join", "additions": 2, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-232", "text": "Home", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "LI", "id": "menu-item-2149", "text": "Myth vs. Fact", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "id": "", "text": "Endorsements", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 } ], "unhoverables": [], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [ { "tagName": "LI", "id": "", "text": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo" } ] } }, "totals": [ 0, 71, 4, 49 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record Housing and homelessness Standing up for working families Standing up for consumers Gun Viole" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"logo_container\"> <span class=\"logo_helper\"></span> <a href=\"https://buffywicks.com/\"> <i" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15 Do you live in AD15? Official Assembly Office Page" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join Donate" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-232", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-2149", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Myth vs. Fact" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo" } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [] } }, "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": 35, "adjacent": { "total": 13, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "", "text": "Home" }, { "id": "", "text": "Record" }, { "id": "", "text": "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-" }, { "id": "", "text": "Assembly District 15" }, { "id": "", "text": "Join" }, { "id": "", "text": "Donate" }, { "id": "", "text": "Home" }, { "id": "", "text": "Record" }, { "id": "", "text": "Assembly District 15" }, { "id": "", "text": "Join" }, { "id": "", "text": "Donate" }, { "id": "", "text": "hello@buffywicks.com" }, { "id": "", "text": "Do I live in District 15?" } ] } }, "totals": [ 0, 13, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "hello@buffywicks.com" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do I live in District 15?" } ] }, "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": 8, "badRoleElements": 0, "redundantRoleElements": 0, "tagNames": {} }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "styleDiff": { "what": "style inconsistencies", "data": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "adjacentLink": { "total": 13, "subtotals": [ 8, 3, 2 ] }, "listLink": { "total": 22, "subtotals": [ 7, 6, 6, 2, 1 ] }, "h1": { "total": 1 }, "h2": { "total": 1 } }, "items": { "adjacentLink": { "fontWeight": { "500": [ "hello@buffywicks.com", "Do I live in District 15?" ], "600": [ "Home", "Record", "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-", "Assembly District 15", "Join", "Donate", "Home", "Donate" ], "700": [ "Record", "Assembly District 15", "Join" ] } }, "listLink": { "fontWeight": { "400": [ "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo", "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so" ], "600": [ "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page", "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page", "Home", "Meet Buffy", "Myth vs. Fact", "Priorities", "Join", "Latest News", "Endorsements", "Donate" ] }, "color": { "rgba(255, 255, 255, 0.7)": [ "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page" ], "rgba(255, 255, 255, 0.6)": [ "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page" ], "rgb(52, 26, 130)": [ "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo", "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so" ], "rgb(46, 163, 242)": [ "Home" ], "rgb(187, 187, 187)": [ "Meet Buffy", "Myth vs. Fact", "Priorities", "Join", "Latest News", "Endorsements", "Donate" ] }, "fontSize": { "18px": [ "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page" ], "14px": [ "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page", "Home", "Meet Buffy", "Myth vs. Fact", "Priorities", "Join", "Latest News", "Endorsements", "Donate" ], "16px": [ "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo", "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so" ] }, "lineHeight": { "28px": [ "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page" ], "14px": [ "Housing and homelessness", "Standing up for working families", "Standing up for consumers", "Gun Violence Prevention", "Do you live in AD15?", "Official Assembly Office Page" ], "0px": [ "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo", "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so" ], "27.2px": [ "Home", "Meet Buffy", "Myth vs. Fact", "Priorities", "Join", "Latest News", "Endorsements", "Donate" ] } } } }, "totals": [ 2, 4, 0, 0 ], "standardInstances": [ { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 5 different styles", "count": 4, "ordinalSeverity": 1, "tagName": "A", "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": 2, "items": [ { "tagName": "IMG", "id": "", "text": "", "title": "BW20-Header-Assembly-Logo-2021B" }, { "tagName": "IMG", "id": "", "text": "", "title": "BW18-Logo-RGB-Assembly-wide2" } ] }, "totals": [ 0, 0, 2, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): BW20-Header-Assembly-Logo-2021B" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): BW18-Logo-RGB-Assembly-wide2" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 23, "tagNames": { "HEADER": 1, "DIV": 9, "A": 4, "UL": 4, "I": 2, "SPAN": 3 } }, "items": [ { "tagName": "HEADER", "id": "main-header", "text": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "tagName": "DIV", "id": "", "text": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Record" }, { "tagName": "UL", "id": "", "text": "Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Pre" }, { "tagName": "DIV", "id": "", "text": "<div class=\"logo_container\"> <span class=\"logo_helper\"></span> <a href=\"https://buffywicks.com/\"> <i" }, { "tagName": "A", "id": "", "text": "Assembly District 15" }, { "tagName": "UL", "id": "", "text": "Do you live in AD15? Official Assembly Office Page" }, { "tagName": "A", "id": "", "text": "Join" }, { "tagName": "UL", "id": "", "text": "Donate" }, { "tagName": "UL", "id": "mobile_menu", "text": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "tagName": "DIV", "id": "", "text": "Assemblymember Buffy Wicks Buffy Wicks is a lifelong organizer, passionate progressive, and current " }, { "tagName": "DIV", "id": "", "text": "Assemblymember Buffy Wicks" }, { "tagName": "DIV", "id": "", "text": "Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblyme" }, { "tagName": "DIV", "id": "", "text": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough\"> <div" }, { "tagName": "DIV", "id": "", "text": ".et_monarch .et_social_shortcode_0 li,.et_monarch .et_social_shortcode_0.et_social_circle ul li i.et" }, { "tagName": "I", "id": "", "text": "<i class=\"et_social_icon et_social_icon_facebook\"></i>" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"et_social_overlay\"></span>" }, { "tagName": "I", "id": "", "text": "<i class=\"et_social_icon et_social_icon_twitter\"></i>" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"et_social_overlay\"></span>" }, { "tagName": "DIV", "id": "", "text": "Do I live in District 15?" }, { "tagName": "DIV", "id": "", "text": "Buffy Wicks for Assembly 2022. FPPC # 1434997" }, { "tagName": "SPAN", "id": "", "text": "<span class=\"et_pb_scroll_top et-pb-icon\"></span>" } ] }, "totals": [ 23, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "main-header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Pre" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"logo_container\"> <span class=\"logo_helper\"></span> <a href=\"https://buffywicks.com/\"> <i" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do you live in AD15? Official Assembly Office Page" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "mobile_menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Buffy Wicks Buffy Wicks is a lifelong organizer, passionate progressive, and current " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Buffy Wicks" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblyme" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough\"> <div" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": ".et_monarch .et_social_shortcode_0 li,.et_monarch .et_social_shortcode_0.et_social_circle ul li i.et" }, { "ruleID": "zIndex", "what": "I element has a non-default Z index", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<i class=\"et_social_icon et_social_icon_facebook\"></i>" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_social_overlay\"></span>" }, { "ruleID": "zIndex", "what": "I element has a non-default Z index", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<i class=\"et_social_icon et_social_icon_twitter\"></i>" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_social_overlay\"></span>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do I live in District 15?" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Buffy Wicks for Assembly 2022. FPPC # 1434997" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_pb_scroll_top et-pb-icon\"></span>" } ] } }, "success": true }, "standardResult": { "totals": [ 25, 88, 6, 67 ], "instances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://twitter.com/buffywicks\" class=\"et_social_follow\" data-social_name=\"twitter\" data-so" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "hello@buffywicks.com" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do I live in District 15?" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Meet Buffy" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Myth vs. Fact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Priorities" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Latest News" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "focOp", "complaint": "SPAN element is operable but not focusable", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_pb_scroll_top et-pb-icon et-hidden\" style=\"cursor: default;\"></span>" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3369", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3648", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record Housing and homelessness Standing up for working families Standing up for consumers Gun Viole" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"logo_container\"> <span class=\"logo_helper\"></span> <a href=\"https://buffywicks.com/\"> <i" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3399", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15 Do you live in AD15? Official Assembly Office Page" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-3373", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join Donate" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-232", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-2149", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Myth vs. Fact" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "hover", "what": "List item changes when hovered over", "ordinalSeverity": 2, "tagName": "LI", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://www.facebook.com/AsmBuffyWicks/\" class=\"et_social_follow\" data-social_name=\"faceboo" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://buffywicks.com/\"> <img src=\"https://buffywicks.com/wp-content/uploads/2020/12/BW18-" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "hello@buffywicks.com" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do I live in District 15?" }, { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "styleDiff", "what": "Links in columns have 5 different styles", "count": 4, "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): BW20-Header-Assembly-Logo-2021B" }, { "ruleID": "titledEl", "what": "IMG element has a title attribute", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IMG (): BW18-Logo-RGB-Assembly-wide2" }, { "ruleID": "zIndex", "what": "HEADER element has a non-default Z index", "ordinalSeverity": 0, "tagName": "HEADER", "id": "main-header", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Record" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Housing and homelessness Standing up for working families Standing up for consumers Gun Violence Pre" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"logo_container\"> <span class=\"logo_helper\"></span> <a href=\"https://buffywicks.com/\"> <i" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assembly District 15" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do you live in AD15? Official Assembly Office Page" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Join" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "mobile_menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home Record Housing and homelessness Standing up for working families Standing up for consumers Gun " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Buffy Wicks Buffy Wicks is a lifelong organizer, passionate progressive, and current " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblymember Buffy Wicks" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Buffy Wicks is a lifelong organizer, passionate progressive, and current California State Assemblyme" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough\"> <div" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": ".et_monarch .et_social_shortcode_0 li,.et_monarch .et_social_shortcode_0.et_social_circle ul li i.et" }, { "ruleID": "zIndex", "what": "I element has a non-default Z index", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<i class=\"et_social_icon et_social_icon_facebook\"></i>" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_social_overlay\"></span>" }, { "ruleID": "zIndex", "what": "I element has a non-default Z index", "ordinalSeverity": 0, "tagName": "I", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<i class=\"et_social_icon et_social_icon_twitter\"></i>" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_social_overlay\"></span>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Do I live in District 15?" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Buffy Wicks for Assembly 2022. FPPC # 1434997" }, { "ruleID": "zIndex", "what": "SPAN element has a non-default Z index", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<span class=\"et_pb_scroll_top et-pb-icon\"></span>" } ] }, "endTime": 1687094633852 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687094633852, "url": "https://buffywicks.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Buffy Wicks for Assembly", "pageurl": "https://buffywicks.com/", "time": 2.11, "creditsremaining": 1299, "allitemcount": 35, "totalelements": 304, "waveurl": "http://wave.webaim.org/report?url=https://buffywicks.com/" }, "categories": { "error": { "description": "Errors", "count": 2, "items": { "link_empty": { "id": "link_empty", "description": "Empty link", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-201 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + UL > LI:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-201 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + UL > LI:first-child + LI > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 0, "items": [] }, "alert": { "description": "Alerts", "count": 3, "items": { "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > NAV#top-menu-nav > UL#top-menu > LI#menu-item-3399 > A:first-child + UL > LI#menu-item-3375 > A:first-child", "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > DIV#et_mobile_nav_menu > DIV:first-child > UL#mobile_menu > LI#menu-item-3399 > A:first-child + UL > LI#menu-item-3375 > A:first-child" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "noscript": { "id": "noscript", "description": "Noscript element", "count": 1, "selectors": [ "HTML > HEAD:first-child > META:first-child + META + META + META + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + TITLE + LINK + STYLE + META + SCRIPT + LINK + LINK + LINK + META + STYLE + STYLE + LINK + LINK + STYLE + STYLE + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + LINK + STYLE + META + SCRIPT + NOSCRIPT" ], "wcag": [] } } } }, "success": true }, "standardResult": { "totals": [ 3, 0, 0, 2 ], "instances": [ { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-201 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + UL > LI:first-child > A:first-child" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > DIV#et-main-area > DIV#main-content > ARTICLE#post-201 > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > STYLE:first-child + UL > LI:first-child + LI > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > NAV#top-menu-nav > UL#top-menu > LI#menu-item-3399 > A:first-child + UL > LI#menu-item-3375 > A:first-child" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#page-container > HEADER#main-header > DIV:first-child > DIV#et-top-navigation > DIV#et_mobile_nav_menu > DIV:first-child > UL#mobile_menu > LI#menu-item-3399 > A:first-child + UL > LI#menu-item-3375 > A:first-child" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child > META:first-child + META + META + META + LINK + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + TITLE + LINK + STYLE + META + SCRIPT + LINK + LINK + LINK + META + STYLE + STYLE + LINK + LINK + STYLE + STYLE + LINK + LINK + LINK + LINK + META + LINK + LINK + LINK + LINK + STYLE + META + SCRIPT + NOSCRIPT" }, "excerpt": "" } ] }, "endTime": 1687094636243 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD14-c", "which": "https://buffywicks.com/", "what": "Candidate Buffy Wicks (D)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T13:22:32", "endTime": "2023-06-18T13:23:56", "elapsedSeconds": 83, "visitLatency": 6, "logCount": 13, "logSize": 607, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "ibm", 30 ], [ "testaro", 20 ], [ "testaro", 13 ], [ "alfa", 3 ], [ "nuVal", 2 ], [ "qualWeb", 2 ], [ "wave", 2 ], [ "tenon", 1 ], [ "axe", 0 ], [ "continuum", 0 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1312, "issue": 857, "tool": 152, "prevention": 300, "log": 3, "latency": 0 }, "details": { "severity": { "total": [ 94, 111, 140, 197 ], "byTool": { "testaro": [ 25, 88, 6, 67 ], "alfa": [ 18, 0, 0, 34 ], "axe": [ 6, 1, 17, 5 ], "continuum": [ 0, 0, 0, 25 ], "htmlcs": [ 7, 0, 0, 25 ], "nuVal": [ 18, 0, 65, 2 ], "qualWeb": [ 17, 22, 52, 23 ], "tenon": [ 0, 0, 0, 14 ], "wave": [ 3, 0, 0, 2 ] } }, "prevention": { "ibm": 300 }, "issue": { "linkNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 2, "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": 2, "texts": [ "Anchor element found with a valid href attribute, but no link content has been supplied." ] } } }, "tenon": { "57": { "quality": 1, "what": "Link has no text inside it", "complaints": { "countTotal": 2, "texts": [ "This link has no text inside it." ] } } }, "wave": { "link_empty": { "quality": 1, "what": "Link contains no text", "complaints": { "countTotal": 2, "texts": [ "Empty link" ] } } } } }, "duplicateID": { "score": 88, "maxCount": 22, "weight": 4, "tools": { "alfa": { "r3": { "quality": 1, "what": "Element id attribute value is not unique", "complaints": { "countTotal": 22, "texts": [ "id attributes have a unique value" ] } } }, "axe": { "duplicate-id": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 11, "texts": [ "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3369", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3648", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3652", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3651", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3650", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3649", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3399", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3375", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3398", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3373", "id attribute value must be unique; Document has multiple static elements with the same id attribute: menu-item-3667" ] } } }, "continuum": { "94": { "quality": 1, "what": "Element contains an id attribute set to a value that is not unique in the DOM", "complaints": { "countTotal": 22, "texts": [ "This LI has an id attribute of 'menu-item-3369', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3648', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3652', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3651', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3650', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3649', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3399', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3375', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3398', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3373', which is not unique in the same DOM", "This LI has an id attribute of 'menu-item-3667', which is not unique in the same DOM" ] } } }, "htmlcs": { "AAA.4_1_1.F77": { "quality": 1, "what": "Duplicate id attribute value", "complaints": { "countTotal": 11, "texts": [ "Duplicate id attribute value \"menu-item-3369\" found on the web page.", "Duplicate id attribute value \"menu-item-3373\" found on the web page.", "Duplicate id attribute value \"menu-item-3375\" found on the web page.", "Duplicate id attribute value \"menu-item-3398\" found on the web page.", "Duplicate id attribute value \"menu-item-3399\" found on the web page.", "Duplicate id attribute value \"menu-item-3648\" found on the web page.", "Duplicate id attribute value \"menu-item-3649\" found on the web page.", "Duplicate id attribute value \"menu-item-3650\" found on the web page.", "Duplicate id attribute value \"menu-item-3651\" found on the web page.", "Duplicate id attribute value \"menu-item-3652\" found on the web page.", "Duplicate id attribute value \"menu-item-3667\" found on the web page." ] } } }, "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 22, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "metaBansZoom": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "alfa": { "r47": { "quality": 1, "what": "meta element restricts zooming", "complaints": { "countTotal": 1, "texts": [ "<meta name='viewport'> elements do not prevent zoom" ] } } }, "axe": { "meta-viewport": { "quality": 1, "what": "Zooming and scaling are disabled", "complaints": { "countTotal": 1, "texts": [ "Zooming and scaling must not be disabled; user-scalable on <meta> tag disables zooming on mobile devices" ] } } }, "continuum": { "59": { "quality": 1, "what": "meta element in the head sets the viewport maximum-scale to less than 2", "complaints": { "countTotal": 1, "texts": [ "This META has a content attribute set to a value that includes an instruction that sets the viewport's maximum-scale to less than 2" ] } } }, "nuVal": { "Consider avoiding viewport values that prevent users from resizing documents.": { "quality": 1, "what": "viewport value prevents users from resizing the document", "complaints": { "countTotal": 2, "texts": [ "Consider avoiding viewport values that prevent users from resizing documents." ] } } }, "qualWeb": { "QW-ACT-R14": { "quality": 1, "what": "meta viewport prevents zoom", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the meta element retains the user agent ability to zoom." ] } } } } }, "contentBeyondLandmarks": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 6, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 5, "texts": [ "All page content should be contained by landmarks; Some page content is not contained by landmarks" ] } } } } }, "linkIndication": { "score": 26, "maxCount": 13, "weight": 2, "tools": { "alfa": { "r62": { "quality": 1, "what": "Inline link is not distinct from the surrounding text except by color", "complaints": { "countTotal": 1, "texts": [ "Links in blocks of text are distinguishable" ] } } }, "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 13, "texts": [ "Link is inline but has no underline" ] } } } } }, "focusIndication": { "score": 68, "maxCount": 17, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 17, "texts": [ "Element in sequential focus order has visible focus" ] } } }, "qualWeb": { "QW-ACT-R62": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 17, "texts": [ "This rule checks that each element in sequential focus order has some visible focus indication." ] } } }, "testaro": { "focInd": { "quality": 1, "what": "Focused element displays a nonstandard or no focus indicator", "complaints": { "countTotal": 17, "texts": [ "A element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 2, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "axe": { "color-contrast-enhanced": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 2, "texts": [ "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.99 (foreground color: #4897d0, background color: #12092d, font size: 13.5pt (18px), font weight: normal). Expected contrast ratio of 7:1", "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5 (foreground color: #2ea3f2, background color: #2d2d2d, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 11, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6:1. Recommendation: change text colour to #fdfeff.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1." ] } } } } }, "repeatedContentRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "alfa": { "r87": { "quality": 0.5, "what": "First focusable element is not a link to the main content", "complaints": { "countTotal": 1, "texts": [ "First focusable element is link to main content" ] } } }, "qualWeb": { "QW-ACT-R73": { "quality": 1, "what": "Block of repeated content is not collapsible", "complaints": { "countTotal": 1, "texts": [ "This rule checks that repeated blocks of content are collapsible." ] } }, "QW-ACT-R74": { "quality": 1, "what": "Document has no instrument to move focus to non-repeated content", "complaints": { "countTotal": 1, "texts": [ "This rule checks that there is an instrument to move focus to non-repeated content in the page." ] } }, "QW-WCAG-T23": { "quality": 1, "what": "No link at the top of the page that goes directly to the main content area", "complaints": { "countTotal": 1, "texts": [ "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page." ] } } } } }, "textContrastAA": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "axe": { "color-contrast": { "quality": 1, "what": "Element has insufficient color contrast", "complaints": { "countTotal": 1, "texts": [ "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements" ] } } } } }, "hiddenContentRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 6, "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." ] } } } } }, "mainNone": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "axe": { "landmark-one-main": { "quality": 1, "what": "page has no main landmark", "complaints": { "countTotal": 1, "texts": [ "Document should have one main landmark; Document does not have a main landmark" ] } } }, "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" ] } } } } }, "scrollRisk": { "score": 3, "maxCount": 3, "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": 3, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.FGColour": { "quality": 1, "what": "Inline foreground color may lack a complementary background color", "complaints": { "countTotal": 2, "texts": [ "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour." ] } } } } }, "linkWindowSurpriseRisk": { "score": 2, "maxCount": 2, "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": 2, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "linkElementBad": { "score": 28, "maxCount": 7, "weight": 4, "tools": { "htmlcs": { "AAA.2_4_8.H59.1": { "quality": 1, "what": "link element is not in the document head", "complaints": { "countTotal": 1, "texts": [ "Link elements can only be located in the head section of the document." ] } } }, "nuVal": { "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet.": { "quality": 1, "what": "link element with a body ancestor has no itemprop or valid rel attribute", "complaints": { "countTotal": 6, "texts": [ "A link element must not appear as a descendant of a body element unless the link element has an itemprop attribute or has a rel attribute whose value contains dns-prefetch, modulepreload, pingback, preconnect, prefetch, preload, prerender, or stylesheet." ] } }, "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload.": { "quality": 1, "what": "link element with an as attribute has no rel attribute with preload or modulepreload as its value", "complaints": { "countTotal": 1, "texts": [ "A link element with an as attribute must have a rel attribute that contains the value preload or the value modulepreload." ] } } } } }, "typeRedundant": { "score": 16, "maxCount": 16, "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": 5, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } }, "The type attribute for the style element is not needed and should be omitted.": { "quality": 1, "what": "type attribute is unnecessary for a style element", "complaints": { "countTotal": 11, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } } } } }, "cssInvalid": { "score": 30, "maxCount": 10, "weight": 3, "tools": { "nuVal": { "^CSS: .+: Property .+ doesn't exist.*$": { "quality": 1, "what": "Invalid property in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: background-repeat-y: Property background-repeat-y doesn't exist." ] } }, "CSS: Parse Error.": { "quality": 1, "what": "Invalid CSS", "complaints": { "countTotal": 8, "texts": [ "CSS: Parse Error." ] } } } } }, "parseError": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "nuVal": { "^Bad start tag in .+$": { "quality": 1, "what": "Invalid start tag", "complaints": { "countTotal": 2, "texts": [ "Bad start tag in img in noscript in head." ] } } } } }, "imageNoText": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "nuVal": { "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 2, "texts": [ "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images." ] } } } } }, "elementClosure": { "score": 18, "maxCount": 6, "weight": 3, "tools": { "nuVal": { "^Stray end tag .+$": { "quality": 1, "what": "Invalid closing tag", "complaints": { "countTotal": 4, "texts": [ "Stray end tag noscript.", "Stray end tag head." ] } }, "^Start tag .+ seen but an element of the same type was already open.*$": { "quality": 1, "what": "Element is invalidly a descendant of another such element", "complaints": { "countTotal": 2, "texts": [ "Start tag body seen but an element of the same type was already open." ] } } } } }, "metaBad": { "score": 96, "maxCount": 32, "weight": 3, "tools": { "nuVal": { "^Attribute .+ not allowed on element meta at this point.*$": { "quality": 1, "what": "Attribute is not allowed on a meta element here", "complaints": { "countTotal": 16, "texts": [ "Attribute name not allowed on element meta at this point." ] } }, "^Element meta is missing one or more of the following attributes: .+$": { "quality": 1, "what": "meta element is missing a required attribute", "complaints": { "countTotal": 16, "texts": [ "Element meta is missing one or more of the following attributes: itemprop, property." ] } } } } }, "parentBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "nuVal": { "^Element .+ not allowed as child of element .+ in this context.*$": { "quality": 1, "what": "Element has an invalid parent", "complaints": { "countTotal": 4, "texts": [ "Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)" ] } } } } }, "backgroundBad": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "nuVal": { "^CSS: background: .+ is not a color value.*$": { "quality": 1, "what": "CSS background color is misdefined", "complaints": { "countTotal": 2, "texts": [ "CSS: background: from(#738aba) is not a color value.", "CSS: background: from(#4267B2) is not a color value." ] } } } } }, "fatalError": { "score": 100, "maxCount": 2, "weight": 50, "tools": { "nuVal": { "Cannot recover after last error. Any further errors will be ignored.": { "quality": 1, "what": "Testing was interrupted by a fatal error", "complaints": { "countTotal": 2, "texts": [ "Cannot recover after last error. Any further errors will be ignored." ] } } } } }, "slashParseRisk": { "score": 27, "maxCount": 27, "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": 27, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "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." ] } } } } }, "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" ] } } } } }, "siteNavigation": { "score": 14, "maxCount": 14, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T15": { "quality": 1, "what": "link element and navigation tools not used", "complaints": { "countTotal": 14, "texts": [ "The objective of this technique is to describe how the link element can provide metadata about the position of an HTML page within a set of Web pages or can assist in locating content with a set of Web pages." ] } } } } }, "pseudoNavList": { "score": 20, "maxCount": 10, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 10, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "textAlternativeRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 3, "texts": [ "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content" ] } } } } }, "fontSizeAbsolute": { "score": 96, "maxCount": 48, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 48, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "justificationRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T29": { "quality": 1, "what": "Alignment either to the left or right is not specified in CSS", "complaints": { "countTotal": 3, "texts": [ "This technique describes how to align blocks of text either left or right by setting the CSS text-align property." ] } } } } }, "noHeading": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 2, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "horizontalScrolling": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "28": { "quality": 1, "what": "Layout or sizing of the page causes horizontal scrolling", "complaints": { "countTotal": 1, "texts": [ "The layout or sizing of this page causes horizontal scrolling." ] } } } } }, "linkTextsSame": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 1, "texts": [ "These links have the same text but different destinations." ] } } } } }, "leadingClipsText": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 6, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 2, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "linkForcesNewWindow": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 2, "texts": [ "This link opens in a new window without user control." ] } } } } }, "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": 26, "maxCount": 13, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 13, "texts": [ "Hovering over element has unexpected effects", "List item changes when hovered over" ] } } } } }, "inconsistentStyles": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 6, "texts": [ "In-line links have 3 different styles", "Links in columns have 5 different styles" ] } } } } }, "titleBad": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 2, "texts": [ "IMG element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 23, "maxCount": 23, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 23, "texts": [ "HEADER element has a non-default Z index", "DIV element has a non-default Z index", "A element has a non-default Z index", "UL element has a non-default Z index", "I element has a non-default Z index", "SPAN element has a non-default Z index" ] } } } } }, "linkPair": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 2, "texts": [ "Redundant link" ] } } } } }, "noScriptRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 1, "texts": [ "Noscript element" ] } } } } } } } } }