Accessibility digest
Page | Candidate Vince Fong (R) |
---|---|
URL | https://vincefong.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 1344 |
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 Vince Fong (R) at https://vincefong.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 1344, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 1344 | Sum of the component scores |
issue | 1102 | Severity and number of reported defects |
tool | 170 | Tool-by-tool defect ratings |
prevention | 0 | Failed attempts by tools to test the page |
log | 72 | Browser warnings about the page |
latency | 0 | Abnormal delay in page responses |
Issue scores
The score of an issue depends on the severity (user impact and certainty) of the issue and on how many instances were reported (by one or more tools).
Issue | Score |
---|---|
focusIndication | 128 |
cssInvalid | 102 |
fontSizeAbsolute | 82 |
contentBeyondLandmarks | 66 |
linkIndication | 62 |
attributeBad | 60 |
slashParseRisk | 55 |
typeRedundant | 52 |
overflowHiddenRisk | 45 |
leadingClipsText | 40 |
noHeading | 39 |
overflowHidden | 36 |
zIndexNotZero | 28 |
textContrastAA | 24 |
hiddenContentRisk | 21 |
targetSize | 21 |
iframeTitleBad | 16 |
contrastAAA | 13 |
linkNoText | 12 |
linkTextsSame | 12 |
boxSizeAbsolute | 12 |
linkVague | 12 |
contrastRisk | 11 |
headingLevelSkip | 8 |
duplicateID | 8 |
linkPair | 8 |
pseudoNavList | 6 |
metaBad | 6 |
tabFocusability | 6 |
noScriptRisk | 6 |
metaBansZoom | 4 |
descendantMissing | 4 |
headingOfNothing | 4 |
linkBrokenRisk | 4 |
imageNoText | 4 |
controlNoText | 4 |
headingStructure | 4 |
buttonNoText | 4 |
inputNoText | 4 |
errorReferenceBad | 4 |
textAlternativeRisk | 4 |
labelClash | 4 |
titleBad | 4 |
videoCaptionRisk | 4 |
repeatedContentRisk | 3 |
roleBad | 3 |
parseError | 3 |
elementClosure | 3 |
skipRepeatedContent | 3 |
horizontalScrolling | 3 |
linkForcesNewWindow | 3 |
linkComprehensionRisk | 3 |
spontaneousMotion | 2 |
leadingInsufficient | 2 |
asideNotTop | 2 |
mainNone | 2 |
decorativeImageRisk | 2 |
scrollRisk | 2 |
sectionHeadingless | 2 |
hoverSurprise | 2 |
inconsistentStyles | 2 |
frameContentRisk | 1 |
linkConfusionRisk | 1 |
linkWindowSurpriseRisk | 1 |
complementaryNoText | 1 |
justificationRisk | 1 |
titleRedundant | 1 |
visibleBulk | 1 |
ignorable | 0 |
Itemized issues
The reported rule violations are itemized below, issue by issue. Additional details can be inspected in the complete report at the end of this page.
Issue focusIndication
WCAG: 2.4.7
Score: 128
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 28
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: 32
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: 31
Complaint specifics
- A element has no focus indicator
- IFRAME element has no focus indicator
Issue cssInvalid
WCAG: 4.1
Score: 102
Complaints by nuVal
Rule ^CSS: .+: Parse Error.*$
^CSS: .+: Parse Error.*$
Description: Invalid CSS
Count of instances: 32
Complaint specifics
- CSS: filter: Parse Error.
- CSS: background-color: Parse Error.
- CSS: padding: Parse Error.
Rule ^CSS: .+: Property .+ doesn't exist.*$
Description: Invalid property in CSS
Count of instances: 2
Complaint specifics
- CSS: font-smoothing: Property font-smoothing doesn't exist.
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 82
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 41
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 66
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 33
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: 17
Complaint specifics
- All page content should be contained by landmarks; Some page content is not contained by landmarks
Complaints by ibm
Rule aria_content_in_landmark
aria_content_in_landmark
Description: Content is not within a landmark element
Count of instances: 19
Complaint specifics
- Content is not within a landmark element
Issue linkIndication
WCAG: 1.3.3
Score: 62
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 31
Complaint specifics
- Link is inline but has no underline
Issue attributeBad
WCAG: 1.3.1
Score: 60
Complaints by nuVal
Rule ^Attribute .+ not allowed on element .+ at this point.*$
^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 10
Complaint specifics
- Attribute ontouchstart not allowed on element div at this point.
- Attribute ontouchstart not allowed on element a at this point.
- Attribute nofooter not allowed on element a at this point.
Rule The sizes attribute must only be specified if the srcset attribute is also specified.
Description: Element has a sizes attribute but no srcset attribute
Count of instances: 3
Complaint specifics
- The sizes attribute must only be specified if the srcset attribute is also specified.
Rule ^Attribute .+ is not serializable as XML 1\.0.*$
Description: Attribute is invalidly nonserializable
Count of instances: 2
Complaint specifics
- Attribute nofooter is not serializable as XML 1.0.
Issue slashParseRisk
WCAG: 4.1
Score: 55
Complaints by nuVal
Rule Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Description: Void element has a useless trailing slash.
Count of instances: 55
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue typeRedundant
WCAG: 1.3.1
Score: 52
Complaints by nuVal
Rule The type attribute for the style element is not needed and should be omitted.
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: 6
Complaint specifics
- The type attribute for the style element is not needed and should be omitted.
Rule The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 46
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue overflowHiddenRisk
WCAG: 1.4.4
Score: 45
Complaints by qualWeb
Rule QW-ACT-R40
QW-ACT-R40
Description: Zoomed text node may be clipped by a CSS overflow declaration
Count of instances: 45
Complaint specifics
- This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.
Issue leadingClipsText
WCAG: 1.4.8
Score: 40
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 10
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue noHeading
WCAG: 1.3.1
Score: 39
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 13
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue overflowHidden
WCAG: 1.4.4
Score: 36
Complaints by alfa
Rule r83
r83
Description: Overflow is hidden or clipped if the text is enlarged
Count of instances: 9
Complaint specifics
- Text nodes are not clipped when text is resized
Issue zIndexNotZero
WCAG: 1.4
Score: 28
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 28
Complaint specifics
- DIV element has a non-default Z index
- NAV element has a non-default Z index
- UL element has a non-default Z index
- LI element has a non-default Z index
- A element has a non-default Z index
Issue textContrastAA
WCAG: 1.4.3
Score: 24
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 6
Complaint specifics
- Text outside widget has minimum contrast
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 2
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.07:1. Recommendation: change background to #767676.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #767676.
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 1
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.
Complaints by wave
Rule contrast
contrast
Description: Very low contrast
Count of instances: 2
Complaint specifics
- Very low contrast
Issue hiddenContentRisk
WCAG: 4.1
Score: 21
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 21
Complaint specifics
- Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.
Issue targetSize
WCAG: 2.5.5
Score: 21
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 7
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue iframeTitleBad
WCAG: 4.1.2
Score: 16
Complaints by alfa
Rule r13
r13
Description: iframe has no accessible name
Count of instances: 4
Complaint specifics
- <iframe> elements have an accessible name
Complaints by axe
Rule frame-title
frame-title
Description: Frame has no accessible name
Count of instances: 4
Complaint specifics
- Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role="none" or role="presentation"
Complaints by continuum
Rule 228
228
Description: iframe has no machanism allowing an accessible name to be calculated
Count of instances: 4
Complaint specifics
- This iframe element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.2_4_1.H64.1
AAA.2_4_1.H64.1
Description: iframe element has no non-empty title attribute
Count of instances: 4
Complaint specifics
- Iframe element requires a non-empty title attribute that identifies the frame.
Complaints by ibm
Rule frame_title_exists
frame_title_exists
Description: Inline frame has no title attribute
Count of instances: 4
Complaint specifics
- Inline frame does not have a 'title' attribute
Complaints by qualWeb
Rule QW-ACT-R19
QW-ACT-R19
Description: iframe element has no accessible name
Count of instances: 4
Complaint specifics
- This rule checks that each iframe element has an accessible name.
Issue contrastAAA
WCAG: 1.4.6
Score: 13
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 13
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 5
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.13:1. Recommendation: change text colour to #222.
- 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.
- 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.69:1. Recommendation: change background to #425883.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 5
Complaint specifics
- This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.
Complaints by tenon
Rule 95
95
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 1
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue linkNoText
WCAG: 2.4.4
Score: 12
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 1
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 1
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: 1
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.Empty
AAA.4_1_2.H91.A.Empty
Description: a element has an id attribute but no href attribute or text
Count of instances: 1
Complaint specifics
- Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.
Rule AAA.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.
Rule 91
Description: Link has a background image but no text inside it
Count of instances: 1
Complaint specifics
- This link has no text, but it has a background image.
Complaints by wave
Rule link_empty
link_empty
Description: Link contains no text
Count of instances: 3
Complaint specifics
- Empty link
Issue linkTextsSame
WCAG: 2.4.4
Score: 12
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Description: Links with identical accessible names have different purposes
Count of instances: 3
Complaint specifics
- This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.
Rule QW-ACT-R44
Description: Links with identical accessible names and context serve different purposes
Count of instances: 3
Complaint specifics
- This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.
Complaints by tenon
Rule 98
98
Description: Links have the same text but different destinations
Count of instances: 2
Complaint specifics
- These links have the same text but different destinations.
Issue boxSizeAbsolute
WCAG: 1.4.4
Score: 12
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 4
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
Issue linkVague
WCAG: 2.4.4
Score: 12
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 4
Complaint specifics
- This link text is uninformative.
Issue contrastRisk
WCAG: 1.4.3
Score: 11
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.BGColour
AAA.1_4_3_F24.F24.BGColour
Description: Inline background color may lack a complementary foreground color
Count of instances: 3
Complaint specifics
- Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.
Rule AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 3
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
Rule AAA.1_4_6.G17.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 7:1
Count of instances: 2
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.
Rule AAA.1_4_6.G17.BgImage
Description: Contrast between the text and its background image may be less than 7:1
Count of instances: 2
Complaint specifics
- This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.
Rule AAA.1_4_6.G18.Abs
Description: Contrast between the absolutely positioned text and its background may be less than 4.5:1
Count of instances: 1
Complaint specifics
- This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.
Issue headingLevelSkip
WCAG: 1.3.1
Score: 8
Complaints by alfa
Rule r53
r53
Description: Heading skips one or more levels
Count of instances: 4
Complaint specifics
- Headings are structured
Complaints by axe
Rule heading-order
heading-order
Description: Heading levels do not increase by only one
Count of instances: 4
Complaint specifics
- Heading levels should only increase by one; Heading order invalid
Complaints by wave
Rule heading_skipped
heading_skipped
Description: Skipped heading level
Count of instances: 4
Complaint specifics
- Skipped heading level
Issue duplicateID
WCAG: 4.1.1
Score: 8
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 2
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue linkPair
WCAG: 2.4.4
Score: 8
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 4
Complaint specifics
- Redundant link
Issue pseudoNavList
WCAG: 1.3.1
Score: 6
Complaints by htmlcs
Rule AAA.1_3_1.H48
AAA.1_3_1.H48
Description: Navigation links are not coded as a list
Count of instances: 2
Complaint specifics
- If this element contains a navigation section, it is recommended that it be marked up as a list.
Complaints by qualWeb
Rule QW-WCAG-T32
QW-WCAG-T32
Description: ol, ul or dl is not used for a list or group of links
Count of instances: 3
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue metaBad
WCAG: 1.3.1
Score: 6
Complaints by nuVal
Rule A document must not include more than one meta element with its name attribute set to the value description.
A document must not include more than one meta element with its name attribute set to the value description.
Description: meta element with name="description" is not the only one
Count of instances: 2
Complaint specifics
- A document must not include more than one meta element with its name attribute set to the value description.
Issue tabFocusability
WCAG: 2.1.1
Score: 6
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 3
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue noScriptRisk
WCAG: 4.1
Score: 6
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 6
Complaint specifics
- Noscript element
Issue metaBansZoom
WCAG: 1.4.4
Score: 4
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; maximum-scale 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 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 descendantMissing
WCAG: 1.3.1
Score: 4
Complaints by alfa
Rule r68
r68
Description: Element does not own an element required by its semantic role
Count of instances: 1
Complaint specifics
- Elements with a role have required children
Issue headingOfNothing
WCAG: 1.3.1
Score: 4
Complaints by alfa
Rule r78
r78
Description: No content between two headings of the same level
Count of instances: 2
Complaint specifics
- Headings of same level have text content between them
Issue linkBrokenRisk
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.Placeholder
AAA.4_1_2.H91.A.Placeholder
Description: Link has text but no href, id, or name attribute
Count of instances: 2
Complaint specifics
- Anchor element found with link content, but no href, ID or name attribute has been supplied.
Issue imageNoText
WCAG: 1.1.1
Score: 4
Complaints by htmlcs
Rule AAA.1_1_1.H37
AAA.1_1_1.H37
Description: img element has no alt attribute
Count of instances: 1
Complaint specifics
- Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
Complaints by wave
Rule alt_spacer_missing
alt_spacer_missing
Description: Spacer image has no text alternative
Count of instances: 1
Complaint specifics
- Spacer image missing alternative text
Issue controlNoText
WCAG: 4.1.2
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1.F68
AAA.1_3_1.F68
Description: Form control has no label
Count of instances: 1
Complaint specifics
- This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
Complaints by wave
Rule label_missing
label_missing
Description: form element has no label
Count of instances: 1
Complaint specifics
- Missing form label
Issue headingStructure
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.1_3_1_AAA.G141
AAA.1_3_1_AAA.G141
Description: Heading level is incorrect
Count of instances: 2
Complaint specifics
- The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.
- The heading structure is not logically nested. This h6 element should be an h5 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue buttonNoText
WCAG: 4.1.2
Score: 4
Complaints by htmlcs
Rule AAA.4_1_2.H91.InputButton.Name
AAA.4_1_2.H91.InputButton.Name
Description: Button input element has no accessible name
Count of instances: 1
Complaint specifics
- This buttoninput element does not have a name available to an accessibility API. Valid names are: value attribute, aria-label attribute, aria-labelledby attribute.
Complaints by wave
Rule button_empty
button_empty
Description: Button is empty or has no value text
Count of instances: 1
Complaint specifics
- Empty button
Issue inputNoText
WCAG: 4.1.2
Score: 4
Complaints by htmlcs
Rule AAA.4_1_2.H91.InputText.Name
AAA.4_1_2.H91.InputText.Name
Description: Text input has no accessible name
Count of instances: 1
Complaint specifics
- This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Issue errorReferenceBad
WCAG: 3.3.1
Score: 4
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 1
Complaint specifics
- This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.
Issue textAlternativeRisk
WCAG: 1
Score: 4
Complaints by qualWeb
Rule QW-WCAG-T8
QW-WCAG-T8
Description: Text alternative is not an alternative
Count of instances: 4
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 labelClash
WCAG: 1.3.1
Score: 4
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 2
Complaint specifics
- Element INPUT is unlabeled
Issue titleBad
WCAG: 1.3.1
Score: 4
Complaints by testaro
Rule titledEl
titledEl
Description: title attribute belongs to an inappropriate element
Count of instances: 1
Complaint specifics
- A element has a title attribute
Issue videoCaptionRisk
WCAG: 1.2.2
Score: 4
Complaints by wave
Rule youtube_video
youtube_video
Description: YouTube video may have no or incorrect captions
Count of instances: 4
Complaint specifics
- YouTube video
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 roleBad
WCAG: 4.1.2
Score: 3
Complaints by ibm
Rule aria_contentinfo_misuse
aria_contentinfo_misuse
Description: Element with a contentinfo role is present without an element with a main role
Count of instances: 1
Complaint specifics
- The element with "contentinfo" role is present without an element with "main" role
Issue parseError
WCAG: 4.1
Score: 3
Complaints by ibm
Rule aria_child_valid
aria_child_valid
Description: Child element has a role not allowed for the role of the parent
Count of instances: 1
Complaint specifics
- The element with role "list" does not own any child element with any of the following role(s): "listitem"
Issue elementClosure
WCAG: 4.1.1
Score: 3
Complaints by nuVal
Rule ^No .+ element in scope but a .+ end tag seen.*$
^No .+ element in scope but a .+ end tag seen.*$
Description: End tag for an element that is not in scope
Count of instances: 1
Complaint specifics
- No p element in scope but a p end tag seen.
Issue skipRepeatedContent
WCAG: 2.4.1
Score: 3
Complaints by qualWeb
Rule QW-ACT-R64
QW-ACT-R64
Description: Document has no heading for non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that the non-repeated content contains a heading
Issue horizontalScrolling
WCAG: 1.4.10
Score: 3
Complaints by tenon
Rule 28
28
Description: Layout or sizing of the page causes horizontal scrolling
Count of instances: 1
Complaint specifics
- The layout or sizing of this page causes horizontal scrolling.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 3
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 1
Complaint specifics
- This link opens in a new window without user control.
Issue linkComprehensionRisk
WCAG: 2.4.4
Score: 3
Complaints by wave
Rule link_suspicious
link_suspicious
Description: Suspicious link text
Count of instances: 3
Complaint specifics
- Suspicious link text
Issue spontaneousMotion
WCAG: 2.2.2
Score: 2
Complaints by testaro
Rule motion
motion
Description: Change of visible content not requested by user
Count of instances: 1
Complaint specifics
- Content moves or changes without user request
Issue leadingInsufficient
WCAG: 1.4.8
Score: 2
Complaints by alfa
Rule r73
r73
Description: Paragraph of text has insufficient line height
Count of instances: 1
Complaint specifics
- Paragraphs of text have sufficient line height
Issue asideNotTop
WCAG: 1.3.6
Score: 2
Complaints by axe
Rule landmark-complementary-is-top-level
landmark-complementary-is-top-level
Description: complementary landmark (aside) is contained in another landmark
Count of instances: 1
Complaint specifics
- Aside should not be contained in another landmark; The complementary landmark is contained in another landmark.
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 decorativeImageRisk
WCAG: 1.1.1
Score: 2
Complaints by htmlcs
Rule AAA.1_1_1.H67.2
AAA.1_1_1.H67.2
Description: Image marked as decorative may be informative
Count of instances: 2
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue scrollRisk
WCAG: 1.4.10
Score: 2
Complaints by htmlcs
Rule AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
AAA.1_4_10.C32,C31,C33,C38,SCR34,G206
Description: Fixed-position element may force bidirectional scrolling
Count of instances: 2
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
- Interfering with a user agent's ability to zoom may be a failure of this Success Criterion.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 2
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 2
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 hoverSurprise
WCAG: 1.4.13
Score: 2
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 1
Complaint specifics
- Hovering over element has unexpected effects
Issue inconsistentStyles
WCAG: 3.2.4
Score: 2
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 2
Complaint specifics
- In-line links have 3 different styles
Issue frameContentRisk
WCAG: 4.1
Score: 1
Complaints by axe
Rule frame-tested
frame-tested
Description: Some content is in an iframe and therefore may not be testable for accessibility
Count of instances: 5
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Issue linkConfusionRisk
WCAG: 2.4.4
Score: 1
Complaints by axe
Rule identical-links-same-purpose
identical-links-same-purpose
Description: Links with the same accessible name may serve dissimilar purposes
Count of instances: 1
Complaint specifics
- Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.
Issue linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 1
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: 1
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue complementaryNoText
WCAG: 1.3.6
Score: 1
Complaints by ibm
Rule aria_complementary_labelled
aria_complementary_labelled
Description: Element with a complementary role has no label
Count of instances: 1
Complaint specifics
- The element with "complementary" role does not have a label
Issue justificationRisk
WCAG: 1.4.8
Score: 1
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: 1
Complaint specifics
- This technique describes how to align blocks of text either left or right by setting the CSS text-align property.
Issue titleRedundant
WCAG: 1.3.1
Score: 1
Complaints by tenon
Rule 79
79
Description: Link has a title attribute that is the same as the text inside the link
Count of instances: 1
Complaint specifics
- This link has a `title` attribute that is the same as the text inside the link.
Issue visibleBulk
WCAG: 2.4
Score: 1
Complaints by testaro
Rule bulk
bulk
Description: Page contains many visible elements
Count of instances: 1
Complaint specifics
- Page contains a large number of visible elements
Issue ignorable
WCAG: N/A
Score: 0
Complaints by qualWeb
Rule QW-WCAG-T20
QW-WCAG-T20
Description: Link text is not supplemented with a title attribute
Count of instances: 1
Complaint specifics
- Supplementing link text with the title attribute
Complete report
{ "id": "18ixx-ts27-caAD32-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687096931688, "endTime": 1687096932178 }, { "type": "url", "which": "https://vincefong.com/", "what": "Candidate Vince Fong (R)", "startTime": 1687096932178, "result": { "url": "https://vincefong.com/" }, "endTime": 1687096933433 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687096933433, "url": "https://vincefong.com/", "endTime": 1687096934172 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687096934172, "url": "https://vincefong.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 253305, 252999, 252999, 252999, 252999 ], "localRatios": [ 1.001, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1.001, "globalRatio": 1.001, "pixelChanges": [ 155, 0, 0, 0 ], "meanPixelChange": 38, "maxPixelChange": 155, "changeFrequency": 0.25 }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 1, 0 ], "instances": [ { "ruleID": "motion", "what": "Content moves or changes without user request", "count": 1, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "endTime": 1687096948401 }, { "type": "launch", "which": "chromium", "startTime": 1687096948403, "endTime": 1687096949029 }, { "type": "url", "which": "https://vincefong.com/", "what": "Candidate Vince Fong (R)", "startTime": 1687096949030, "result": { "url": "https://vincefong.com/" }, "endTime": 1687096949982 }, { "type": "test", "which": "alfa", "startTime": 1687096949982, "url": "https://vincefong.com/", "what": "alfa", "result": { "totals": { "failures": 63, "warnings": 41 }, "items": [ { "index": 29, "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]/footer[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\">", " <span class=\"button_icon\">", " <i class=\"icon-up-open-big\"></i>", " </span>", "</a>" ] } }, { "index": 32, "verdict": "failed", "rule": { "ruleID": "r13", "ruleSummary": "<iframe> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r13", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[3]/div[1]/div[1]/iframe[1]", "codeLines": [ "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen></iframe>" ] } }, { "index": 33, "verdict": "failed", "rule": { "ruleID": "r13", "ruleSummary": "<iframe> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r13", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/div[1]/iframe[1]", "codeLines": [ "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen></iframe>" ] } }, { "index": 34, "verdict": "failed", "rule": { "ruleID": "r13", "ruleSummary": "<iframe> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r13", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[5]/div[1]/div[1]/iframe[1]", "codeLines": [ "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen></iframe>" ] } }, { "index": 35, "verdict": "failed", "rule": { "ruleID": "r13", "ruleSummary": "<iframe> elements have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r13", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" } ] }, "target": { "type": "element", "tagName": "iframe", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[6]/div[1]/div[1]/iframe[1]", "codeLines": [ "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen></iframe>" ] } }, { "index": 156, "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[2]", "codeLines": [ "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">" ] } }, { "index": 161, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h4", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]", "codeLines": [ "<h4 style=\"margin: 0; color: #fff;\">", " Show your Support", "</h4>" ] } }, { "index": 162, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h6[1]", "codeLines": [ "<h6 style=\"color: #fff; padding-top: 6px;\">", " Request Yard Sign / Volunteer", "</h6>" ] } }, { "index": 164, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h6[1]", "codeLines": [ "<h6 style=\"color: #fff; padding-top: 6px;\">", " Endorse Vince Fong for Assembly", "</h6>" ] } }, { "index": 166, "verdict": "failed", "rule": { "ruleID": "r53", "ruleSummary": "Headings are structured", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r53", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/div[1]/h6[1]", "codeLines": [ "<h6 style=\"color: #fff; padding-top: 6px;\">", " Quickly and Securely Online", "</h6>" ] } }, { "index": 185, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]/text()[1]", "codeLines": [ "Welcome to Vince Fong for Assembly" ] } }, { "index": 186, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Show your Support" ] } }, { "index": 187, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h6[1]/text()[1]", "codeLines": [ "Request Yard Sign / Volunteer" ] } }, { "index": 188, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Endorse Vince" ] } }, { "index": 189, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h6[1]/text()[1]", "codeLines": [ "Endorse Vince Fong for Assembly" ] } }, { "index": 190, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]", "codeLines": [ "Donate Today" ] } }, { "index": 191, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/div[1]/h6[1]/text()[1]", "codeLines": [ "Quickly and Securely Online" ] } }, { "index": 192, "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/text()[1]", "codeLines": [ "I was born and raised right here in Bakersfield and will be the first to tell you that Kern County is an amazing place to live and work. We are a proud community of faith, family and patriotism, and I am committed to fighting for our way of life." ] } }, { "index": 193, "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/text()[1]", "codeLines": [ "My grandfather started with nothing and worked day in and day out to build a life for his family. My father is a local pharmacist, who always stressed the importance of helping others and giving back. It was through these strong role models that I learned the values of hard work and personal respons..." ] } }, { "index": 194, "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[3]/text()[1]", "codeLines": [ "Unfortunately today, the American Dream has become less and less attainable for good, honest, hardworking Californians who just want to better the lives of their families. I have worked for years on the issues facing the Central Valley and have watched as decisions are made that threaten our way of ..." ] } }, { "index": 195, "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[4]/text()[1]", "codeLines": [ "That’s why now more than ever we need to send problem solvers to Sacramento. I ran for the State Assembly on the promise that I would be a strong advocate for the Central Valley and our values. As your Assemblyman for the last two years, I fought for lower taxes and limited government, and will work..." ] } }, { "index": 196, "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[5]/text()[1]", "codeLines": [ "I am proud to call Kern County home and want to make sure all Californians have an opportunity to get ahead — but I can’t do it alone. I hope you’ll join me in fighting for our way of life." ] } }, { "index": 197, "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[6]/text()[1]", "codeLines": [ "Sincerely," ] } }, { "index": 198, "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[6]/strong[1]/text()[1]", "codeLines": [ "Vince Fong" ] } }, { "index": 199, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/text()[1]", "codeLines": [ "We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote." ] } }, { "index": 200, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Chad Hathaway" ] } }, { "index": 201, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/text()[1]", "codeLines": [ "Energy Producer and Small Business Owner" ] } }, { "index": 202, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Next" ] } }, { "index": 203, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]", "codeLines": [ "Prev" ] } }, { "index": 204, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "View More" ] } }, { "index": 205, "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[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Latest News" ] } }, { "index": 206, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!" ] } }, { "index": 207, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]", "codeLines": [ "Read more" ] } }, { "index": 208, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" ] } }, { "index": 209, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[3]/text()[1]", "codeLines": [ "Bakersfield, CA — Assemblyman Vince Fong today announced he has received the endorsement of the Tulare County Republican Party, in his bid for re-election in the newly drawn 32nd Assembly District. “Throughout his time in the State Assembly, Vince Fong has led with conservative values and been a st..." ] } }, { "index": 210, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]", "codeLines": [ "Read more" ] } }, { "index": 211, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[2]/h2[1]/a[1]/text()[1]", "codeLines": [ "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" ] } }, { "index": 212, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[3]/text()[1]", "codeLines": [ "Bakersfield, CA — Assemblyman Vince Fong today announced his re-election campaign in the newly drawn 32nd Assembly District. Fong, a Republican, has represented the vast majority of the district since his election in 2016. “Our state faces tremendous challenges, which must be addressed with a sense..." ] } }, { "index": 213, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]", "codeLines": [ "Read more" ] } }, { "index": 214, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Facebook" ] } }, { "index": 215, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/div[1]/div[1]/blockquote[1]/a[1]/text()[1]", "codeLines": [ "Vince Fong" ] } }, { "index": 216, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Twitter" ] } }, { "index": 217, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Tweets by @vfong" ] } }, { "index": 241, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\">", " <img class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"Vince Fong for Assembly\">", " <img class=\"logo-sticky scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">", " <img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">", "</a>" ] } }, { "index": 242, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/\">", " <span>", " Home", " </span>", "</a>" ] } }, { "index": 243, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/donate/\">", " <span>", " Why Donate?", " </span>", "</a>" ] } }, { "index": 244, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/about/\">", " <span>", " About", " </span>", "</a>" ] } }, { "index": 245, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/endorsements/\">", " <span>", " Endorsements", " </span>", "</a>" ] } }, { "index": 246, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/issues/\">", " <span>", " Issues", " </span>", "</a>" ] } }, { "index": 247, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/latest-news/\">", " <span>", " News", " </span>", "</a>" ] } }, { "index": 248, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/videos/\">", " <span>", " Videos", " </span>", "</a>" ] } }, { "index": 249, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/gallery/\">", " <span>", " Gallery", " </span>", "</a>" ] } }, { "index": 250, "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[9]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/contact/\">", " <span>", " Contact", " </span>", "</a>" ] } }, { "index": 251, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"../support\">", " <div class=\"hover_color_wrapper\">", " <h4 style=\"margin: 0; color: #fff;\">", " Show your Support", " </h4>", " <h6 style=\"color: #fff; padding-top: 6px;\">", " Request Yard Sign / Volunteer", " </h6>", " </div>", "</a>" ] } }, { "index": 252, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"../support\">", " <div class=\"hover_color_wrapper\">", " <h4 style=\"margin: 0; color: #fff;\">", " Endorse Vince", " </h4>", " <h6 style=\"color: #fff; padding-top: 6px;\">", " Endorse Vince Fong for Assembly", " </h6>", " </div>", "</a>" ] } }, { "index": 253, "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\">", " <div class=\"hover_color_wrapper\">", " <h4 style=\"margin: 0; color: #fff;\">", " Donate Today", " </h4>", " <h6 style=\"color: #fff; padding-top: 6px;\">", " Quickly and Securely Online", " </h6>", " </div>", "</a>" ] } }, { "index": 254, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a class=\"bx-next\" href=\"\">", " Next", "</a>" ] } }, { "index": 255, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]", "codeLines": [ "<a class=\"bx-prev\" href=\"\">", " Prev", "</a>" ] } }, { "index": 256, "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\">", " <span data-hover=\"View More\">", " View More", " </span>", "</a>" ] } }, { "index": 257, "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[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/demand-budget-transparency/\">", " <img class=\"aligncenter wp-image-579 size-full\" src=\"https://vincefong.com/wp-content/uploads/budget-petition-cta-text-pad.png\" alt=\"budget-petition-cta-text\" width=\"690\" height=\"109\">", "</a>" ] } }, { "index": 258, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">", " Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!", "</a>" ] } }, { "index": 259, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">", " Read more", "</a>" ] } }, { "index": 260, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/h2[1]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">", " Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party", "</a>" ] } }, { "index": 261, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">", " Read more", "</a>" ] } }, { "index": 262, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[2]/h2[1]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">", " Assemblyman Vince Fong Announces 2022 Re-Election Campaign", "</a>" ] } }, { "index": 263, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">", " Read more", "</a>" ] } }, { "index": 264, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/div[1]/div[1]/blockquote[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/VinceFongCA/\">", " Vince Fong", "</a>" ] } }, { "index": 265, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"“transparent\" nofooter”=\"\" data-twitter-extracted-i1687096950377901825=\"true\">", " Tweets by @vfong", "</a>" ] } }, { "index": 266, "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]/footer[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://vincefong.com/privacy-policy/\">", " Privacy Policy", "</a>" ] } }, { "index": 267, "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]/footer[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/a[2]", "codeLines": [ "<a href=\"https://vincefong.com/terms/\">", " Terms and Conditions", "</a>" ] } }, { "index": 268, "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]/footer[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\">", " <span class=\"button_icon\">", " <i class=\"icon-up-open-big\"></i>", " </span>", "</a>" ] } }, { "index": 292, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/text()[1]", "codeLines": [ "We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote." ] } }, { "index": 293, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Chad Hathaway" ] } }, { "index": 294, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/text()[1]", "codeLines": [ "Energy Producer and Small Business Owner" ] } }, { "index": 295, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Next" ] } }, { "index": 296, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]", "codeLines": [ "Prev" ] } }, { "index": 297, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "View More" ] } }, { "index": 298, "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[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Latest News" ] } }, { "index": 300, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]", "codeLines": [ "Read more" ] } }, { "index": 303, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]", "codeLines": [ "Read more" ] } }, { "index": 306, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]", "codeLines": [ "Read more" ] } }, { "index": 307, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Facebook" ] } }, { "index": 309, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/div[1]/h3[1]/text()[1]", "codeLines": [ "Twitter" ] } }, { "index": 310, "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]/text()[1]", "codeLines": [ "Tweets by @vfong" ] } }, { "index": 318, "verdict": "failed", "rule": { "ruleID": "r68", "ruleSummary": "Elements with a role have required children", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r68", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" } ] }, "target": { "type": "element", "tagName": "ul", "path": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/ul[1]", "codeLines": [ "<ul class=\"social\"></ul>" ] } }, { "index": 342, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/text()[1]", "codeLines": [ "We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote." ] } }, { "index": 343, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Chad Hathaway" ] } }, { "index": 344, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/text()[1]", "codeLines": [ "Energy Producer and Small Business Owner" ] } }, { "index": 345, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]", "codeLines": [ "Next" ] } }, { "index": 346, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]", "codeLines": [ "Prev" ] } }, { "index": 347, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "View More" ] } }, { "index": 379, "verdict": "failed", "rule": { "ruleID": "r73", "ruleSummary": "Paragraphs of text have sufficient line height", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r73", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#visual-presentation", "chapter": "1.4.8", "title": "Visual Presentation" } ] }, "target": { "type": "element", "tagName": "p", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "codeLines": [ "<p style=\"font-size: 1.3em; line-height: 1.3;\">", " <img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyloaded\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" data-src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" data...", " <noscript>", " <img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" srcset=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg 343w, h...", " </noscript>", " I was born and raised right here in Bakersfield and will be the first to tell you that Kern County is an amazing place to live and work. We are a proud community of faith, family and patriotism, and I am committed to fighting for our way of life.", "</p>" ] } }, { "index": 569, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h6[1]", "codeLines": [ "<h6 style=\"color: #fff; padding-top: 6px;\">", " Request Yard Sign / Volunteer", "</h6>" ] } }, { "index": 571, "verdict": "failed", "rule": { "ruleID": "r78", "ruleSummary": "Headings of same level have text content between them", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r78", "requirements": [] }, "target": { "type": "element", "tagName": "h6", "path": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h6[1]", "codeLines": [ "<h6 style=\"color: #fff; padding-top: 6px;\">", " Endorse Vince Fong for Assembly", "</h6>" ] } }, { "index": 586, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 587, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]", "codeLines": [ "Why Donate?" ] } }, { "index": 588, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]", "codeLines": [ "About" ] } }, { "index": 589, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]", "codeLines": [ "Endorsements" ] } }, { "index": 590, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 591, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]", "codeLines": [ "News" ] } }, { "index": 592, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]", "codeLines": [ "Videos" ] } }, { "index": 593, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]", "codeLines": [ "Gallery" ] } }, { "index": 594, "verdict": "failed", "rule": { "ruleID": "r83", "ruleSummary": "Text nodes are not clipped when text is resized", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r83", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#resize-text", "chapter": "1.4.4", "title": "Resize text" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[9]/a[1]/span[1]/text()[1]", "codeLines": [ "Contact" ] } }, { "index": 641, "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": [ 41, 0, 0, 63 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "back_to_top", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"> <span class=\"button_icon\"> <i class=\"icon-up-open-big\"></i> </span> </a>" }, { "ruleID": "r13", "what": "<iframe> elements have an accessible name", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[3]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen></iframe>" }, { "ruleID": "r13", "what": "<iframe> elements have an accessible name", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen></iframe>" }, { "ruleID": "r13", "what": "<iframe> elements have an accessible name", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[5]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen></iframe>" }, { "ruleID": "r13", "what": "<iframe> elements have an accessible name", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[6]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen></iframe>" }, { "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[2]" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\"> Show your Support </h4>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h6[1]" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\"> Request Yard Sign / Volunteer </h6>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h6[1]" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\"> Endorse Vince Fong for Assembly </h6>" }, { "ruleID": "r53", "what": "Headings are structured", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/div[1]/h6[1]" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\"> Quickly and Securely Online </h6>" }, { "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]/div[1]/div[1]/h1[1]/text()[1]" }, "excerpt": "Welcome to Vince Fong for Assembly" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Show your Support" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h6[1]/text()[1]" }, "excerpt": "Request Yard Sign / Volunteer" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Endorse Vince" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h6[1]/text()[1]" }, "excerpt": "Endorse Vince Fong for Assembly" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/div[1]/h4[1]/text()[1]" }, "excerpt": "Donate Today" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]/div[1]/h6[1]/text()[1]" }, "excerpt": "Quickly and Securely Online" }, { "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]/text()[1]" }, "excerpt": "I was born and raised right here in Bakersfield and will be the first to tell you that Kern County is an amazing place to live and work. We are a proud community of faith, family and patriotism, and I am committed to fighting for our way of life." }, { "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[2]/text()[1]" }, "excerpt": "My grandfather started with nothing and worked day in and day out to build a life for his family. My father is a local pharmacist, who always stressed the importance of helping others and giving back. It was through these strong role models that I learned the values of hard work and personal respons..." }, { "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[3]/text()[1]" }, "excerpt": "Unfortunately today, the American Dream has become less and less attainable for good, honest, hardworking Californians who just want to better the lives of their families. I have worked for years on the issues facing the Central Valley and have watched as decisions are made that threaten our way of ..." }, { "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[4]/text()[1]" }, "excerpt": "That’s why now more than ever we need to send problem solvers to Sacramento. I ran for the State Assembly on the promise that I would be a strong advocate for the Central Valley and our values. As your Assemblyman for the last two years, I fought for lower taxes and limited government, and will work..." }, { "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[5]/text()[1]" }, "excerpt": "I am proud to call Kern County home and want to make sure all Californians have an opportunity to get ahead — but I can’t do it alone. I hope you’ll join me in fighting for our way of life." }, { "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[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[6]/text()[1]" }, "excerpt": "Sincerely," }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[6]/strong[1]/text()[1]" }, "excerpt": "Vince Fong" }, { "ruleID": "r57", "what": "Perceivable text content is included in a landmark", "ordinalSeverity": 3, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/text()[1]" }, "excerpt": "We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote." }, { "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "Chad Hathaway" }, { "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/text()[1]" }, "excerpt": "Energy Producer and Small Business Owner" }, { "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Next" }, { "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]" }, "excerpt": "Prev" }, { "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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "View More" }, { "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[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Latest News" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]" }, "excerpt": "Read more" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[3]/text()[1]" }, "excerpt": "Bakersfield, CA — Assemblyman Vince Fong today announced he has received the endorsement of the Tulare County Republican Party, in his bid for re-election in the newly drawn 32nd Assembly District. “Throughout his time in the State Assembly, Vince Fong has led with conservative values and been a st..." }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]" }, "excerpt": "Read more" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[2]/h2[1]/a[1]/text()[1]" }, "excerpt": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[3]/text()[1]" }, "excerpt": "Bakersfield, CA — Assemblyman Vince Fong today announced his re-election campaign in the newly drawn 32nd Assembly District. Fong, a Republican, has represented the vast majority of the district since his election in 2016. “Our state faces tremendous challenges, which must be addressed with a sense..." }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]" }, "excerpt": "Read more" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Facebook" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/div[1]/div[1]/blockquote[1]/a[1]/text()[1]" }, "excerpt": "Vince Fong" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Twitter" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Tweets by @vfong" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "logo", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"> <img class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"Vince Fong ... rc=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\"> <img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\"> </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/\"> <span> Home </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/donate/\"> <span> Why Donate? </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/about/\"> <span> About </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/endorsements/\"> <span> Endorsements </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/issues/\"> <span> Issues </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/latest-news/\"> <span> News </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/videos/\"> <span> Videos </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/gallery/\"> <span> Gallery </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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[9]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/contact/\"> <span> Contact </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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"../support\"> <div class=\"hover_color_wrapper\"> <h4 style=\"margin: 0; color: #fff;\"> Show your Support </h4> <h6 style=\"color: #fff; padding-top: 6px;\"> Request Yard Sign / Volunteer </h6> </div> </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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"../support\"> <div class=\"hover_color_wrapper\"> <h4 style=\"margin: 0; color: #fff;\"> Endorse Vince </h4> <h6 style=\"color: #fff; padding-top: 6px;\"> Endorse Vince Fong for Assembly </h6> </div> </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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\"> <div class=\"hover_color_wrapper\"> <h4 style=\"margin: 0; color: #fff;\"> Donate Today </h4> <h6 style=\"color: #fff; padding-top: 6px;\"> Quickly and Securely Online </h6> </div> </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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"bx-next\" href=\"\"> Next </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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]" }, "excerpt": "<a class=\"bx-prev\" href=\"\"> Prev </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[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\"> <span data-hover=\"View More\"> View More </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[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/demand-budget-transparency/\"> <img class=\"aligncenter wp-image-579 size-full\" src=\"https://vincefong.com/wp-content/uploads/budget-petition-cta-text-pad.png\" alt=\"budget-petition-cta-text\" width=\"690\" height=\"109\"> </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\"> Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s! </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\"> Read more </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/h2[1]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\"> Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\"> Read more </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[2]/h2[1]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\"> Assemblyman Vince Fong Announces 2022 Re-Election Campaign </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\"> Read more </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/div[1]/div[1]/blockquote[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/VinceFongCA/\"> Vince Fong </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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"“transparent\" nofooter”=\"\" data-twitter-extracted-i1687096950377901825=\"true\"> Tweets by @vfong </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]/footer[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/privacy-policy/\"> Privacy Policy </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]/footer[1]/div[1]/div[1]/div[1]/aside[1]/div[1]/a[2]" }, "excerpt": "<a href=\"https://vincefong.com/terms/\"> Terms and Conditions </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "A", "id": "back_to_top", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"> <span class=\"button_icon\"> <i class=\"icon-up-open-big\"></i> </span> </a>" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/text()[1]" }, "excerpt": "We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "Chad Hathaway" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/text()[1]" }, "excerpt": "Energy Producer and Small Business Owner" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Next" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]" }, "excerpt": "Prev" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "View More" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Latest News" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]" }, "excerpt": "Read more" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]" }, "excerpt": "Read more" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]/text()[1]" }, "excerpt": "Read more" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Facebook" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/div[1]/h3[1]/text()[1]" }, "excerpt": "Twitter" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]/text()[1]" }, "excerpt": "Tweets by @vfong" }, { "ruleID": "r68", "what": "Elements with a role have required children", "ordinalSeverity": 3, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul class=\"social\"></ul>" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]/text()[1]" }, "excerpt": "We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]" }, "excerpt": "Chad Hathaway" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/span[3]/text()[1]" }, "excerpt": "Energy Producer and Small Business Owner" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]/text()[1]" }, "excerpt": "Next" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[2]/text()[1]" }, "excerpt": "Prev" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "View More" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p style=\"font-size: 1.3em; line-height: 1.3;\"> <img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyloaded\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-f ... will be the first to tell you that Kern County is an amazing place to live and work. We are a proud community of faith, family and patriotism, and I am committed to fighting for our way of life. </p>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]/div[1]/h6[1]" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\"> Request Yard Sign / Volunteer </h6>" }, { "ruleID": "r78", "what": "Headings of same level have text content between them", "ordinalSeverity": 3, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]/div[1]/h6[1]" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\"> Endorse Vince Fong for Assembly </h6>" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]" }, "excerpt": "Why Donate?" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]" }, "excerpt": "About" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]" }, "excerpt": "Endorsements" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]" }, "excerpt": "News" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[7]/a[1]/span[1]/text()[1]" }, "excerpt": "Videos" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[8]/a[1]/span[1]/text()[1]" }, "excerpt": "Gallery" }, { "ruleID": "r83", "what": "Text nodes are not clipped when text is resized", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]/ul[1]/li[9]/a[1]/span[1]/text()[1]" }, "excerpt": "Contact" }, { "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": 1687096956531 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687096956531, "url": "https://vincefong.com/", "what": "Axe", "result": { "totals": { "rulesNA": 59, "rulesPassed": 35, "rulesWarned": 3, "rulesViolated": 7, "warnings": { "minor": 22, "moderate": 0, "serious": 0, "critical": 5 }, "violations": { "minor": 0, "moderate": 23, "serious": 5, "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-18T14:02:37.863Z", "url": "https://vincefong.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "frame-tested", "impact": "critical", "tags": [ "cat.structure", "review-item", "best-practice" ], "description": "Ensures <iframe> and <frame> elements contain the axe-core script", "help": "Frames should be tested with axe-core", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-tested?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(3) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(4) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(5) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(6) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" }, { "any": [], "all": [ { "id": "frame-tested", "data": null, "relatedNodes": [], "impact": "critical", "message": "The iframe still has to be tested with axe-core" } ], "none": [], "impact": "critical", "html": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: static; visibility: visible; width: 1px; height: 600px; display: block; flex-grow: 1;\" title=\"Twitter Timeline\" src=\"https://syndication.twitter.com/srv/timeline-profile/screen-name/vfong?dnt=false&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoib24iLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X21peGVkX21lZGlhXzE1ODk3Ijp7ImJ1Y2tldCI6InRyZWF0bWVudCIsInZlcnNpb24iOm51bGx9LCJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3Nob3dfYmlyZHdhdGNoX3Bpdm90c19lbmFibGVkIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19kdXBsaWNhdGVfc2NyaWJlc190b19zZXR0aW5ncyI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdXNlX3Byb2ZpbGVfaW1hZ2Vfc2hhcGVfZW5hYmxlZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdmlkZW9faGxzX2R5bmFtaWNfbWFuaWZlc3RzXzE1MDgyIjp7ImJ1Y2tldCI6InRydWVfYml0cmF0ZSIsInZlcnNpb24iOm51bGx9LCJ0ZndfbGVnYWN5X3RpbWVsaW5lX3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9mcm9udGVuZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9fQ%3D%3D&frame=false&hideBorder=false&hideFooter=false&hideHeader=false&hideScrollBar=false&lang=en&maxHeight=600px&origin=https%3A%2F%2Fvincefong.com%2F&sessionId=bc03f10c9079797c373cb69945c0bc2b81a86c40&showHeader=true&showReplies=false&siteScreenName=vfong&transparent=true&widgetsVersion=aaf4084522e3a%3A1674595607486\">", "target": [ "#twitter-widget-0" ], "failureSummary": "Fix all of the following:\n The iframe still has to be tested with axe-core" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img class=\"logo-sticky scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">", "target": [ ".logo-sticky" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">", "target": [ ".logo-mobile" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"sub-menu\">", "target": [ ".sub-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"search_wrapper\">", "target": [ ".search_wrapper" ], "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": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\">", "target": [ ".submit" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"testimonials-widget-testimonial post-309 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">", "target": [ ".post-309" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"testimonials-widget-testimonial post-308 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">", "target": [ ".post-308" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"testimonials-widget-testimonial post-311 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">", "target": [ ".post-311" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"testimonials-widget-testimonial post-313 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">", "target": [ ".post-313" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"testimonials-widget-testimonial post-320 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">", "target": [ ".post-320" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"date_label\">July 29, 2022</div>", "target": [ ".author-jennifer > .date_label" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"button-love\"><span class=\"love-text\">Do you like it?</span><a href=\"#\" class=\"mfn-love \" data-id=\"1075\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a></div>", "target": [ ".author-jennifer > .post-desc-wrapper > .post-desc > .post-footer > .button-love" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"date_label\">February 14, 2022</div>", "target": [ ".post-1000 > .date_label" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"button-love\"><span class=\"love-text\">Do you like it?</span><a href=\"#\" class=\"mfn-love \" data-id=\"1000\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a></div>", "target": [ ".post-1000 > .post-desc-wrapper > .post-desc > .post-footer > .button-love" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"date_label\">January 11, 2022</div>", "target": [ ".post-997 > .date_label" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"button-love\"><span class=\"love-text\">Do you like it?</span><a href=\"#\" class=\"mfn-love \" data-id=\"997\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a></div>", "target": [ ".post-997 > .post-desc-wrapper > .post-desc > .post-footer > .button-love" ], "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": "<iframe name=\"fdf4135e948fd4\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" scrolling=\"no\" allow=\"encrypted-media\" src=\"https://www.facebook.com/v3.2/plugins/page.php?adapt_container_width=true&app_id=391568831348339&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df36c1aabe1a6c4c%26domain%3Dvincefong.com%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Fvincefong.com%252Ff32cc6c70187d94%26relation%3Dparent.parent&container_width=580&height=500&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2FVinceFongCA%2F&locale=en_US&sdk=joey&show_facepile=false&small_header=false&tabs=timeline&width=500px\" style=\"border: none; visibility: hidden;\">", "target": [ "iframe[name=\"fdf4135e948fd4\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<img src=\"https://dot.dm-io.com/dot/8549?cbust=2585515504661748.5&url_path=https%3A%2F%2Fvincefong.com%2F\" style=\"display: none !important;\" referrerpolicy=\"no-referrer-when-downgrade\">", "target": [ "img[referrerpolicy=\"no-referrer-when-downgrade\"]" ], "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": "<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/widgets/widget_iframe.2b2d73daf636805223fb11d48f3e94f7.html?origin=https%3A%2F%2Fvincefong.com\" title=\"Twitter settings iframe\" style=\"display: none;\"></iframe>", "target": [ "iframe[title=\"Twitter settings iframe\"]" ], "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": "<iframe sandbox=\"allow-scripts allow-same-origin\" title=\"Adobe ID Syncing iFrame\" id=\"destination_publishing_iframe_prospergroupcorp_undefined\" name=\"destination_publishing_iframe_prospergroupcorp_undefined_name\" src=\"https://prospergroupcorp.demdex.net/dest5.html?d_nsid=undefined#https%3A%2F%2Fvincefong.com\" style=\"display: none; width: 0px; height: 0px;\" class=\"aamIframeLoaded\">", "target": [ "#destination_publishing_iframe_prospergroupcorp_undefined" ], "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": "<iframe id=\"rufous-sandbox\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" style=\"position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;\" title=\"Twitter analytics iframe\"></iframe>", "target": [ "#rufous-sandbox" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "read more", "urlProps": { "protocol": "http:", "hostname": "vincefong.com", "port": "", "pathname": "/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>", "target": [ ".post-1000 > .post-desc-wrapper > .post-desc > .post-footer > .post-links > .post-more" ] }, { "html": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>", "target": [ ".post-997 > .post-desc-wrapper > .post-desc > .post-footer > .post-links > .post-more" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>", "target": [ ".author-jennifer > .post-desc-wrapper > .post-desc > .post-footer > .post-links > .post-more" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] } ], "violations": [ { "id": "frame-title", "impact": "serious", "tags": [ "cat.text-alternatives", "wcag2a", "wcag412", "section508", "section508.22.i", "TTv5", "TT12.c" ], "description": "Ensures <iframe> and <frame> elements have an accessible name", "help": "Frames must have an accessible name", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/frame-title?application=axeAPI", "nodes": [ { "any": [ { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "serious", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(3) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has no title attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" }, { "any": [ { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "serious", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(4) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has no title attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" }, { "any": [ { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "serious", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(5) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has no title attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" }, { "any": [ { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "presentational-role", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ], "all": [], "none": [], "impact": "serious", "html": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(6) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" ], "failureSummary": "Fix any of the following:\n Element has no title attribute\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>", "target": [ ".one-third.column_hover_color.mcb-column:nth-child(1) > .hover_color > .hover_color_bg > a[href$=\"support\"] > .hover_color_wrapper > h4" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>", "target": [ ".one-third.column_hover_color.mcb-column:nth-child(1) > .hover_color > .hover_color_bg > a[href$=\"support\"] > .hover_color_wrapper > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>", "target": [ ".one-third.column_hover_color.mcb-column:nth-child(2) > .hover_color > .hover_color_bg > a[href$=\"support\"] > .hover_color_wrapper > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>", "target": [ "a[target=\"_blank\"] > .hover_color_wrapper > h6" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "landmark-complementary-is-top-level", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the complementary landmark or aside is at top level", "help": "Aside should not be contained in another landmark", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-complementary-is-top-level?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-top-level", "data": { "role": "complementary" }, "relatedNodes": [], "impact": "moderate", "message": "The complementary landmark is contained in another landmark." } ], "all": [], "none": [], "impact": "moderate", "html": "<aside id=\"text-7\" class=\"widget widget_text\"><div class=\"textwidget\"><a href=\"https://vincefong.com/privacy-policy/\">Privacy Policy</a> <a href=\"https://vincefong.com/terms/\">Terms and Conditions</a></div></aside>", "target": [ "#text-7" ], "failureSummary": "Fix any of the following:\n The complementary landmark is contained in another landmark." } ] }, { "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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\">", "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 id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class=\"icon-up-open-big\"></i></span></a>", "target": [ "#back_to_top" ], "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": "maximum-scale", "relatedNodes": [], "impact": "critical", "message": "maximum-scale on <meta> tag disables zooming on mobile devices" } ], "all": [], "none": [], "impact": "critical", "html": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">", "target": [ "meta[name=\"viewport\"]" ], "failureSummary": "Fix any of the following:\n maximum-scale 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 id=\"Subheader\" style=\"padding:20px 0;\"><div class=\"container\"><div class=\"column one\"><h1 class=\"title\">Welcome to Vince Fong for Assembly</h1></div></div></div>", "target": [ "#Subheader" ], "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=\"section mcb-section no-margin-h full-width \" style=\"padding-top:0px; padding-bottom:0px; background-color:\">", "target": [ ".full-width" ], "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=\"cg-intro\">", "target": [ ".cg-intro" ], "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=\"testimonials-widget-testimonials bx-controls testimonials-widget-testimonials100000-control\"><a class=\"bx-next\" href=\"\">Next</a><a class=\"bx-prev\" href=\"\">Prev</a></div>", "target": [ ".testimonials-widget-testimonials100000-control" ], "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": "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\"><span data-hover=\"View More\">View More</span></a>", "target": [ ".mfn-link" ], "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=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\">", "target": [ ".no-margin-h.mcb-section.section:nth-child(4) > .section_wrapper.mcb-section-inner > .wrap.mcb-wrap.clearfix:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\">", "target": [ ".no-margin-h.mcb-section.section:nth-child(4) > .section_wrapper.mcb-section-inner > .wrap.mcb-wrap.clearfix:nth-child(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=\"post-title\">", "target": [ ".author-jennifer > .post-desc-wrapper > .post-desc > .post-title" ], "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=\"post-links\"><i class=\"icon-doc-text\"></i> <a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a></div>", "target": [ ".author-jennifer > .post-desc-wrapper > .post-desc > .post-footer > .post-links" ], "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=\"post-title\"><h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</a></h2></div>", "target": [ ".post-1000 > .post-desc-wrapper > .post-desc > .post-title" ], "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=\"post-excerpt\">", "target": [ ".post-1000 > .post-desc-wrapper > .post-desc > .post-excerpt" ], "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=\"post-links\"><i class=\"icon-doc-text\"></i> <a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a></div>", "target": [ ".post-1000 > .post-desc-wrapper > .post-desc > .post-footer > .post-links" ], "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=\"post-title\"><h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</a></h2></div>", "target": [ ".post-997 > .post-desc-wrapper > .post-desc > .post-title" ], "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=\"post-excerpt\">", "target": [ ".post-997 > .post-desc-wrapper > .post-desc > .post-excerpt" ], "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=\"post-links\"><i class=\"icon-doc-text\"></i> <a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a></div>", "target": [ ".post-997 > .post-desc-wrapper > .post-desc > .post-footer > .post-links" ], "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=\"column mcb-column one column_column column-margin-\"><div class=\"column_attr align_center\" style=\" background-color:#fff; padding:15px;\"><h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3></div></div>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(2) > .column_column.column-margin-.mcb-column:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" }, { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"column mcb-column one column_column column-margin-\"><div class=\"column_attr align_center\" style=\" background-color:#fff; padding:15px;\"><h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3></div></div>", "target": [ ".one-second.column-margin-10px.wrap:nth-child(3) > .column_column.column-margin-.mcb-column:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 22, 5, 23, 6 ], "instances": [ { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(3) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(4) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(5) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(6) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "frame-tested", "what": "Frames should be tested with axe-core; The iframe still has to be tested with axe-core", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "twitter-widget-0", "location": { "doc": "dom", "type": "selector", "spec": "#twitter-widget-0" }, "excerpt": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: static; visibility: visible; width: 1px; height: 600px; display: ... com%2F&sessionId=bc03f10c9079797c373cb69945c0bc2b81a86c40&showHeader=true&showReplies=false&siteScreenName=vfong&transparent=true&widgetsVersion=aaf4084522e3a%3A1674595607486\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".logo-sticky" }, "excerpt": "<img class=\"logo-sticky scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".logo-mobile" }, "excerpt": "<img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".sub-menu" }, "excerpt": "<ul class=\"sub-menu\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".search_wrapper" }, "excerpt": "<div class=\"search_wrapper\">" }, { "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": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".submit" }, "excerpt": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-309" }, "excerpt": "<div class=\"testimonials-widget-testimonial post-309 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-308" }, "excerpt": "<div class=\"testimonials-widget-testimonial post-308 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-311" }, "excerpt": "<div class=\"testimonials-widget-testimonial post-311 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-313" }, "excerpt": "<div class=\"testimonials-widget-testimonial post-313 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-320" }, "excerpt": "<div class=\"testimonials-widget-testimonial post-320 testimonials-widget type-testimonials-widget status-publish\" style=\"display: none; float: none; list-style: none; position: absolute; width: 1195.59px; z-index: 0;\" aria-hidden=\"true\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".author-jennifer > .date_label" }, "excerpt": "<div class=\"date_label\">July 29, 2022</div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".author-jennifer > .post-desc-wrapper > .post-desc > .post-footer > .button-love" }, "excerpt": "<div class=\"button-love\"><span class=\"love-text\">Do you like it?</span><a href=\"#\" class=\"mfn-love \" data-id=\"1075\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-1000 > .date_label" }, "excerpt": "<div class=\"date_label\">February 14, 2022</div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-1000 > .post-desc-wrapper > .post-desc > .post-footer > .button-love" }, "excerpt": "<div class=\"button-love\"><span class=\"love-text\">Do you like it?</span><a href=\"#\" class=\"mfn-love \" data-id=\"1000\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a></div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-997 > .date_label" }, "excerpt": "<div class=\"date_label\">January 11, 2022</div>" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".post-997 > .post-desc-wrapper > .post-desc > .post-footer > .button-love" }, "excerpt": "<div class=\"button-love\"><span class=\"love-text\">Do you like it?</span><a href=\"#\" class=\"mfn-love \" data-id=\"997\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a></div>" }, { "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": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "iframe[name=\"fdf4135e948fd4\"]" }, "excerpt": "<iframe name=\"fdf4135e948fd4\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" scrolli ... tps%3A%2F%2Fwww.facebook.com%2FVinceFongCA%2F&locale=en_US&sdk=joey&show_facepile=false&small_header=false&tabs=timeline&width=500px\" style=\"border: none; visibility: hidden;\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "img[referrerpolicy=\"no-referrer-when-downgrade\"]" }, "excerpt": "<img src=\"https://dot.dm-io.com/dot/8549?cbust=2585515504661748.5&url_path=https%3A%2F%2Fvincefong.com%2F\" style=\"display: none !important;\" referrerpolicy=\"no-referrer-when-downgrade\">" }, { "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": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "iframe[title=\"Twitter settings iframe\"]" }, "excerpt": "<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/widgets/widget_iframe.2b2d73daf636805223fb11d48f3e94f7.html?origin=https%3A%2F%2Fvincefong.com\" title=\"Twitter settings iframe\" style=\"display: none;\"></iframe>" }, { "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": "IFRAME", "id": "destination_publishing_iframe_prospergroupcorp_undefined", "location": { "doc": "dom", "type": "selector", "spec": "#destination_publishing_iframe_prospergroupcorp_undefined" }, "excerpt": "<iframe sandbox=\"allow-scripts allow-same-origin\" title=\"Adobe ID Syncing iFrame\" id=\"destination_publishing_iframe_prospergroupcorp_undefined\" name=\"destination_publishing_iframe_prospergroupcorp_undefined_name\" src=\"https://prospergroupcorp.demdex.net/dest5.html?d_nsid=undefined#https%3A%2F%2Fvincefong.com\" style=\"display: none; width: 0px; height: 0px;\" class=\"aamIframeLoaded\">" }, { "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": "IFRAME", "id": "rufous-sandbox", "location": { "doc": "dom", "type": "selector", "spec": "#rufous-sandbox" }, "excerpt": "<iframe id=\"rufous-sandbox\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" style=\"position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;\" title=\"Twitter analytics iframe\"></iframe>" }, { "ruleID": "identical-links-same-purpose", "what": "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".author-jennifer > .post-desc-wrapper > .post-desc > .post-footer > .post-links > .post-more" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>" }, { "ruleID": "frame-title", "what": "Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(3) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "frame-title", "what": "Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(4) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "frame-title", "what": "Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(5) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "frame-title", "what": "Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-second.column-margin-10px.wrap:nth-child(6) > .column_video.home-vid.mcb-column > .content_video.iframe > iframe[width=\"700\"][height=\"400\"][allowfullscreen=\"\"]" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-third.column_hover_color.mcb-column:nth-child(1) > .hover_color > .hover_color_bg > a[href$=\"support\"] > .hover_color_wrapper > h4" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-third.column_hover_color.mcb-column:nth-child(1) > .hover_color > .hover_color_bg > a[href$=\"support\"] > .hover_color_wrapper > h6" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".one-third.column_hover_color.mcb-column:nth-child(2) > .hover_color > .hover_color_bg > a[href$=\"support\"] > .hover_color_wrapper > h6" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>" }, { "ruleID": "heading-order", "what": "Heading levels should only increase by one; Heading order invalid", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "a[target=\"_blank\"] > .hover_color_wrapper > h6" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>" }, { "ruleID": "landmark-complementary-is-top-level", "what": "Aside should not be contained in another landmark; The complementary landmark is contained in another landmark.", "ordinalSeverity": 2, "tagName": "ASIDE", "id": "text-7", "location": { "doc": "dom", "type": "selector", "spec": "#text-7" }, "excerpt": "<aside id=\"text-7\" class=\"widget widget_text\"><div class=\"textwidget\"><a href=\"https://vincefong.com/privacy-policy/\">Privacy Policy</a> <a href=\"https://vincefong.com/terms/\">Terms and Conditions</a></div></aside>" }, { "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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\">" }, { "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": "back_to_top", "location": { "doc": "dom", "type": "selector", "spec": "#back_to_top" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class=\"icon-up-open-big\"></i></span></a>" }, { "ruleID": "meta-viewport", "what": "Zooming and scaling must not be disabled; maximum-scale 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, maximum-scale=1\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "DIV", "id": "Subheader", "location": { "doc": "dom", "type": "selector", "spec": "#Subheader" }, "excerpt": "<div id=\"Subheader\" style=\"padding:20px 0;\"><div class=\"container\"><div class=\"column one\"><h1 class=\"title\">Welcome to Vince Fong for Assembly</h1></div></div></div>" }, { "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": ".full-width" }, "excerpt": "<div class=\"section mcb-section no-margin-h full-width \" style=\"padding-top:0px; padding-bottom:0px; background-color:\">" }, { "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": ".cg-intro" }, "excerpt": "<div class=\"cg-intro\">" }, { "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": ".testimonials-widget-testimonials100000-control" }, "excerpt": "<div class=\"testimonials-widget-testimonials bx-controls testimonials-widget-testimonials100000-control\"><a class=\"bx-next\" href=\"\">Next</a><a class=\"bx-prev\" href=\"\">Prev</a></div>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".mfn-link" }, "excerpt": "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\"><span data-hover=\"View More\">View More</span></a>" }, { "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": ".no-margin-h.mcb-section.section:nth-child(4) > .section_wrapper.mcb-section-inner > .wrap.mcb-wrap.clearfix:nth-child(1)" }, "excerpt": "<div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\">" }, { "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": ".no-margin-h.mcb-section.section:nth-child(4) > .section_wrapper.mcb-section-inner > .wrap.mcb-wrap.clearfix:nth-child(2)" }, "excerpt": "<div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\">" }, { "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": ".author-jennifer > .post-desc-wrapper > .post-desc > .post-title" }, "excerpt": "<div class=\"post-title\">" }, { "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": ".author-jennifer > .post-desc-wrapper > .post-desc > .post-footer > .post-links" }, "excerpt": "<div class=\"post-links\"><i class=\"icon-doc-text\"></i> <a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a></div>" }, { "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": ".post-1000 > .post-desc-wrapper > .post-desc > .post-title" }, "excerpt": "<div class=\"post-title\"><h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</a></h2></div>" }, { "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": ".post-1000 > .post-desc-wrapper > .post-desc > .post-excerpt" }, "excerpt": "<div class=\"post-excerpt\">" }, { "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": ".post-1000 > .post-desc-wrapper > .post-desc > .post-footer > .post-links" }, "excerpt": "<div class=\"post-links\"><i class=\"icon-doc-text\"></i> <a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a></div>" }, { "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": ".post-997 > .post-desc-wrapper > .post-desc > .post-title" }, "excerpt": "<div class=\"post-title\"><h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</a></h2></div>" }, { "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": ".post-997 > .post-desc-wrapper > .post-desc > .post-excerpt" }, "excerpt": "<div class=\"post-excerpt\">" }, { "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": ".post-997 > .post-desc-wrapper > .post-desc > .post-footer > .post-links" }, "excerpt": "<div class=\"post-links\"><i class=\"icon-doc-text\"></i> <a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a></div>" }, { "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": ".one-second.column-margin-10px.wrap:nth-child(2) > .column_column.column-margin-.mcb-column:nth-child(1)" }, "excerpt": "<div class=\"column mcb-column one column_column column-margin-\"><div class=\"column_attr align_center\" style=\" background-color:#fff; padding:15px;\"><h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3></div></div>" }, { "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": ".one-second.column-margin-10px.wrap:nth-child(3) > .column_column.column-margin-.mcb-column:nth-child(1)" }, "excerpt": "<div class=\"column mcb-column one column_column column-margin-\"><div class=\"column_attr align_center\" style=\" background-color:#fff; padding:15px;\"><h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3></div></div>" } ] }, "endTime": 1687096957929 }, { "type": "launch", "which": "chromium", "startTime": 1687096957929, "endTime": 1687096958640 }, { "type": "url", "which": "https://vincefong.com/", "what": "Candidate Vince Fong (R)", "startTime": 1687096958640, "result": { "url": "https://vincefong.com/" }, "endTime": 1687096959507 }, { "type": "test", "which": "continuum", "startTime": 1687096959507, "url": "https://vincefong.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, maximum-scale=1\" name=\"viewport\">", "path": "head>meta:nth-of-type(2)", "fingerprint": { "version": 2, "css": "meta[name=\"viewport\"][content=\"width=device-width, initial-scale=1, maximum-scale=1\"]", "attNo": 2 } }, { "engineTestId": 228, "bestPracticeId": 523, "attribute": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "element": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "iframe[class=\"scale-with-grid\"][width=\"700\"][height=\"400\"][src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\"][allowfullscreen=\"\"]", "attNo": 5 } }, { "engineTestId": 228, "bestPracticeId": 523, "attribute": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "element": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "iframe[class=\"scale-with-grid\"][width=\"700\"][height=\"400\"][src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\"][allowfullscreen=\"\"]", "attNo": 5 } }, { "engineTestId": 228, "bestPracticeId": 523, "attribute": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "element": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "iframe[class=\"scale-with-grid\"][width=\"700\"][height=\"400\"][src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\"][allowfullscreen=\"\"]", "attNo": 5 } }, { "engineTestId": 228, "bestPracticeId": 523, "attribute": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "element": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>", "path": "body>div:nth-of-type(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "iframe[class=\"scale-with-grid\"][width=\"700\"][height=\"400\"][src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\"][allowfullscreen=\"\"]", "attNo": 5 } }, { "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 href=\"\" class=\"button button_left button_js \" id=\"back_to_top\"><span class=\"button_icon\"><i class=\"icon-up-open-big\"></i></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[id=\"back_to_top\"][class=\"button button_left button_js \"][href=\"\"]", "attNo": 3 } } ], "standardResult": { "totals": [ 0, 0, 0, 6 ], "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(2)" }, "excerpt": "<meta content=\"width=device-width, initial-scale=1, maximum-scale=1\" name=\"viewport\">" }, { "ruleID": "228", "what": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IFRAME", "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(4)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>" }, { "ruleID": "228", "what": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IFRAME", "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(4)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>" }, { "ruleID": "228", "what": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IFRAME", "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(4)>*:nth-child(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>" }, { "ruleID": "228", "what": "This iframe element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "IFRAME", "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(4)>*:nth-child(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\"></iframe>" }, { "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": "back_to_top", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a href=\"\" class=\"button button_left button_js \" id=\"back_to_top\"><span class=\"button_icon\"><i class=\"icon-up-open-big\"></i></span></a>" } ] }, "endTime": 1687096960191 }, { "type": "launch", "which": "chromium", "startTime": 1687096960191, "endTime": 1687096960774 }, { "type": "url", "which": "https://vincefong.com/", "what": "Candidate Vince Fong (R)", "startTime": 1687096960774, "result": { "url": "https://vincefong.com/" }, "endTime": 1687096961657 }, { "type": "test", "which": "htmlcs", "startTime": 1687096961657, "url": "https://vincefong.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "AAA.1_1_1.H37": { "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.": [ { "tagName": "img", "id": "", "code": "<img src=\"https://dot.dm-io.com/dot/8549?cbust=7999455513431881&url_path=https%3A%2F%2Fvincefong.com%2F\" style=\"display: none !important;\" referrerpolicy=\"no-referrer-when-downgrade\">" } ] }, "AAA.1_3_1.F68": { "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.": [ { "tagName": "input", "id": "#s", "code": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4 style=\"margin: 0; color: #fff;\">...</h4>" } ], "The heading structure is not logically nested. This h6 element should be an h5 to be properly nested.": [ { "tagName": "h6", "id": "", "code": "<h6 style=\"color: #fff; padding-top: 6px;\">...</h6>" } ] }, "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.13:1. Recommendation: change text colour to #222.": [ { "tagName": "a", "id": "", "code": "<a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"“transparent\" nofooter”=\"\">...</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=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">...</a>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.69:1. Recommendation: change background to #425883.": [ { "tagName": "span", "id": "", "code": "<span data-hover=\"View More\">...</span>" } ] }, "AAA.1_4_6.G18.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.07:1. Recommendation: change background to #767676.": [ { "tagName": "h1", "id": "", "code": "<h1 class=\"title\">...</h1>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #767676.": [ { "tagName": "h3", "id": "", "code": "<h3 style=\"color: #777; margin-bottom: 0px;\">...</h3>" } ] }, "AAA.2_4_1.H64.1": { "Iframe element requires a non-empty title attribute that identifies the frame.": [ { "tagName": "iframe", "id": "", "code": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" }, { "tagName": "iframe", "id": "", "code": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" }, { "tagName": "iframe", "id": "", "code": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" }, { "tagName": "iframe", "id": "", "code": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" } ] }, "AAA.4_1_2.H91.A.NoContent": { "Anchor element found with a valid href attribute, but no link content has been supplied.": [ { "tagName": "a", "id": "", "code": "<a class=\"responsive-menu-toggle \" href=\"#\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"#\" class=\"icon_close\">...</a>" } ] }, "AAA.4_1_2.H91.InputButton.Name": { "This buttoninput element does not have a name available to an accessibility API. Valid names are: value attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "input", "id": "", "code": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\">" } ] }, "AAA.4_1_2.H91.InputText.Name": { "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.": [ { "tagName": "input", "id": "#s", "code": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">" } ] } }, "Warning": { "AAA.1_1_1.H67.2": { "Img element is marked so that it is ignored by Assistive Technology.": [ { "tagName": "img", "id": "", "code": "<img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">" }, { "tagName": "img", "id": "", "code": "<img class=\"logo-sticky scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">" } ] }, "AAA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "", "code": "<div class=\"testimonials-widget-testimonials bx-controls testimonials-widget-testimonials100000-control\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"textwidget\">...</div>" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#ascrail2000", "code": "<div id=\"ascrail2000\" class=\"nicescroll-rails nicescroll-rails-vr\" style=\"width: 10px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right: 0px; opacity: 1; display: block;\">...</div>" } ], "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, maximum-scale=1\">" } ] }, "AAA.1_4_3_F24.F24.BGColour": { "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.": [ { "tagName": "div", "id": "", "code": "<div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"hover_color_bg\" style=\"background:#800118;\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"hover_color_bg\" style=\"background:#970722;\">...</div>" } ] }, "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": "h3", "id": "", "code": "<h3 style=\"color: #777; margin-bottom: 0px;\">...</h3>" }, { "tagName": "h4", "id": "", "code": "<h4 style=\"margin: 0; color: #fff;\">...</h4>" }, { "tagName": "h6", "id": "", "code": "<h6 style=\"color: #fff; padding-top: 6px;\">...</h6>" } ] }, "AAA.1_4_6.G17.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.": [ { "tagName": "blockquote", "id": "", "code": "<blockquote>...</blockquote>" }, { "tagName": "span", "id": "", "code": "<span class=\"job-title\">...</span>" } ] }, "AAA.1_4_6.G17.BgImage": { "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.": [ { "tagName": "a", "id": "", "code": "<a class=\"bx-next\" href=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"bx-prev\" href=\"\">...</a>" } ] }, "AAA.1_4_6.G18.Abs": { "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.": [ { "tagName": "span", "id": "", "code": "<span class=\"author\">...</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://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\">...</a>" } ] }, "AAA.4_1_2.H91.A.Empty": { "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.": [ { "tagName": "a", "id": "#back_to_top", "code": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\">...</a>" } ] }, "AAA.4_1_2.H91.A.Placeholder": { "Anchor element found with link content, but no href, ID or name attribute has been supplied.": [ { "tagName": "a", "id": "", "code": "<a class=\"bx-next\" href=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"bx-prev\" href=\"\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 21, 0, 0, 19 ], "instances": [ { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">" }, { "ruleID": "AAA.1_1_1.H67.2", "what": "Img element is marked so that it is ignored by Assistive Technology.", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img class=\"logo-sticky scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\">" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"testimonials-widget-testimonials bx-controls testimonials-widget-testimonials100000-control\">...</div>" }, { "ruleID": "AAA.1_3_1.H48", "what": "If this element contains a navigation section, it is recommended that it be marked up as a list.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"textwidget\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "ascrail2000", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div id=\"ascrail2000\" class=\"nicescroll-rails nicescroll-rails-vr\" style=\"width: 10px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right: 0px; opacity: 1; display: block;\">...</div>" }, { "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, maximum-scale=1\">" }, { "ruleID": "AAA.1_4_3_F24.F24.BGColour", "what": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\">...</div>" }, { "ruleID": "AAA.1_4_3_F24.F24.BGColour", "what": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"hover_color_bg\" style=\"background:#800118;\">...</div>" }, { "ruleID": "AAA.1_4_3_F24.F24.BGColour", "what": "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"hover_color_bg\" style=\"background:#970722;\">...</div>" }, { "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": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">...</h3>" }, { "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": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">...</h4>" }, { "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": "H6", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">...</h6>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<blockquote>...</blockquote>" }, { "ruleID": "AAA.1_4_6.G17.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"job-title\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"bx-next\" href=\"\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.BgImage", "what": "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"bx-prev\" href=\"\">...</a>" }, { "ruleID": "AAA.1_4_6.G18.Abs", "what": "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1.", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"author\">...</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://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Empty", "what": "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.", "ordinalSeverity": 0, "tagName": "A", "id": "back_to_top", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Placeholder", "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"bx-next\" href=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.Placeholder", "what": "Anchor element found with link content, but no href, ID or name attribute has been supplied.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"bx-prev\" href=\"\">...</a>" }, { "ruleID": "AAA.1_1_1.H37", "what": "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<img src=\"https://dot.dm-io.com/dot/8549?cbust=7999455513431881&url_path=https%3A%2F%2Fvincefong.com%2F\" style=\"display: none !important;\" referrerpolicy=\"no-referrer-when-downgrade\">" }, { "ruleID": "AAA.1_3_1.F68", "what": "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "s", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.", "ordinalSeverity": 3, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">...</h4>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h6 element should be an h5 to be properly nested.", "ordinalSeverity": 3, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">...</h6>" }, { "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.13:1. Recommendation: change text colour to #222.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"“transparent\" nofooter”=\"\">...</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://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">...</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://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">...</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://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">...</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.69:1. Recommendation: change background to #425883.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span data-hover=\"View More\">...</span>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.07:1. Recommendation: change background to #767676.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h1 class=\"title\">...</h1>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #767676.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">...</h3>" }, { "ruleID": "AAA.2_4_1.H64.1", "what": "Iframe element requires a non-empty title attribute that identifies the frame.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" }, { "ruleID": "AAA.2_4_1.H64.1", "what": "Iframe element requires a non-empty title attribute that identifies the frame.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" }, { "ruleID": "AAA.2_4_1.H64.1", "what": "Iframe element requires a non-empty title attribute that identifies the frame.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" }, { "ruleID": "AAA.2_4_1.H64.1", "what": "Iframe element requires a non-empty title attribute that identifies the frame.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\">...</iframe>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"responsive-menu-toggle \" href=\"#\">...</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=\"#\" class=\"icon_close\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.InputButton.Name", "what": "This buttoninput element does not have a name available to an accessibility API. Valid names are: value attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\">" }, { "ruleID": "AAA.4_1_2.H91.InputText.Name", "what": "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "s", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">" } ] }, "endTime": 1687096962091 }, { "type": "launch", "which": "chromium", "startTime": 1687096962091, "endTime": 1687096962671 }, { "type": "url", "which": "https://vincefong.com/", "what": "Candidate Vince Fong (R)", "startTime": 1687096962671, "result": { "url": "https://vincefong.com/" }, "endTime": 1687096963485 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687096963485, "url": "https://vincefong.com/", "what": "IBM Accessibility Checker", "result": { "totals": { "violation": 24, "recommendation": 2, "ignored": 0 }, "items": [ { "ruleId": "frame_title_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[6]/div[1]/div[1]/iframe[1]", "aria": "/document[1]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 395, "top": 2547, "height": 183, "width": 324 }, "snippet": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">", "level": "violation" }, { "ruleId": "frame_title_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[5]/div[1]/div[1]/iframe[1]", "aria": "/document[1]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 41, "top": 2547, "height": 183, "width": 324 }, "snippet": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">", "level": "violation" }, { "ruleId": "frame_title_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/div[1]/iframe[1]", "aria": "/document[1]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 395, "top": 2354, "height": 183, "width": 324 }, "snippet": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">", "level": "violation" }, { "ruleId": "frame_title_exists", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[3]/div[1]/div[1]/iframe[1]", "aria": "/document[1]" }, "message": "Inline frame does not have a 'title' attribute", "bounds": { "left": 41, "top": 2354, "height": 183, "width": 324 }, "snippet": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]", "aria": "/document[1]/link[12]" }, "message": "Content is not within a landmark element", "bounds": { "left": 395, "top": 3598, "height": 20, "width": 121 }, "snippet": "<a data-twitter-extracted-i168709696402959255=\"true\" nofooter”=\"\" data-chrome=\"“transparent\" data-widget-id=\"693129365178036224\" href=\"https://twitter.com/vfong\" class=\"twitter-timeline\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/div[1]/h3[1]", "aria": "/document[1]/heading[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 410, "top": 3541, "height": 31, "width": 294 }, "snippet": "<h3 style=\"color: #777; margin-bottom: 0px;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/div[1]/div[1]/blockquote[1]/a[1]", "aria": "/document[1]/blockquote[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 41, "top": 3612, "height": 32, "width": 119 }, "snippet": "<a href=\"https://www.facebook.com/VinceFongCA/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/h3[1]", "aria": "/document[1]/heading[6]" }, "message": "Content is not within a landmark element", "bounds": { "left": 56, "top": 3541, "height": 31, "width": 294 }, "snippet": "<h3 style=\"color: #777; margin-bottom: 0px;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]", "aria": "/document[1]/link[11]" }, "message": "Content is not within a landmark element", "bounds": { "left": 632, "top": 3434, "height": 20, "width": 73 }, "snippet": "<a class=\"post-more\" href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[2]/h2[1]", "aria": "/document[1]/heading[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 61, "top": 3242, "height": 60, "width": 658 }, "snippet": "<h2 itemprop=\"headline\" class=\"entry-title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]", "aria": "/document[1]/link[9]" }, "message": "Content is not within a landmark element", "bounds": { "left": 632, "top": 3175, "height": 20, "width": 73 }, "snippet": "<a class=\"post-more\" href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/h2[1]", "aria": "/document[1]/heading[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 61, "top": 2983, "height": 60, "width": 658 }, "snippet": "<h2 itemprop=\"headline\" class=\"entry-title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]", "aria": "/document[1]/link[7]" }, "message": "Content is not within a landmark element", "bounds": { "left": 632, "top": 2916, "height": 20, "width": 73 }, "snippet": "<a class=\"post-more\" href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]", "aria": "/document[1]/heading[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 61, "top": 2799, "height": 90, "width": 658 }, "snippet": "<h2 itemprop=\"headline\" class=\"entry-title\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[5]" }, "message": "Content is not within a landmark element", "bounds": { "left": 41, "top": 2181, "height": 134, "width": 708 }, "snippet": "<a href=\"https://vincefong.com/demand-budget-transparency/\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h3[1]", "aria": "/document[1]/heading[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 56, "top": 2095, "height": 31, "width": 648 }, "snippet": "<h3 style=\"color: #777; margin-bottom: 0px;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]", "aria": "/document[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 710, "top": 1899, "height": 32, "width": 32 }, "snippet": "<a href=\"\" class=\"bx-next\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[4]" }, "message": "Content is not within a landmark element", "bounds": { "left": 346, "top": 1936, "height": 44, "width": 99 }, "snippet": "<a ontouchstart=\"this.classList.toggle('hover');\" data-hover=\"View More\" href=\"../quotes/\" class=\"mfn-link mfn-link-2 \">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "aria": "/document[1]/paragraph[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 67, "top": 523, "height": 203, "width": 656 }, "snippet": "<p style=\"font-size: 1.3em; line-height: 1.3;\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[3]" }, "message": "Content is not within a landmark element", "bounds": { "left": 527, "top": 364, "height": 83, "width": 264 }, "snippet": "<a target=\"_blank\" href=\"https://secure.anedot.com/vince-fong-for-assem/donate\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[2]" }, "message": "Content is not within a landmark element", "bounds": { "left": 264, "top": 364, "height": 83, "width": 264 }, "snippet": "<a href=\"../support\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "aria": "/document[1]/link[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 0, "top": 364, "height": 83, "width": 264 }, "snippet": "<a href=\"../support\">", "level": "violation" }, { "ruleId": "aria_content_in_landmark", "path": { "dom": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/heading[1]" }, "message": "Content is not within a landmark element", "bounds": { "left": 49, "top": 296, "height": 48, "width": 694 }, "snippet": "<h1 class=\"title\">", "level": "violation" }, { "ruleId": "aria_complementary_labelled", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/aside[1]", "aria": "/document[1]/contentinfo[1]/complementary[1]" }, "message": "The element with \"complementary\" role does not have a label", "bounds": { "left": 49, "top": 3784, "height": 75, "width": 163 }, "snippet": "<aside class=\"widget widget_text\" id=\"text-7\">", "level": "violation" }, { "ruleId": "aria_contentinfo_misuse", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]", "aria": "/document[1]/contentinfo[1]" }, "message": "The element with \"contentinfo\" role is present without an element with \"main\" role", "bounds": { "left": 0, "top": 3744, "height": 313, "width": 790 }, "snippet": "<footer class=\"clearfix\" id=\"Footer\">", "level": "recommendation" }, { "ruleId": "aria_child_valid", "path": { "dom": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/ul[1]", "aria": "/document[1]/contentinfo[1]/list[1]" }, "message": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"", "bounds": { "left": 49, "top": 4037, "height": 0, "width": 694 }, "snippet": "<ul class=\"social\">", "level": "recommendation" } ], "success": true }, "standardResult": { "totals": [ 0, 2, 0, 24 ], "instances": [ { "ruleID": "frame_title_exists", "what": "Inline frame does not have a 'title' attribute", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[6]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">" }, { "ruleID": "frame_title_exists", "what": "Inline frame does not have a 'title' attribute", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[5]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">" }, { "ruleID": "frame_title_exists", "what": "Inline frame does not have a 'title' attribute", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[4]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">" }, { "ruleID": "frame_title_exists", "what": "Inline frame does not have a 'title' attribute", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[3]/div[1]/div[1]/iframe[1]" }, "excerpt": "<iframe allowfullscreen=\"\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" height=\"400\" width=\"700\" class=\"scale-with-grid\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[2]/div[1]/a[1]" }, "excerpt": "<a data-twitter-extracted-i168709696402959255=\"true\" nofooter”=\"\" data-chrome=\"“transparent\" data-widget-id=\"693129365178036224\" href=\"https://twitter.com/vfong\" class=\"twitter-timeline\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[3]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[2]/div[1]/div[1]/blockquote[1]/a[1]" }, "excerpt": "<a href=\"https://www.facebook.com/VinceFongCA/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[2]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a class=\"post-more\" href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 itemprop=\"headline\" class=\"entry-title\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a class=\"post-more\" href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 itemprop=\"headline\" class=\"entry-title\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a class=\"post-more\" href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 itemprop=\"headline\" class=\"entry-title\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/demand-budget-transparency/\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/h3[1]" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a href=\"\" class=\"bx-next\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a ontouchstart=\"this.classList.toggle('hover');\" data-hover=\"View More\" href=\"../quotes/\" class=\"mfn-link mfn-link-2 \">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p style=\"font-size: 1.3em; line-height: 1.3;\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a target=\"_blank\" href=\"https://secure.anedot.com/vince-fong-for-assem/donate\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"../support\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"../support\">" }, { "ruleID": "aria_content_in_landmark", "what": "Content is not within a landmark element", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"title\">" }, { "ruleID": "aria_complementary_labelled", "what": "The element with \"complementary\" role does not have a label", "ordinalSeverity": 3, "tagName": "ASIDE", "id": "text-7", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[1]/div[1]/div[1]/aside[1]" }, "excerpt": "<aside class=\"widget widget_text\" id=\"text-7\">" }, { "ruleID": "aria_contentinfo_misuse", "what": "The element with \"contentinfo\" role is present without an element with \"main\" role", "ordinalSeverity": 1, "tagName": "FOOTER", "id": "Footer", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]" }, "excerpt": "<footer class=\"clearfix\" id=\"Footer\">" }, { "ruleID": "aria_child_valid", "what": "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"", "ordinalSeverity": 1, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/footer[1]/div[2]/div[1]/div[1]/ul[1]" }, "excerpt": "<ul class=\"social\">" } ] }, "endTime": 1687096969156 }, { "type": "launch", "which": "chromium", "startTime": 1687096969156, "endTime": 1687096969761 }, { "type": "url", "which": "https://vincefong.com/", "what": "Candidate Vince Fong (R)", "startTime": 1687096969761, "result": { "url": "https://vincefong.com/" }, "endTime": 1687096970656 }, { "type": "test", "which": "nuVal", "startTime": 1687096970657, "url": "https://vincefong.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 15, "lastColumn": 402, "firstColumn": 380, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "apis.com\"><style type=\"text/css\">@font-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "error", "lastLine": 42, "lastColumn": 453, "firstColumn": 265, "message": "A document must not include more than one meta element with its name attribute set to the value description.", "extract": "dia=\"all\"><meta name=\"description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\"><link ", "hiliteStart": 10, "hiliteLength": 189 }, { "type": "info", "lastLine": 42, "lastColumn": 4698, "firstColumn": 4646, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "y/feed/\"> <style id=\"global-styles-inline-css\" type=\"text/css\"> body{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 45, "lastColumn": 349, "firstColumn": 235, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ia=\"all\"> <script type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/jquery.min.js\" id=\"jquery-core-js\"></scri", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 45, "lastColumn": 485, "firstColumn": 360, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/jquery-migrate.min.js\" id=\"jquery-migrate-js\"></scri", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 54, "lastColumn": 2139, "message": "CSS: filter: Parse Error.", "extract": "ha(opacity = 97);-webkit-box-s", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 536, "lastColumn": 58, "firstColumn": 17, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</script> <style type=\"text/css\" id=\"wp-custom-css\"> .page", "hiliteStart": 10, "hiliteLength": 42 }, { "type": "error", "lastLine": 546, "lastColumn": 28, "firstColumn": 18, "message": "CSS: font-smoothing: Property font-smoothing doesn't exist.", "extract": "moothing: antialiased;\n -we", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "error", "lastLine": 552, "lastColumn": 5400, "firstColumn": 5281, "message": "CSS: background-color: Parse Error.", "extract": "ntOfPage\"><div class=\"section mcb-section no-margin-h full-width \" style=\"padding-top:0px; padding-bottom:0px; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "error", "lastLine": 552, "lastColumn": 5543, "firstColumn": 5448, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one column-margin-0px clearfix\" style=\"padding:0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 552, "lastColumn": 5704, "firstColumn": 5605, "message": "Attribute ontouchstart not allowed on element div at this point.", "extract": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 552, "lastColumn": 6138, "firstColumn": 6039, "message": "Attribute ontouchstart not allowed on element div at this point.", "extract": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 552, "lastColumn": 6570, "firstColumn": 6471, "message": "Attribute ontouchstart not allowed on element div at this point.", "extract": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 552, "lastColumn": 7155, "firstColumn": 7079, "message": "CSS: padding: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "error", "lastLine": 552, "lastColumn": 7155, "firstColumn": 7079, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 552, "lastColumn": 9375, "firstColumn": 8735, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" srcset=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg 343w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-203x300.jpg 203w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-99x146.jpg 99w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /></nosc", "hiliteStart": 10, "hiliteLength": 641 }, { "type": "error", "lastLine": 552, "lastColumn": 11808, "firstColumn": 11335, "message": "The sizes attribute must only be specified if the srcset attribute is also specified.", "extract": "> <strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" data-srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\"><noscr", "hiliteStart": 10, "hiliteLength": 474 }, { "type": "info", "lastLine": 552, "lastColumn": 12199, "firstColumn": 11819, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /></nosc", "hiliteStart": 10, "hiliteLength": 381 }, { "type": "error", "lastLine": 552, "lastColumn": 12567, "firstColumn": 12483, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:25px 0px; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "error", "lastLine": 552, "lastColumn": 17650, "firstColumn": 17531, "message": "Attribute ontouchstart not allowed on element a at this point.", "extract": "</div><br><a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\"><span ", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "error", "lastLine": 552, "lastColumn": 17983, "firstColumn": 17897, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "error", "lastLine": 552, "lastColumn": 18288, "firstColumn": 18212, "message": "CSS: padding: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "error", "lastLine": 552, "lastColumn": 18288, "firstColumn": 18212, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "error", "lastLine": 552, "lastColumn": 18781, "firstColumn": 18669, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "error", "lastLine": 552, "lastColumn": 19159, "firstColumn": 19047, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "error", "lastLine": 552, "lastColumn": 19537, "firstColumn": 19425, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "error", "lastLine": 552, "lastColumn": 19915, "firstColumn": 19803, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "error", "lastLine": 552, "lastColumn": 20445, "firstColumn": 20359, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 87 }, { "type": "error", "lastLine": 552, "lastColumn": 25159, "firstColumn": 25047, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "error", "lastLine": 552, "lastColumn": 26018, "firstColumn": 25906, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c", "hiliteStart": 10, "hiliteLength": 113 }, { "type": "info", "lastLine": 552, "lastColumn": 26472, "firstColumn": 26336, "subType": "warning", "message": "Attribute nofooter is not serializable as XML 1.0.", "extract": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"transparent\" nofooter=\"\">Tweets", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "error", "lastLine": 552, "lastColumn": 26472, "firstColumn": 26336, "message": "Attribute nofooter not allowed on element a at this point.", "extract": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"transparent\" nofooter=\"\">Tweets", "hiliteStart": 10, "hiliteLength": 137 }, { "type": "info", "lastLine": 552, "lastColumn": 27943, "firstColumn": 27913, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ed JS --> <script type=\"text/javascript\">var cf", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 554, "lastColumn": 604, "firstColumn": 434, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ript) --> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js\" id=\"siteground-optimizer-lazy-sizes-js-js\"></scri", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "info", "lastLine": 554, "lastColumn": 794, "firstColumn": 615, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/gtm4wp-form-move-tracker.min.js\" id=\"gtm4wp-form-move-tracker-js\"></scri", "hiliteStart": 10, "hiliteLength": 180 }, { "type": "info", "lastLine": 554, "lastColumn": 932, "firstColumn": 805, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/core.min.js\" id=\"jquery-ui-core-js\"></scri", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 554, "lastColumn": 1072, "firstColumn": 943, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/mouse.min.js\" id=\"jquery-ui-mouse-js\"></scri", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 554, "lastColumn": 1218, "firstColumn": 1083, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/sortable.min.js\" id=\"jquery-ui-sortable-js\"></scri", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "info", "lastLine": 554, "lastColumn": 1356, "firstColumn": 1229, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/tabs.min.js\" id=\"jquery-ui-tabs-js\"></scri", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 554, "lastColumn": 1504, "firstColumn": 1367, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/accordion.min.js\" id=\"jquery-ui-accordion-js\"></scri", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 554, "lastColumn": 1674, "firstColumn": 1515, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-plugins.min.js\" id=\"jquery-plugins-js\"></scri", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 554, "lastColumn": 1846, "firstColumn": 1685, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-mfn-menu.min.js\" id=\"jquery-mfn-menu-js\"></scri", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 554, "lastColumn": 2012, "firstColumn": 1857, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/themes/betheme/assets/animations/animations.min.js\" id=\"jquery-animations-js\"></scri", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 554, "lastColumn": 2169, "firstColumn": 2023, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/themes/betheme/assets/jplayer/jplayer.min.js\" id=\"jquery-jplayer-js\"></scri", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 554, "lastColumn": 2339, "firstColumn": 2180, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-scripts.min.js\" id=\"jquery-scripts-js\"></scri", "hiliteStart": 10, "hiliteLength": 160 }, { "type": "info", "lastLine": 554, "lastColumn": 2475, "firstColumn": 2350, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/comment-reply.min.js\" id=\"comment-reply-js\"></scri", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 554, "lastColumn": 2632, "firstColumn": 2486, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type=\"text/javascript\" src=\"https://vincefong.com/wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js\" id=\"cffscripts-js\"></scri", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 554, "lastColumn": 2855, "firstColumn": 2643, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type=\"text/javascript\" src=\"//vincefong.com/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/bxslider-4/dist/jquery.bxslider.min.js\" id=\"jquery.bxslider-js\"></scri", "hiliteStart": 10, "hiliteLength": 213 }, { "type": "info", "lastLine": 554, "lastColumn": 3010, "firstColumn": 2866, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type=\"text/javascript\" src=\"//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.cookie.min.js\" id=\"jquery.cookie-js\"></scri", "hiliteStart": 10, "hiliteLength": 145 }, { "type": "info", "lastLine": 554, "lastColumn": 3161, "firstColumn": 3021, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type=\"text/javascript\" src=\"//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.raty.min.js\" id=\"jquery.raty-js\"></scri", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "info", "lastLine": 554, "lastColumn": 3202, "firstColumn": 3172, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type=\"text/javascript\"> funct", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 568, "lastColumn": 44, "firstColumn": 14, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " </script><script type=\"text/javascript\"> var t", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 625, "lastColumn": 44, "firstColumn": 14, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " </script><script type=\"text/javascript\"> // te", "hiliteStart": 10, "hiliteLength": 31 } ], "language": "en" }, "rawPage": { "messages": [ { "type": "info", "lastLine": 1, "lastColumn": 166, "firstColumn": 143, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "- meta --><meta charset=\"UTF-8\" /><meta ", "hiliteStart": 10, "hiliteLength": 24 }, { "type": "info", "lastLine": 1, "lastColumn": 312, "firstColumn": 252, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "-scale=1\"><meta name=\"description\" content=\"Vince Fong for Assembly\" /> <scri", "hiliteStart": 10, "hiliteLength": 61 }, { "type": "info", "lastLine": 6, "lastColumn": 133, "firstColumn": 35, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " </script><link rel=\"shortcut icon\" href=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-32.jpg\" /><link ", "hiliteStart": 10, "hiliteLength": 99 }, { "type": "info", "lastLine": 6, "lastColumn": 236, "firstColumn": 134, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "32.jpg\" /><link rel=\"apple-touch-icon\" href=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-180.jpg\" /> <!-- ", "hiliteStart": 10, "hiliteLength": 103 }, { "type": "info", "lastLine": 14, "lastColumn": 124, "firstColumn": 16, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " </script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- ", "hiliteStart": 10, "hiliteLength": 109 }, { "type": "info", "lastLine": 15, "lastColumn": 318, "firstColumn": 249, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ly</title><link rel=\"preconnect\" href=\"https://fonts.gstatic.com/\" crossorigin/><link ", "hiliteStart": 10, "hiliteLength": 70 }, { "type": "info", "lastLine": 15, "lastColumn": 378, "firstColumn": 319, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ssorigin/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><style", "hiliteStart": 10, "hiliteLength": 60 }, { "type": "info", "lastLine": 15, "lastColumn": 401, "firstColumn": 379, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "pis.com\"/><style type=\"text/css\">@font-", "hiliteStart": 10, "hiliteLength": 23 }, { "type": "info", "lastLine": 42, "lastColumn": 266, "firstColumn": 11, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "} </style><link rel=\"stylesheet\" id=\"siteground-optimizer-combined-css-f0e821f7fd17252b4ddebe41af825699\" href=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-f0e821f7fd17252b4ddebe41af825699.css\" media=\"all\" /><meta ", "hiliteStart": 10, "hiliteLength": 256 }, { "type": "error", "lastLine": 42, "lastColumn": 457, "firstColumn": 267, "message": "A document must not include more than one meta element with its name attribute set to the value description.", "extract": "a=\"all\" /><meta name=\"description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\" /><link ", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "info", "lastLine": 42, "lastColumn": 457, "firstColumn": 267, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "a=\"all\" /><meta name=\"description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\" /><link ", "hiliteStart": 10, "hiliteLength": 191 }, { "type": "info", "lastLine": 42, "lastColumn": 511, "firstColumn": 458, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "alley.\" /><link rel=\"canonical\" href=\"https://vincefong.com/\" /><meta ", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 42, "lastColumn": 556, "firstColumn": 512, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g.com/\" /><meta property=\"og:locale\" content=\"en_US\" /><meta ", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 42, "lastColumn": 601, "firstColumn": 557, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\"en_US\" /><meta property=\"og:type\" content=\"website\" /><meta ", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 42, "lastColumn": 663, "firstColumn": 602, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ebsite\" /><meta property=\"og:title\" content=\"Vince Fong for Assembly\" /><meta ", "hiliteStart": 10, "hiliteLength": 62 }, { "type": "info", "lastLine": 42, "lastColumn": 861, "firstColumn": 664, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\" /><meta property=\"og:description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\" /><meta ", "hiliteStart": 10, "hiliteLength": 198 }, { "type": "info", "lastLine": 42, "lastColumn": 920, "firstColumn": 862, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "alley.\" /><meta property=\"og:url\" content=\"https://vincefong.com/\" /><meta ", "hiliteStart": 10, "hiliteLength": 59 }, { "type": "info", "lastLine": 42, "lastColumn": 986, "firstColumn": 921, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g.com/\" /><meta property=\"og:site_name\" content=\"Vince Fong for Assembly\" /><meta ", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "info", "lastLine": 42, "lastColumn": 1071, "firstColumn": 987, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\" /><meta property=\"article:publisher\" content=\"https://www.facebook.com/VinceFongCA/\" /><meta ", "hiliteStart": 10, "hiliteLength": 85 }, { "type": "info", "lastLine": 42, "lastColumn": 1148, "firstColumn": 1072, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ongCA/\" /><meta property=\"article:modified_time\" content=\"2023-05-31T15:29:46+00:00\" /><meta ", "hiliteStart": 10, "hiliteLength": 77 }, { "type": "info", "lastLine": 42, "lastColumn": 1250, "firstColumn": 1149, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "+00:00\" /><meta property=\"og:image\" content=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" /><meta ", "hiliteStart": 10, "hiliteLength": 102 }, { "type": "info", "lastLine": 42, "lastColumn": 1308, "firstColumn": 1251, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "01.jpg\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><meta ", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 42, "lastColumn": 1374, "firstColumn": 1309, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "_image\" /><meta name=\"twitter:title\" content=\"Demand Budget Transparency\" /><meta ", "hiliteStart": 10, "hiliteLength": 66 }, { "type": "info", "lastLine": 42, "lastColumn": 1493, "firstColumn": 1375, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "arency\" /><meta name=\"twitter:description\" content=\"Californians deserve to know how their hard-earned tax dollars are spent.\" /><meta ", "hiliteStart": 10, "hiliteLength": 119 }, { "type": "info", "lastLine": 42, "lastColumn": 1589, "firstColumn": 1494, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "spent.\" /><meta name=\"twitter:image\" content=\"https://vincefong.com/wp-content/uploads/budget-head.jpg\" /><meta ", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "info", "lastLine": 42, "lastColumn": 1634, "firstColumn": 1590, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ad.jpg\" /><meta name=\"twitter:site\" content=\"@vfong\" /><meta ", "hiliteStart": 10, "hiliteLength": 45 }, { "type": "info", "lastLine": 42, "lastColumn": 1692, "firstColumn": 1635, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "@vfong\" /><meta name=\"twitter:label1\" content=\"Est. reading time\" />", "hiliteStart": 10, "hiliteLength": 58 }, { "type": "info", "lastLine": 42, "lastColumn": 1741, "firstColumn": 1693, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g time\" /><meta name=\"twitter:data1\" content=\"2 minutes\" /> <scri", "hiliteStart": 10, "hiliteLength": 49 }, { "type": "info", "lastLine": 42, "lastColumn": 4167, "firstColumn": 4111, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "lugin. --><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link ", "hiliteStart": 10, "hiliteLength": 57 }, { "type": "info", "lastLine": 42, "lastColumn": 4227, "firstColumn": 4168, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "is.com' /><link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /><link ", "hiliteStart": 10, "hiliteLength": 60 }, { "type": "info", "lastLine": 42, "lastColumn": 4358, "firstColumn": 4228, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "dn.com' /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vince Fong for Assembly » Feed\" href=\"https://vincefong.com/feed/\" /><link ", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 42, "lastColumn": 4507, "firstColumn": 4359, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/feed/\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vince Fong for Assembly » Comments Feed\" href=\"https://vincefong.com/comments/feed/\" /><link ", "hiliteStart": 10, "hiliteLength": 149 }, { "type": "info", "lastLine": 42, "lastColumn": 4710, "firstColumn": 4508, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/feed/\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vince Fong for Assembly » Welcome to Vince Fong for Assembly Comments Feed\" href=\"https://vincefong.com/welcome-vince-fong-assembly/feed/\" /> <styl", "hiliteStart": 10, "hiliteLength": 203 }, { "type": "info", "lastLine": 42, "lastColumn": 4764, "firstColumn": 4712, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "feed/\" /> <style id='global-styles-inline-css' type='text/css'> body{", "hiliteStart": 10, "hiliteLength": 53 }, { "type": "info", "lastLine": 45, "lastColumn": 235, "firstColumn": 65, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "} </style><link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.2.2' type='text/css' media='all' /> <scri", "hiliteStart": 10, "hiliteLength": 171 }, { "type": "info", "lastLine": 45, "lastColumn": 351, "firstColumn": 237, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "='all' /> <script type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js'></scri", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 45, "lastColumn": 487, "firstColumn": 362, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/jquery-migrate.min.js' id='jquery-migrate-js'></scri", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 45, "lastColumn": 567, "firstColumn": 497, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "></script><link rel=\"https://api.w.org/\" href=\"https://vincefong.com/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 71 }, { "type": "info", "lastLine": 45, "lastColumn": 667, "firstColumn": 568, "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://vincefong.com/wp-json/wp/v2/pages/57\" /><link ", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "info", "lastLine": 45, "lastColumn": 772, "firstColumn": 668, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ges/57\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://vincefong.com/xmlrpc.php?rsd\" /><link ", "hiliteStart": 10, "hiliteLength": 105 }, { "type": "info", "lastLine": 45, "lastColumn": 890, "firstColumn": 773, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "hp?rsd\" /><link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://vincefong.com/wp-includes/wlwmanifest.xml\" /><link ", "hiliteStart": 10, "hiliteLength": 118 }, { "type": "info", "lastLine": 45, "lastColumn": 944, "firstColumn": 891, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "st.xml\" /><link rel='shortlink' href='https://vincefong.com/' /><link ", "hiliteStart": 10, "hiliteLength": 54 }, { "type": "info", "lastLine": 45, "lastColumn": 1088, "firstColumn": 945, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "g.com/' /><link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://vincefong.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvincefong.com%2F\" /><link ", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 45, "lastColumn": 1240, "firstColumn": 1089, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "com%2F\" /><link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://vincefong.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvincefong.com%2F&format=xml\" /> <!-- ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 54, "lastColumn": 2139, "message": "CSS: filter: Parse Error.", "extract": "ha(opacity = 97);-webkit-box-s", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "info", "lastLine": 536, "lastColumn": 58, "firstColumn": 17, "subType": "warning", "message": "The type attribute for the style element is not needed and should be omitted.", "extract": "</script> <style type=\"text/css\" id=\"wp-custom-css\"> .page", "hiliteStart": 10, "hiliteLength": 42 }, { "type": "error", "lastLine": 546, "lastColumn": 28, "firstColumn": 18, "message": "CSS: font-smoothing: Property font-smoothing doesn't exist.", "extract": "moothing: antialiased;\n -we", "hiliteStart": 10, "hiliteLength": 11 }, { "type": "info", "lastLine": 552, "lastColumn": 949, "firstColumn": 806, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Assembly\"><img class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" \talt=\"Vince Fong for Assembly\" /><img c", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 552, "lastColumn": 1069, "firstColumn": 950, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "sembly\" /><img class=\"logo-sticky scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\" /><img c", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 552, "lastColumn": 1189, "firstColumn": 1070, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": " alt=\"\" /><img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\" /></a></", "hiliteStart": 10, "hiliteLength": 120 }, { "type": "info", "lastLine": 552, "lastColumn": 4597, "firstColumn": 4515, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "></i></a> <input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\" /> <inpu", "hiliteStart": 10, "hiliteLength": 83 }, { "type": "info", "lastLine": 552, "lastColumn": 4667, "firstColumn": 4599, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "earch\" /> <input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\" /></form", "hiliteStart": 10, "hiliteLength": 69 }, { "type": "error", "lastLine": 552, "lastColumn": 5329, "firstColumn": 5208, "message": "CSS: background-color: Parse Error.", "extract": "ntOfPage\"><div class=\"section mcb-section no-margin-h full-width \" style=\"padding-top:0px; padding-bottom:0px; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "error", "lastLine": 552, "lastColumn": 5473, "firstColumn": 5377, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one column-margin-0px clearfix\" style=\"padding:0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 97 }, { "type": "error", "lastLine": 552, "lastColumn": 5634, "firstColumn": 5535, "message": "Attribute ontouchstart not allowed on element div at this point.", "extract": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 552, "lastColumn": 6071, "firstColumn": 5972, "message": "Attribute ontouchstart not allowed on element div at this point.", "extract": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 552, "lastColumn": 6506, "firstColumn": 6407, "message": "Attribute ontouchstart not allowed on element div at this point.", "extract": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c", "hiliteStart": 10, "hiliteLength": 100 }, { "type": "error", "lastLine": 552, "lastColumn": 7096, "firstColumn": 7019, "message": "CSS: padding: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "error", "lastLine": 552, "lastColumn": 7096, "firstColumn": 7019, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "error", "lastLine": 552, "lastColumn": 8279, "firstColumn": 7544, "message": "The sizes attribute must only be specified if the srcset attribute is also specified.", "extract": "ht: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" data-srcset=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg 343w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-203x300.jpg 203w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-99x146.jpg 99w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /><noscr", "hiliteStart": 10, "hiliteLength": 736 }, { "type": "info", "lastLine": 552, "lastColumn": 8279, "firstColumn": 7544, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ht: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" data-srcset=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg 343w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-203x300.jpg 203w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-99x146.jpg 99w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /><noscr", "hiliteStart": 10, "hiliteLength": 736 }, { "type": "info", "lastLine": 552, "lastColumn": 8930, "firstColumn": 8290, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" srcset=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg 343w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-203x300.jpg 203w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-99x146.jpg 99w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /></nosc", "hiliteStart": 10, "hiliteLength": 641 }, { "type": "info", "lastLine": 552, "lastColumn": 10888, "firstColumn": 10883, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "Sincerely,<br /> <stro", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 552, "lastColumn": 11373, "firstColumn": 10898, "message": "The sizes attribute must only be specified if the srcset attribute is also specified.", "extract": "> <strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" data-srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /><noscr", "hiliteStart": 10, "hiliteLength": 476 }, { "type": "info", "lastLine": 552, "lastColumn": 11373, "firstColumn": 10898, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "> <strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" data-srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /><noscr", "hiliteStart": 10, "hiliteLength": 476 }, { "type": "info", "lastLine": 552, "lastColumn": 11764, "firstColumn": 11384, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "<noscript><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /></nosc", "hiliteStart": 10, "hiliteLength": 381 }, { "type": "info", "lastLine": 552, "lastColumn": 11781, "firstColumn": 11776, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "/noscript><br /> Vince", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 552, "lastColumn": 12137, "firstColumn": 12052, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:25px 0px; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 86 }, { "type": "info", "lastLine": 552, "lastColumn": 16176, "firstColumn": 16171, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ol\"></div><br /><a cla", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "error", "lastLine": 552, "lastColumn": 16298, "firstColumn": 16177, "message": "Attribute ontouchstart not allowed on element a at this point.", "extract": "div><br /><a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\" ><span ", "hiliteStart": 10, "hiliteLength": 122 }, { "type": "error", "lastLine": 552, "lastColumn": 16351, "firstColumn": 16348, "message": "No p element in scope but a p end tag seen.", "extract": "/span></a></p></div>", "hiliteStart": 10, "hiliteLength": 4 }, { "type": "error", "lastLine": 552, "lastColumn": 16631, "firstColumn": 16544, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 88 }, { "type": "error", "lastLine": 552, "lastColumn": 16938, "firstColumn": 16861, "message": "CSS: padding: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "error", "lastLine": 552, "lastColumn": 16938, "firstColumn": 16861, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 78 }, { "type": "info", "lastLine": 552, "lastColumn": 17299, "firstColumn": 17114, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "parency/\"><img class=\"aligncenter wp-image-579 size-full\" src=\"https://vincefong.com/wp-content/uploads/budget-petition-cta-text-pad.png\" alt=\"budget-petition-cta-text\" width=\"690\" height=\"109\" /></a></", "hiliteStart": 10, "hiliteLength": 186 }, { "type": "error", "lastLine": 552, "lastColumn": 17435, "firstColumn": 17322, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "error", "lastLine": 552, "lastColumn": 17807, "firstColumn": 17694, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "error", "lastLine": 552, "lastColumn": 18179, "firstColumn": 18066, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "error", "lastLine": 552, "lastColumn": 18551, "firstColumn": 18438, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "error", "lastLine": 552, "lastColumn": 19077, "firstColumn": 18990, "message": "CSS: background-color: Parse Error.", "extract": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 88 }, { "type": "error", "lastLine": 552, "lastColumn": 23783, "firstColumn": 23670, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "error", "lastLine": 552, "lastColumn": 24645, "firstColumn": 24532, "message": "CSS: background-color: Parse Error.", "extract": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c", "hiliteStart": 10, "hiliteLength": 114 }, { "type": "info", "lastLine": 552, "lastColumn": 25096, "firstColumn": 24965, "subType": "warning", "message": "Attribute nofooter is not serializable as XML 1.0.", "extract": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=transparent nofooter>Tweets", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 552, "lastColumn": 25096, "firstColumn": 24965, "message": "Attribute nofooter not allowed on element a at this point.", "extract": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=transparent nofooter>Tweets", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 552, "lastColumn": 26318, "firstColumn": 26313, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "embly 2024<br /><small", "hiliteStart": 10, "hiliteLength": 6 }, { "type": "info", "lastLine": 552, "lastColumn": 26569, "firstColumn": 26539, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ed JS --> <script type=\"text/javascript\">var cf", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 554, "lastColumn": 601, "firstColumn": 434, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "ript) --> <script defer type='text/javascript' src='https://vincefong.com/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js' id='siteground-optimizer-lazy-sizes-js-js'></scri", "hiliteStart": 10, "hiliteLength": 168 }, { "type": "info", "lastLine": 554, "lastColumn": 788, "firstColumn": 612, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/gtm4wp-form-move-tracker.min.js' id='gtm4wp-form-move-tracker-js'></scri", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 554, "lastColumn": 923, "firstColumn": 799, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/core.min.js' id='jquery-ui-core-js'></scri", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 554, "lastColumn": 1060, "firstColumn": 934, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/mouse.min.js' id='jquery-ui-mouse-js'></scri", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "info", "lastLine": 554, "lastColumn": 1203, "firstColumn": 1071, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/sortable.min.js' id='jquery-ui-sortable-js'></scri", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 554, "lastColumn": 1338, "firstColumn": 1214, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/tabs.min.js' id='jquery-ui-tabs-js'></scri", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 554, "lastColumn": 1483, "firstColumn": 1349, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/accordion.min.js' id='jquery-ui-accordion-js'></scri", "hiliteStart": 10, "hiliteLength": 135 }, { "type": "info", "lastLine": 554, "lastColumn": 1650, "firstColumn": 1494, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-plugins.min.js' id='jquery-plugins-js'></scri", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 554, "lastColumn": 1819, "firstColumn": 1661, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-mfn-menu.min.js' id='jquery-mfn-menu-js'></scri", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "info", "lastLine": 554, "lastColumn": 1982, "firstColumn": 1830, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/themes/betheme/assets/animations/animations.min.js' id='jquery-animations-js'></scri", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 554, "lastColumn": 2136, "firstColumn": 1993, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/themes/betheme/assets/jplayer/jplayer.min.js' id='jquery-jplayer-js'></scri", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 554, "lastColumn": 2303, "firstColumn": 2147, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-scripts.min.js' id='jquery-scripts-js'></scri", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 554, "lastColumn": 2436, "firstColumn": 2314, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/comment-reply.min.js' id='comment-reply-js'></scri", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 554, "lastColumn": 2593, "firstColumn": 2447, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type='text/javascript' src='https://vincefong.com/wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js' id='cffscripts-js'></scri", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 554, "lastColumn": 2816, "firstColumn": 2604, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type='text/javascript' src='//vincefong.com/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/bxslider-4/dist/jquery.bxslider.min.js' id='jquery.bxslider-js'></scri", "hiliteStart": 10, "hiliteLength": 213 }, { "type": "info", "lastLine": 554, "lastColumn": 2971, "firstColumn": 2827, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type='text/javascript' src='//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.cookie.min.js' id='jquery.cookie-js'></scri", "hiliteStart": 10, "hiliteLength": 145 }, { "type": "info", "lastLine": 554, "lastColumn": 3122, "firstColumn": 2982, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type='text/javascript' src='//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.raty.min.js' id='jquery.raty-js'></scri", "hiliteStart": 10, "hiliteLength": 141 }, { "type": "info", "lastLine": 554, "lastColumn": 3163, "firstColumn": 3133, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script> <script type=\"text/javascript\"> funct", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 568, "lastColumn": 44, "firstColumn": 14, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " </script><script type=\"text/javascript\"> var t", "hiliteStart": 10, "hiliteLength": 31 }, { "type": "info", "lastLine": 625, "lastColumn": 44, "firstColumn": 14, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": " </script><script type=\"text/javascript\"> // te", "hiliteStart": 10, "hiliteLength": 31 } ], "language": "en" }, "success": true }, "standardResult": { "totals": [ 54, 0, 50, 0 ], "instances": [ { "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": "15" }, "excerpt": "apis.com\"><style type=\"text/css\">@font-" }, { "ruleID": "A document must not include more than one meta element with its name attribute set to the value description.", "what": "A document must not include more than one meta element with its name attribute set to the value description.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "dom", "type": "line", "spec": "42" }, "excerpt": "dia=\"all\"><meta name=\"description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\"><link " }, { "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": "42" }, "excerpt": "y/feed/\"> <style id=\"global-styles-inline-css\" type=\"text/css\"> body{" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-core-js", "location": { "doc": "dom", "type": "line", "spec": "45" }, "excerpt": "ia=\"all\"> <script type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/jquery.min.js\" id=\"jquery-core-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-migrate-js", "location": { "doc": "dom", "type": "line", "spec": "45" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/jquery-migrate.min.js\" id=\"jquery-migrate-js\"></scri" }, { "ruleID": "CSS: filter: Parse Error.", "what": "CSS: filter: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "54" }, "excerpt": "ha(opacity = 97);-webkit-box-s" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "wp-custom-css", "location": { "doc": "dom", "type": "line", "spec": "536" }, "excerpt": "</script> <style type=\"text/css\" id=\"wp-custom-css\"> .page" }, { "ruleID": "CSS: font-smoothing: Property font-smoothing doesn't exist.", "what": "CSS: font-smoothing: Property font-smoothing doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "546" }, "excerpt": "moothing: antialiased; -we" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "ntOfPage\"><div class=\"section mcb-section no-margin-h full-width \" style=\"padding-top:0px; padding-bottom:0px; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one column-margin-0px clearfix\" style=\"padding:0; background-color:\"><div c" }, { "ruleID": "Attribute ontouchstart not allowed on element div at this point.", "what": "Attribute ontouchstart not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c" }, { "ruleID": "Attribute ontouchstart not allowed on element div at this point.", "what": "Attribute ontouchstart not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c" }, { "ruleID": "Attribute ontouchstart not allowed on element div at this point.", "what": "Attribute ontouchstart not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c" }, { "ruleID": "CSS: padding: Parse Error.", "what": "CSS: padding: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "<noscript><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01 ... , https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /></nosc" }, { "ruleID": "The sizes attribute must only be specified if the srcset attribute is also specified.", "what": "The sizes attribute must only be specified if the srcset attribute is also specified.", "ordinalSeverity": 2, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "> <strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/ ... -content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\"><noscr" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "<noscript><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /></nosc" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:25px 0px; background-color:\"><div c" }, { "ruleID": "Attribute ontouchstart not allowed on element a at this point.", "what": "Attribute ontouchstart not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "BR", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "</div><br><a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\"><span " }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "CSS: padding: Parse Error.", "what": "CSS: padding: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\"><div c" }, { "ruleID": "Attribute nofooter is not serializable as XML 1.0.", "what": "Attribute nofooter is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"transparent\" nofooter=\"\">Tweets" }, { "ruleID": "Attribute nofooter not allowed on element a at this point.", "what": "Attribute nofooter not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "552" }, "excerpt": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=\"transparent\" nofooter=\"\">Tweets" }, { "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": "552" }, "excerpt": "ed JS --> <script type=\"text/javascript\">var cf" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "siteground-optimizer-lazy-sizes-js-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "ript) --> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js\" id=\"siteground-optimizer-lazy-sizes-js-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "gtm4wp-form-move-tracker-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/gtm4wp-form-move-tracker.min.js\" id=\"gtm4wp-form-move-tracker-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-ui-core-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/core.min.js\" id=\"jquery-ui-core-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-ui-mouse-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/mouse.min.js\" id=\"jquery-ui-mouse-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-ui-sortable-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/sortable.min.js\" id=\"jquery-ui-sortable-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-ui-tabs-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/tabs.min.js\" id=\"jquery-ui-tabs-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-ui-accordion-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/jquery/ui/accordion.min.js\" id=\"jquery-ui-accordion-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-plugins-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-plugins.min.js\" id=\"jquery-plugins-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-mfn-menu-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-mfn-menu.min.js\" id=\"jquery-mfn-menu-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-animations-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/themes/betheme/assets/animations/animations.min.js\" id=\"jquery-animations-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-jplayer-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/themes/betheme/assets/jplayer/jplayer.min.js\" id=\"jquery-jplayer-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery-scripts-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-scripts.min.js\" id=\"jquery-scripts-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "comment-reply-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer=\"\" type=\"text/javascript\" src=\"https://vincefong.com/wp-includes/js/comment-reply.min.js\" id=\"comment-reply-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "cffscripts-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"https://vincefong.com/wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js\" id=\"cffscripts-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery.bxslider-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"//vincefong.com/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/bxslider-4/dist/jquery.bxslider.min.js\" id=\"jquery.bxslider-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery.cookie-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.cookie.min.js\" id=\"jquery.cookie-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "jquery.raty-js", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script type=\"text/javascript\" src=\"//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.raty.min.js\" id=\"jquery.raty-js\"></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "554" }, "excerpt": "</script> <script type=\"text/javascript\"> funct" }, { "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": "568" }, "excerpt": " </script><script type=\"text/javascript\"> var t" }, { "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": "625" }, "excerpt": " </script><script type=\"text/javascript\"> // te" }, { "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": "1" }, "excerpt": "- meta --><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": "1" }, "excerpt": "-scale=1\"><meta name=\"description\" content=\"Vince Fong for Assembly\" /> <scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "6" }, "excerpt": " </script><link rel=\"shortcut icon\" href=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-32.jpg\" /><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": "6" }, "excerpt": "32.jpg\" /><link rel=\"apple-touch-icon\" href=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-180.jpg\" /> <!-- " }, { "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": " </script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "15" }, "excerpt": "ly</title><link rel=\"preconnect\" href=\"https://fonts.gstatic.com/\" crossorigin/><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "15" }, "excerpt": "ssorigin/><link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/><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": "15" }, "excerpt": "pis.com\"/><style type=\"text/css\">@font-" }, { "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": "siteground-optimizer-combined-css-f0e821f7fd17252b4ddebe41af825699", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "} </style><link rel=\"stylesheet\" id=\"siteground-optimizer-combined-css-f0e821f7fd17252b4ddebe41af825699\" href=\"https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-css-f0e821f7fd17252b4ddebe41af825699.css\" media=\"all\" /><meta " }, { "ruleID": "A document must not include more than one meta element with its name attribute set to the value description.", "what": "A document must not include more than one meta element with its name attribute set to the value description.", "ordinalSeverity": 2, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "a=\"all\" /><meta name=\"description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "a=\"all\" /><meta name=\"description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\" /><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": "42" }, "excerpt": "alley.\" /><link rel=\"canonical\" href=\"https://vincefong.com/\" /><meta " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "g.com/\" /><meta property=\"og:locale\" content=\"en_US\" /><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": "42" }, "excerpt": "\"en_US\" /><meta property=\"og:type\" content=\"website\" /><meta " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "ebsite\" /><meta property=\"og:title\" content=\"Vince Fong for Assembly\" /><meta " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "sembly\" /><meta property=\"og:description\" content=\"Now more than ever, we need to send problem solvers to Sacramento. I am running for the State Assembly so that I can be a strong advocate for the Valley.\" /><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": "42" }, "excerpt": "alley.\" /><meta property=\"og:url\" content=\"https://vincefong.com/\" /><meta " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "g.com/\" /><meta property=\"og:site_name\" content=\"Vince Fong for Assembly\" /><meta " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "META", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "sembly\" /><meta property=\"article:publisher\" content=\"https://www.facebook.com/VinceFongCA/\" /><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": "42" }, "excerpt": "ongCA/\" /><meta property=\"article:modified_time\" content=\"2023-05-31T15:29:46+00:00\" /><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": "42" }, "excerpt": "+00:00\" /><meta property=\"og:image\" content=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" /><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": "42" }, "excerpt": "01.jpg\" /><meta name=\"twitter:card\" content=\"summary_large_image\" /><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": "42" }, "excerpt": "_image\" /><meta name=\"twitter:title\" content=\"Demand Budget Transparency\" /><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": "42" }, "excerpt": "arency\" /><meta name=\"twitter:description\" content=\"Californians deserve to know how their hard-earned tax dollars are spent.\" /><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": "42" }, "excerpt": "spent.\" /><meta name=\"twitter:image\" content=\"https://vincefong.com/wp-content/uploads/budget-head.jpg\" /><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": "42" }, "excerpt": "ad.jpg\" /><meta name=\"twitter:site\" content=\"@vfong\" /><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": "42" }, "excerpt": "@vfong\" /><meta name=\"twitter:label1\" content=\"Est. reading time\" />" }, { "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": "42" }, "excerpt": "g time\" /><meta name=\"twitter:data1\" content=\"2 minutes\" /> <scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "lugin. --><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": "42" }, "excerpt": "is.com' /><link rel='dns-prefetch' href='//maxcdn.bootstrapcdn.com' /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "42" }, "excerpt": "dn.com' /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vince Fong for Assembly » Feed\" href=\"https://vincefong.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": "42" }, "excerpt": "/feed/\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vince Fong for Assembly » Comments Feed\" href=\"https://vincefong.com/comments/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": "42" }, "excerpt": "/feed/\" /><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Vince Fong for Assembly » Welcome to Vince Fong for Assembly Comments Feed\" href=\"https://vincefong.com/welcome-vince-fong-assembly/feed/\" /> <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": "42" }, "excerpt": "feed/\" /> <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": "45" }, "excerpt": "} </style><link rel='stylesheet' id='sb-font-awesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=6.2.2' type='text/css' media='all' /> <scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "45" }, "excerpt": "='all' /> <script type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "45" }, "excerpt": "</script> <script type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/jquery-migrate.min.js' id='jquery-migrate-js'></scri" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "45" }, "excerpt": "></script><link rel=\"https://api.w.org/\" href=\"https://vincefong.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": "45" }, "excerpt": "-json/\" /><link rel=\"alternate\" type=\"application/json\" href=\"https://vincefong.com/wp-json/wp/v2/pages/57\" /><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": "45" }, "excerpt": "ges/57\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://vincefong.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": "45" }, "excerpt": "hp?rsd\" /><link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://vincefong.com/wp-includes/wlwmanifest.xml\" /><link " }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "LINK", "id": "", "location": { "doc": "source", "type": "line", "spec": "45" }, "excerpt": "st.xml\" /><link rel='shortlink' href='https://vincefong.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": "45" }, "excerpt": "g.com/' /><link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://vincefong.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvincefong.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": "45" }, "excerpt": "com%2F\" /><link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://vincefong.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvincefong.com%2F&format=xml\" /> <!-- " }, { "ruleID": "CSS: filter: Parse Error.", "what": "CSS: filter: Parse Error.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "54" }, "excerpt": "ha(opacity = 97);-webkit-box-s" }, { "ruleID": "The type attribute for the style element is not needed and should be omitted.", "what": "The type attribute for the style element is not needed and should be omitted.", "ordinalSeverity": 0, "tagName": "STYLE", "id": "wp-custom-css", "location": { "doc": "source", "type": "line", "spec": "536" }, "excerpt": "</script> <style type=\"text/css\" id=\"wp-custom-css\"> .page" }, { "ruleID": "CSS: font-smoothing: Property font-smoothing doesn't exist.", "what": "CSS: font-smoothing: Property font-smoothing doesn't exist.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "546" }, "excerpt": "moothing: antialiased; -we" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "Assembly\"><img class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"Vince Fong for Assembly\" /><img c" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "sembly\" /><img class=\"logo-sticky scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\" /><img c" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": " alt=\"\" /><img class=\"logo-mobile scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"\" /></a></" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "s", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "></i></a> <input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\" /> <inpu" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "INPUT", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "earch\" /> <input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\" /></form" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "ntOfPage\"><div class=\"section mcb-section no-margin-h full-width \" style=\"padding-top:0px; padding-bottom:0px; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one column-margin-0px clearfix\" style=\"padding:0; background-color:\" ><div c" }, { "ruleID": "Attribute ontouchstart not allowed on element div at this point.", "what": "Attribute ontouchstart not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c" }, { "ruleID": "Attribute ontouchstart not allowed on element div at this point.", "what": "Attribute ontouchstart not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c" }, { "ruleID": "Attribute ontouchstart not allowed on element div at this point.", "what": "Attribute ontouchstart not allowed on element div at this point.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "r_color \"><div class=\"hover_color\" style=\"background:#1D3766;\" ontouchstart=\"this.classList.toggle('hover');\"><div c" }, { "ruleID": "CSS: padding: Parse Error.", "what": "CSS: padding: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c" }, { "ruleID": "The sizes attribute must only be specified if the srcset attribute is also specified.", "what": "The sizes attribute must only be specified if the srcset attribute is also specified.", "ordinalSeverity": 2, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "ht: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src ... , https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /><noscr" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "ht: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src ... , https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /><noscr" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "<noscript><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01 ... , https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\" /></nosc" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "Sincerely,<br /> <stro" }, { "ruleID": "The sizes attribute must only be specified if the srcset attribute is also specified.", "what": "The sizes attribute must only be specified if the srcset attribute is also specified.", "ordinalSeverity": 2, "tagName": "STRONG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "> <strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/ ... ontent/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /><noscr" }, { "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": "STRONG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "> <strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https://vincefong.com/wp-content/ ... ontent/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /><noscr" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "<noscript><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" /></nosc" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "/noscript><br /> Vince" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:25px 0px; background-color:\" ><div c" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "ol\"></div><br /><a cla" }, { "ruleID": "Attribute ontouchstart not allowed on element a at this point.", "what": "Attribute ontouchstart not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div><br /><a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\" ><span " }, { "ruleID": "No p element in scope but a p end tag seen.", "what": "No p element in scope but a p end tag seen.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "/span></a></p></div>" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "CSS: padding: Parse Error.", "what": "CSS: padding: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:; background-color:\" ><div c" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "IMG", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "parency/\"><img class=\"aligncenter wp-image-579 size-full\" src=\"https://vincefong.com/wp-content/uploads/budget-petition-cta-text-pad.png\" alt=\"budget-petition-cta-text\" width=\"690\" height=\"109\" /></a></" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "on-inner\"><div class=\"wrap mcb-wrap one clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "CSS: background-color: Parse Error.", "what": "CSS: background-color: Parse Error.", "ordinalSeverity": 2, "tagName": "DIV", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "div></div><div class=\"wrap mcb-wrap one-second column-margin-10px clearfix\" style=\"padding:0 30px 0 0; background-color:\" ><div c" }, { "ruleID": "Attribute nofooter is not serializable as XML 1.0.", "what": "Attribute nofooter is not serializable as XML 1.0.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=transparent nofooter>Tweets" }, { "ruleID": "Attribute nofooter not allowed on element a at this point.", "what": "Attribute nofooter not allowed on element a at this point.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": " style=\"\"><a class=\"twitter-timeline\" href=\"https://twitter.com/vfong\" data-widget-id=\"693129365178036224\" data-chrome=transparent nofooter>Tweets" }, { "ruleID": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "what": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "ordinalSeverity": -1, "tagName": "BR", "id": "", "location": { "doc": "source", "type": "line", "spec": "552" }, "excerpt": "embly 2024<br /><small" }, { "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": "552" }, "excerpt": "ed JS --> <script type=\"text/javascript\">var cf" }, { "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": "554" }, "excerpt": "ript) --> <script defer type='text/javascript' src='https://vincefong.com/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js' id='siteground-optimizer-lazy-sizes-js-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/gtm4wp-form-move-tracker.min.js' id='gtm4wp-form-move-tracker-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/core.min.js' id='jquery-ui-core-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/mouse.min.js' id='jquery-ui-mouse-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/sortable.min.js' id='jquery-ui-sortable-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/tabs.min.js' id='jquery-ui-tabs-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/jquery/ui/accordion.min.js' id='jquery-ui-accordion-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-plugins.min.js' id='jquery-plugins-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-mfn-menu.min.js' id='jquery-mfn-menu-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/themes/betheme/assets/animations/animations.min.js' id='jquery-animations-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/themes/betheme/assets/jplayer/jplayer.min.js' id='jquery-jplayer-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-content/uploads/siteground-optimizer-assets/jquery-scripts.min.js' id='jquery-scripts-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script defer type='text/javascript' src='https://vincefong.com/wp-includes/js/comment-reply.min.js' id='comment-reply-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script type='text/javascript' src='https://vincefong.com/wp-content/plugins/custom-facebook-feed/assets/js/cff-scripts.min.js' id='cffscripts-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script type='text/javascript' src='//vincefong.com/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/bxslider-4/dist/jquery.bxslider.min.js' id='jquery.bxslider-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script type='text/javascript' src='//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.cookie.min.js' id='jquery.cookie-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script type='text/javascript' src='//vincefong.com/wp-content/plugins/testimonials-widget/assets/js/jquery.raty.min.js' id='jquery.raty-js'></scri" }, { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "source", "type": "line", "spec": "554" }, "excerpt": "</script> <script type=\"text/javascript\"> funct" }, { "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": "568" }, "excerpt": " </script><script type=\"text/javascript\"> var t" }, { "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": "625" }, "excerpt": " </script><script type=\"text/javascript\"> // te" } ] }, "endTime": 1687096972532 }, { "type": "test", "which": "qualWeb", "withNewContent": false, "startTime": 1687096972532, "url": "https://vincefong.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 14:03:00", "hash": "3a291c17325001c4a0ba24909dae69c9d6b5d5b0d41d239b36260a2204e5c0bec8d311999296b188ba80a7eb54b9bb2b2a825d859c324174dde5f8a683e5022a", "page": { "viewport": { "mobile": false, "landscape": true, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/100.0.4889.0 Safari/537.36", "resolution": { "width": 1366, "height": 768 } } } }, "metadata": { "passed": 32, "warning": 12, "failed": 11, "inapplicable": 70 }, "modules": { "act-rules": { "type": "act-rules", "metadata": { "passed": 10, "warning": 9, "failed": 5, "inapplicable": 43 }, "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": 1, "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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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": 1, "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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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": 1, "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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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, maximum-scale=1\">", "pointer": "html > head:nth-child(1) > meta:nth-child(2)" } ], "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": 58, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Several elements have the same `id` attribute." }, "results": [ { "verdict": "failed", "description": "Several elements have the same `id` attribute.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: absolute; visibility: hidden; width: 0px; height: 0px;\" title=\"Twitter Timeline\" src=\"https://syndication.twitter.com/srv/timeline-profile/screen-name/vfong?dnt=false&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoi …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, { "htmlCode": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: static; visibility: visible; width: 1px; height: 600px; display: block; flex-grow: 1;\" title=\"Twitter Timeline\" src=\"https://syndication.twitter.com/srv/timeline-profile/screen-name/vfong?dnt=false&embedId=twitter-widget-0&features=e30%3D&frame=false&hideBorder=false&hideFooter=false&hideHeader=false&hideScrollBar=false&lang=en&maxHeight=600px&origin=about%3Ablank&showHeader=true&showReplies=false&transparent=true&widgetsVersion=aaf4084522e3a%3A1674595607486\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > iframe: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": 32, "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 id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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://vincefong.com/donate/\">Why Donate?</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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://vincefong.com/about/\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav: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://vincefong.com/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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://vincefong.com/issues/\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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://vincefong.com/latest-news/\">News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav: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://vincefong.com/videos/\">Videos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav: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://vincefong.com/gallery/\">Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/contact/\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(9) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"../support\">Show your SupportRequest Yard Sign / Volunteer</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"../support\">Endorse VinceEndorse Vince Fong for Assembly</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\">Donate TodayQuickly and Securely Online</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"bx-next\" href=\"\">Next</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"bx-prev\" href=\"\">Prev</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\">View More</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/demand-budget-transparency/\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/VinceFongCA/\">Vince Fong</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: static; visibility: visible; width: 1px; height: 600px; display: block; flex-grow: 1;\" title=\"Twitter Timeline\" src=\"https://syndication.twitter.com/srv/timeline-profile/screen-name/vfong?dnt=false&embedId=twitter-widget-0&features=e30%3D&frame=false&hideBorder=false&hideFooter=false&hideHeader=false&hideScrollBar=false&lang=en&maxHeight=600px&origin=about%3Ablank&showHeader=true&showReplies=false&transparent=true&widgetsVersion=aaf4084522e3a%3A1674595607486\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/privacy-policy/\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/terms/\">Terms and Conditions</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if the element has some visible focus indication", "resultCode": "W1", "elements": [ { "htmlCode": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R9": { "name": "Links with identical accessible names have equivalent purpose", "code": "QW-ACT-R9", "mapping": "b20e66", "description": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/b20e66", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "F1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)", "accessibleName": "Read more" }, { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)", "accessibleName": "Read more" }, { "htmlCode": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)", "accessibleName": "Read more" } ], "attributes": [] } ] }, "QW-ACT-R44": { "name": "Links with identical accessible names and context serve equivalent purpose", "code": "QW-ACT-R44", "mapping": "fd3a94", "description": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "metadata": { "target": { "element": "a, [role='link']" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only.html", "url_tr": "https://www.w3.org/TR/WCAG21/#link-purpose-link-only" } ], "related": [], "url": "https://act-rules.github.io/rules/fd3a94", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent." }, "results": [ { "verdict": "warning", "description": "The `links` with the same accessible name have different content. Verify is the content is equivalent.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, { "htmlCode": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] } ] }, "QW-ACT-R41": { "name": "Error message describes invalid form field value", "code": "QW-ACT-R41", "mapping": "36b590", "description": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "metadata": { "target": { "element": [ "input", "select", "textarea", "*[role]" ] }, "success-criteria": [ { "name": "3.3.1", "level": "A", "principle": "Understandable", "url": "https://www.w3.org/TR/WCAG21/#error-identification", "url_tr": "https://www.w3.org/TR/WCAG21/#error-identification" } ], "related": [], "url": "https://act-rules.github.io/rules/36b590", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error." }, "results": [ { "verdict": "warning", "description": "Check that text error messages provided, identify the cause of the error or how to fix the error.", "resultCode": "W1", "elements": [ { "htmlCode": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > form:nth-child(1) > input:nth-child(3)" } ], "attributes": [] } ] }, "QW-ACT-R19": { "name": "iframe element has accessible name", "code": "QW-ACT-R19", "mapping": "cae760", "description": "This rule checks that each iframe element has an accessible name.", "metadata": { "target": { "element": "iframe" }, "success-criteria": [ { "name": "4.1.2", "level": "A", "principle": "Robust", "url": "https://www.w3.org/WAI/WCAG21/Understanding/name-role-value.html", "url_tr": "https://www.w3.org/TR/WCAG21/#name-role-value" } ], "related": [], "url": "https://act-rules.github.io/rules/cae760", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 1, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "The test target accessible name doesn't exist or it's empty ('')." }, "results": [ { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target accessible name doesn't exist or it's empty ('').", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R37": { "name": "Text has minimum contrast", "code": "QW-ACT-R37", "mapping": "afw4f7", "description": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "metadata": { "target": { "element": [ "*" ] }, "success-criteria": [ { "name": "1.4.3", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-minimum" }, { "name": "1.4.6", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [], "url": "https://act-rules.github.io/rules/afw4f7", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 33, "warning": 0, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R76": { "name": "Text has enhanced contrast", "code": "QW-ACT-R76", "mapping": "09o5cg", "description": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "metadata": { "target": { "element": "*" }, "success-criteria": [ { "name": "1.4.6", "level": "AAA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html", "url_tr": "https://www.w3.org/TR/WCAG21/#contrast-enhanced" } ], "related": [ "G17", "G18" ], "url": "https://act-rules.github.io/rules/09o5cg", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 29, "warning": 0, "failed": 5, "inapplicable": 0, "outcome": "failed", "description": "Element has contrast ratio lower than minimum." }, "results": [ { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<span data-hover=\"View More\">View More</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "Element has contrast ratio lower than minimum.", "resultCode": "F1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] } ] }, "QW-ACT-R40": { "name": "Zoomed text node is not clipped with CSS overflow", "code": "QW-ACT-R40", "mapping": "59br37", "description": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "metadata": { "target": { "element": "*:text()" }, "success-criteria": [ { "name": "1.4.4", "level": "AA", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html", "url_tr": "https://www.w3.org/TR/WCAG21/#resize-text" } ], "related": [], "url": "https://act-rules.github.io/rules/59br37", "type": [ "ACTRule", "TestCase" ], "a11yReq": [], "passed": 0, "warning": 45, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow." }, "results": [ { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Home</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Why Donate?</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>About</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Endorsements</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Issues</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>News</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Videos</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Gallery</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span>Contact</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(9) > a:nth-child(1) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"margin: 0; color: #fff;\">Endorse Vince</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"margin: 0; color: #fff;\">Donate Today</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p style=\"font-size: 1.3em; line-height: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" srcset=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg 343w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-203x300.jpg 203w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-99x146.jpg 99w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\">I was born and …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>My grandfather started with nothing and worked day in and day out to build a life for his family. My father is a local pharmacist, who always stressed the importance of helping others and giving back. It was through these strong role models that I learned the values of hard work and personal responsibility. They did not rely on the government but rather on personal initiative, and always reminded us kids of how lucky we were to live and grow up in America with the opportunities it provided.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>Unfortunately today, the American Dream has become less and less attainable for good, honest, hardworking Californians who just want to better the lives of their families. I have worked for years on the issues facing the Central Valley and have watched as decisions are made that threaten our way of life. Whether it is halting energy production, drying up water supplies or moving forward with ridiculous projects like the bullet train that wastes taxpayer money, Sacramento simply does not have our best interests in mind.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>That’s why now more than ever we need to send problem solvers to Sacramento. I ran for the State Assembly on the promise that I would be a strong advocate for the Central Valley and our values. As your Assemblyman for the last two years, I fought for lower taxes and limited government, and will work to ensure that our kids receive the education they deserve and that small businesses have the room needed to grow and create jobs.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>I am proud to call Kern County home and want to make sure all Californians have an opportunity to get ahead — but I can’t do it alone. I hope you’ll join me in fighting for our way of life.</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<p>Sincerely, <img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\"> Vince Fong</p>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\"> Vince Fong</strong>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > strong:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<blockquote>We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote.</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"author\">Chad Hathaway</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span class=\"job-title\">Energy Producer and Small Business Owner</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"bx-next\" href=\"\">Next</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a class=\"bx-prev\" href=\"\">Prev</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<span data-hover=\"View More\">View More</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > span:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div class=\"post-excerpt\">Bakersfield, CA — Assemblyman Vince Fong today announced he has received the endorsement of the Tulare County Republican Party, in his bid for re-election in the newly drawn 32nd Assembly District. “Throughout his time in the State Assembly, Vince Fong has led with conservative values and been a strong […]</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div class=\"post-excerpt\">Bakersfield, CA — Assemblyman Vince Fong today announced his re-election campaign in the newly drawn 32nd Assembly District. Fong, a Republican, has represented the vast majority of the district since his election in 2016. “Our state faces tremendous challenges, which must be addressed with a sense of urgency,” said […]</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://www.facebook.com/VinceFongCA/\">Vince Fong</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/privacy-policy/\">Privacy Policy</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<a href=\"https://vincefong.com/terms/\">Terms and Conditions</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<div class=\"disclaimer\">Vince Fong for Assembly 2024FPPC #: 1435504</div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check if each ancestor or the text node is not clipped by overflow.", "resultCode": "W1", "elements": [ { "htmlCode": "<small>FPPC #: 1435504</small>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small:nth-child(2)" } ], "attributes": [] } ] } } }, "wcag-techniques": { "type": "wcag-techniques", "metadata": { "passed": 7, "warning": 2, "failed": 5, "inapplicable": 20 }, "assertions": { "QW-WCAG-T9": { "name": "Organizing a page using headings", "code": "QW-WCAG-T9", "mapping": "G141", "description": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ], "attributes": "role='heading'" }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships" }, { "name": "2.4.10", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/section-headings" } ], "related": [ "G91", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G141", "passed": 0, "warning": 0, "failed": 2, "inapplicable": 0, "outcome": "failed", "description": "Heading number is missing." }, "results": [ { "verdict": "failed", "description": "Heading number is missing.", "resultCode": "F2", "elements": [ { "htmlCode": "<body class=\"home page-template-default page page-id-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw minimalist-header sticky-white ab-hide subheader-both-center menu-arrow-bottom footer-copy-center nice-scroll\"> HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget DeficitNewsVideosGalleryContact Welcome to Vince Fong for Assembly Show your SupportRequest Yard Sign / VolunteerEndorse VinceEndorse Vince Fong for AssemblyDonate TodayQuickly and Securely Online <img decoding=\"async\" class=\"alignleft size-full …", "pointer": "html > body:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "Heading number is missing.", "resultCode": "F2", "elements": [ { "htmlCode": "<body></body>", "pointer": "html > body:nth-child(2)" } ], "attributes": [] } ] }, "QW-WCAG-T23": { "name": "Adding a link at the top of each page that goes directly to the main content area", "code": "QW-WCAG-T23", "mapping": "G1", "description": "The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.", "metadata": { "target": { "element": "body" }, "success-criteria": [ { "name": "2.4.1", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks" } ], "related": [ "G123", "G124" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "passed": 0, "warning": 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 id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "QW-WCAG-T20": { "name": "Supplementing link text with the title attribute", "code": "QW-WCAG-T20", "mapping": "H33", "description": "Supplementing link text with the title attribute", "metadata": { "target": { "element": "a" }, "success-criteria": [ { "name": "2.4.4", "level": "A", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context" }, { "name": "2.4.9", "level": "AAA", "principle": "Operable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-link-only" } ], "related": [ "C7", "H30" ], "url": "https://www.w3.org/WAI/WCAG21/Techniques/html/H33", "passed": 0, "warning": 1, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Please verify that the element's title attribute describes correctly the link." }, "results": [ { "verdict": "warning", "description": "Please verify that the element's title attribute describes correctly the link.", "resultCode": "W1", "elements": [ { "htmlCode": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"></a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" } ], "attributes": [] } ] }, "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": 2, "failed": 1, "inapplicable": 0, "outcome": "failed", "description": "A list item is not contained in a correct list element." }, "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=\"menu-main-menu-1\" class=\"menu\"><li id=\"menu-item-58\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-57 current_page_item\"><a href=\"https://vincefong.com/\" _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)\"><span _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth- …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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\"><li id=\"menu-item-1029\" class=\"menu-item menu-item-type-post_type menu-item-object-page\"><a href=\"https://vincefong.com/issues/affordability-crisis/\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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\"><span _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > ul:nth-child(2)" } ], "attributes": [] }, { "verdict": "failed", "description": "A list item is not contained in a correct list element.", "resultCode": "F1", "elements": [ { "htmlCode": "<ul class=\"social\"></ul>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)" } ], "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": 4, "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 class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"Vince Fong for Assembly\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyloaded\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" data-src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" alt=\"vince-fong-intro01\" width=\"343\" height=\"506\" data-srcset=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg 343w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-203x300.jpg 203w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-99x146.jpg 99w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: …", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img decoding=\"async\" class=\"alignnone wp-image-260 lazyloaded\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" data-src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" data-srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > strong:nth-child(2) > img:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Text alternative needs manual verification.", "resultCode": "W1", "elements": [ { "htmlCode": "<img class=\"aligncenter wp-image-579 size-full\" src=\"https://vincefong.com/wp-content/uploads/budget-petition-cta-text-pad.png\" alt=\"budget-petition-cta-text\" width=\"690\" height=\"109\">", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a: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": 1, "warning": 0, "failed": 41, "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-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw minimalist-header sticky-white ab-hide subheader-both-center menu-arrow-bottom footer-copy-center nice-scroll\"> HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget DeficitNewsVideosGalleryContact Welcome to Vince Fong for Assembly Show your SupportRequest Yard Sign / VolunteerEndorse VinceEndorse Vince Fong for AssemblyDonate TodayQuickly and Securely Online <img decoding=\"async\" class=\"alignleft size-full …", "pointer": "html > body:nth-child(2)" } ], "attributes": [ "17px" ] }, { "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://vincefong.com/\">Home</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li: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": "<a href=\"https://vincefong.com/donate/\">Why Donate?</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > 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": "<a href=\"https://vincefong.com/about/\">About</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > 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": "<a href=\"https://vincefong.com/endorsements/\">Endorsements</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > 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": "<a href=\"https://vincefong.com/issues/\">Issues</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > 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": "<a href=\"https://vincefong.com/latest-news/\">News</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > 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": "<a href=\"https://vincefong.com/videos/\">Videos</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > 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": "<a href=\"https://vincefong.com/gallery/\">Gallery</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > 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": "<a href=\"https://vincefong.com/contact/\">Contact</a>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(9) > 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": "<i class=\"icon-menu\"></i>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > i:nth-child(1)" } ], "attributes": [ "48px" ] }, { "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 class=\"title\">Welcome to Vince Fong for Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [ "40px" ] }, { "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": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4: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": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6: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": "<h4 style=\"margin: 0; color: #fff;\">Endorse Vince</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4: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": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6: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": "<h4 style=\"margin: 0; color: #fff;\">Donate Today</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4: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": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6: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": "<div id=\"fb-root\" class=\" fb_reset\"></div>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" } ], "attributes": [ "11px" ] }, { "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": "<blockquote>We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote.</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1)" } ], "attributes": [ "22px" ] }, { "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=\"author\">Chad Hathaway</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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=\"job-title\">Energy Producer and Small Business Owner</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3)" } ], "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": "<blockquote>Vince will be a forceful and effective voice for Kern County and our values here in the Central Valley.</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > blockquote:nth-child(1)" } ], "attributes": [ "22px" ] }, { "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=\"author\">Adam Icardo</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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=\"job-title\">Local Farmer</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > span:nth-child(3)" } ], "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": "<blockquote>There no person I trust more to fight for Kern County than Vince Fong. He has worked tirelessly to bring water to the Valley, to cut red tape so we can produce needed energy, and has been a forceful voice for our local small businesses. He will bring common sense and conservative values to Sacramento.</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > blockquote:nth-child(1)" } ], "attributes": [ "22px" ] }, { "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=\"author\">Congressman Kevin McCarthy</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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": "<blockquote>Vince has worked for years on solutions to the Central Valley’s biggest problems. He’s a homegrown, Kern County native who is sharp and a proven taxpayer advocate. Vince has my full faith and support.</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > blockquote:nth-child(1)" } ], "attributes": [ "22px" ] }, { "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=\"author\">State Senator Shannon Grove</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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": "<blockquote>Now more than ever, it is critical that our next Assemblymember be an effective voice for Kern County in Sacramento. Smart, capable and committed to the Central Valley and our way of life, Vince Fong is the right person for the job.</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > blockquote:nth-child(1)" } ], "attributes": [ "22px" ] }, { "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=\"author\">Former State Senator Jean Fuller</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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": "<blockquote>Vince Fong is committed to improving the quality of life of the residents in Kern County. I have known and worked with Vince for years, and we need someone like him speaking out for our community. He is the right choice to represent us in Sacramento.</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > blockquote:nth-child(1)" } ], "attributes": [ "22px" ] }, { "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=\"author\">Donny Youngblood</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(2) > span:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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=\"job-title\">Sheriff, Kern County</span>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(2) > span:nth-child(3)" } ], "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": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "32px" ] }, { "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 class=\"entry-title\" itemprop=\"headline\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "32px" ] }, { "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": "<blockquote cite=\"https://www.facebook.com/VinceFongCA/\" class=\"fb-xfbml-parse-ignore\">Vince Fong</blockquote>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1)" } ], "attributes": [ "24px" ] }, { "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": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [ "32px" ] } ] }, "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": 19, "warning": 0, "failed": 1, "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 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(78)" } ], "attributes": [ " text-align: justify" ] } ] } } }, "best-practices": { "type": "best-practices", "metadata": { "passed": 15, "warning": 1, "failed": 1, "inapplicable": 7 }, "assertions": { "QW-BP1": { "name": "Using h1-h6 to identify headings", "code": "QW-BP1", "mapping": "H42", "description": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "metadata": { "target": { "element": [ "h1", "h2", "h3", "h4", "h5", "h6" ] }, "success-criteria": [ { "name": "1.3.1", "level": "A", "principle": "Perceivable", "url": "https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html" } ], "related": [ "H69", "G141", "F2", "F43" ], "url": "https://www.w3.org/TR/WCAG20-TECHS/H42.html", "passed": 0, "warning": 13, "failed": 0, "inapplicable": 0, "outcome": "warning", "description": "Check that heading markup is used when content is a heading." }, "results": [ { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"margin: 0; color: #fff;\">Endorse Vince</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h4 style=\"margin: 0; color: #fff;\">Donate Today</h4>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"entry-title\" itemprop=\"headline\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h2 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</h2>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] }, { "verdict": "warning", "description": "Check that heading markup is used when content is a heading.", "resultCode": "W1", "elements": [ { "htmlCode": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" } ], "attributes": [] } ] }, "QW-BP15": { "name": "At least one width attribute of an HTML element is expressed in absolute values", "code": "QW-BP15", "description": "At least one width attribute of an HTML element is expressed in absolute values", "metadata": { "target": { "element": "*", "attributes": "width" }, "passed": 0, "warning": 0, "failed": 4, "inapplicable": 0, "outcome": "failed", "description": "The test target `width` attribute uses absolute units." }, "results": [ { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] }, { "verdict": "failed", "description": "The test target `width` attribute uses absolute units.", "resultCode": "F1", "elements": [ { "htmlCode": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>", "pointer": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" } ], "attributes": [] } ] } } }, "counter": { "type": "counter", "data": { "roles": { "link": 58, "document": 2, "img": 7, "presentation": 2, "navigation": 1, "list": 3, "listitem": 16, "form": 1, "textbox": 1, "button": 1, "heading": 13, "complementary": 1 }, "tags": { "html": 2, "head": 2, "meta": 22, "script": 65, "link": 19, "title": 1, "style": 7, "body": 2, "div": 156, "header": 1, "a": 39, "img": 9, "nav": 1, "ul": 3, "li": 16, "span": 53, "i": 13, "form": 1, "input": 2, "h1": 1, "h4": 3, "h6": 3, "p": 8, "noscript": 6, "br": 4, "strong": 1, "blockquote": 7, "h3": 3, "iframe": 9, "h2": 3, "footer": 1, "aside": 1, "small": 1, "base": 1 } } } }, "success": true }, "standardResult": { "totals": [ 20, 92, 46, 13 ], "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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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 class=\"js\" lang=\"en-US\" itemscope=\"itemscope\" itemtype=\"https://schema.org/WebPage\" style=\"overflow-y: hidden;\"><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(2)" }, "excerpt": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "twitter-widget-0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: absolute; visibility: hidden; width: 0px; height: 0px;\" title=\"Tw ... RfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoi …" }, { "ruleID": "QW-ACT-R18", "what": "This rule checks that all id attribute values on a single page are unique.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "twitter-widget-0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: static; visibility: visible; width: 1px; height: 600px; display: ... ;hideScrollBar=false&lang=en&maxHeight=600px&origin=about%3Ablank&showHeader=true&showReplies=false&transparent=true&widgetsVersion=aaf4084522e3a%3A1674595607486\"></iframe>" }, { "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": "logo", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/\">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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/donate/\">Why Donate?</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/about/\">About</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/issues/\">Issues</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/latest-news/\">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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/videos/\">Videos</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/gallery/\">Gallery</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(9) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/contact/\">Contact</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"../support\">Show your SupportRequest Yard Sign / Volunteer</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"../support\">Endorse VinceEndorse Vince Fong for Assembly</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\">Donate TodayQuickly and Securely Online</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"bx-next\" href=\"\">Next</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" }, "excerpt": "<a class=\"bx-prev\" href=\"\">Prev</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5)" }, "excerpt": "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\">View More</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/demand-budget-transparency/\"></a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/VinceFongCA/\">Vince Fong</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "twitter-widget-0", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > iframe:nth-child(1)" }, "excerpt": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen=\"true\" class=\"\" style=\"position: static; visibility: visible; width: 1px; height: 600px; display: ... ;hideScrollBar=false&lang=en&maxHeight=600px&origin=about%3Ablank&showHeader=true&showReplies=false&transparent=true&widgetsVersion=aaf4084522e3a%3A1674595607486\"></iframe>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/privacy-policy/\">Privacy Policy</a>" }, { "ruleID": "QW-ACT-R62", "what": "This rule checks that each element in sequential focus order has some visible focus indication.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/terms/\">Terms and Conditions</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": "back_to_top", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"></a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R9", "what": "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R44", "what": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R44", "what": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R44", "what": "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R41", "what": "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error.", "ordinalSeverity": 1, "tagName": "INPUT", "id": "s", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > form:nth-child(1) > input:nth-child(3)" }, "excerpt": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">" }, { "ruleID": "QW-ACT-R19", "what": "This rule checks that each iframe element has an accessible name.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R19", "what": "This rule checks that each iframe element has an accessible name.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R19", "what": "This rule checks that each iframe element has an accessible name.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R19", "what": "This rule checks that each iframe element has an accessible name.", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-ACT-R37", "what": "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span data-hover=\"View More\">View More</span>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>" }, { "ruleID": "QW-ACT-R76", "what": "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement.", "ordinalSeverity": 3, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Home</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Why Donate?</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>About</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Endorsements</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Issues</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>News</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Videos</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Gallery</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(9) > a:nth-child(1) > span:nth-child(1)" }, "excerpt": "<span>Contact</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Endorse Vince</h4>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Donate Today</h4>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1)" }, "excerpt": "<p style=\"font-size: 1.3em; line-height: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyload\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong ... //vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: 343px) 100vw, 343px\">I was born and …" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(2)" }, "excerpt": "<p>My grandfather started with nothing and worked day in and day out to build a life for his family. My father is a local pharmacist, who always stressed the importance of helping others and giving ba ... sibility. They did not rely on the government but rather on personal initiative, and always reminded us kids of how lucky we were to live and grow up in America with the opportunities it provided.</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(3)" }, "excerpt": "<p>Unfortunately today, the American Dream has become less and less attainable for good, honest, hardworking Californians who just want to better the lives of their families. I have worked for years o ... energy production, drying up water supplies or moving forward with ridiculous projects like the bullet train that wastes taxpayer money, Sacramento simply does not have our best interests in mind.</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(4)" }, "excerpt": "<p>That’s why now more than ever we need to send problem solvers to Sacramento. I ran for the State Assembly on the promise that I would be a strong advocate for the Central Valley and our values ... s, I fought for lower taxes and limited government, and will work to ensure that our kids receive the education they deserve and that small businesses have the room needed to grow and create jobs.</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(5)" }, "excerpt": "<p>I am proud to call Kern County home and want to make sure all Californians have an opportunity to get ahead — but I can’t do it alone. I hope you’ll join me in fighting for our way of life.</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6)" }, "excerpt": "<p>Sincerely, <img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp- ... uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\"> Vince Fong</p>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > strong:nth-child(2)" }, "excerpt": "<strong><img decoding=\"async\" class=\"alignnone wp-image-260 lazyload\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"103\" height=\"95\" srcset=\"https://vincefong.com/wp-conten ... ds/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\" sizes=\"(max-width: 103px) 100vw, 103px\"> Vince Fong</strong>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1)" }, "excerpt": "<blockquote>We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote.</blockquote>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"author\">Chad Hathaway</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span class=\"job-title\">Energy Producer and Small Business Owner</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a class=\"bx-next\" href=\"\">Next</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > a:nth-child(2)" }, "excerpt": "<a class=\"bx-prev\" href=\"\">Prev</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(5) > span:nth-child(1)" }, "excerpt": "<span data-hover=\"View More\">View More</span>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"post-excerpt\">Bakersfield, CA — Assemblyman Vince Fong today announced he has received the endorsement of the Tulare County Republican Party, in his bid for re-election in the newly drawn 32nd Assembly District. “Throughout his time in the State Assembly, Vince Fong has led with conservative values and been a strong […]</div>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(3)" }, "excerpt": "<div class=\"post-excerpt\">Bakersfield, CA — Assemblyman Vince Fong today announced his re-election campaign in the newly drawn 32nd Assembly District. Fong, a Republican, has represented the vast majority of the district since his election in 2016. “Our state faces tremendous challenges, which must be addressed with a sense of urgency,” said […]</div>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://www.facebook.com/VinceFongCA/\">Vince Fong</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/privacy-policy/\">Privacy Policy</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > aside:nth-child(1) > div:nth-child(1) > a:nth-child(2)" }, "excerpt": "<a href=\"https://vincefong.com/terms/\">Terms and Conditions</a>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1)" }, "excerpt": "<div class=\"disclaimer\">Vince Fong for Assembly 2024FPPC #: 1435504</div>" }, { "ruleID": "QW-ACT-R40", "what": "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport.", "ordinalSeverity": 1, "tagName": "SMALL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > small:nth-child(2)" }, "excerpt": "<small>FPPC #: 1435504</small>" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body class=\"home page-template-default page page-id-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw min ... e Fong for Assembly Show your SupportRequest Yard Sign / VolunteerEndorse VinceEndorse Vince Fong for AssemblyDonate TodayQuickly and Securely Online <img decoding=\"async\" class=\"alignleft size-full …" }, { "ruleID": "QW-WCAG-T9", "what": "The objective of this technique is to ensure that sections have headings that identify them and that the heading are used in the correct order", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2)" }, "excerpt": "<body></body>" }, { "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": "logo", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"></a>" }, { "ruleID": "QW-WCAG-T20", "what": "Supplementing link text with the title attribute", "ordinalSeverity": 0, "tagName": "A", "id": "logo", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"></a>" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "menu-main-menu-1", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1)" }, "excerpt": "<ul id=\"menu-main-menu-1\" class=\"menu\"><li id=\"menu-item-58\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-57 current_page_item\"> ... h-child(1)\"><span _cssrules=\"true\" _selector=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth- …" }, { "ruleID": "QW-WCAG-T32", "what": "The objective of this technique is to create lists of related items using list elements appropriate for their purposes.", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > 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-1029\" class=\"menu-item menu-item-type-post_type menu-item-object-page\"><a href=\"https://vincefong.com/issues/affordability-crisis/\" _selector=\"html > body:nth-ch ... r=\"html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav: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": 2, "tagName": "UL", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > footer:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > ul:nth-child(3)" }, "excerpt": "<ul class=\"social\"></ul>" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"Vince Fong for Assembly\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyloaded\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" data-src=\"https://vincefong.com ... -fong-intro01-99x146.jpg 99w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-34x50.jpg 34w, https://vincefong.com/wp-content/uploads/vince-fong-intro01-51x75.jpg 51w\" sizes=\"(max-width: …" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > p:nth-child(6) > strong:nth-child(2) > img:nth-child(1)" }, "excerpt": "<img decoding=\"async\" class=\"alignnone wp-image-260 lazyloaded\" src=\"https://vincefong.com/wp-content/uploads/sig1.png\" data-src=\"https://vincefong.com/wp-content/uploads/sig1.png\" alt=\"sig1\" width=\"1 ... 100vw, 103px\" srcset=\"https://vincefong.com/wp-content/uploads/sig1.png 122w, https://vincefong.com/wp-content/uploads/sig1-50x46.png 50w, https://vincefong.com/wp-content/uploads/sig1-81x75.png 81w\">" }, { "ruleID": "QW-WCAG-T8", "what": "This describes a failure condition for all techniques involving text alternatives. If the text in the \"text alternative\" cannot be used in place of the non-text content without losing information or function then it fails because it is not, in fact, an alternative to the non-text content", "ordinalSeverity": 0, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > img:nth-child(1)" }, "excerpt": "<img class=\"aligncenter wp-image-579 size-full\" src=\"https://vincefong.com/wp-content/uploads/budget-petition-cta-text-pad.png\" alt=\"budget-petition-cta-text\" width=\"690\" height=\"109\">" }, { "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-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw min ... e Fong for Assembly Show your SupportRequest Yard Sign / VolunteerEndorse VinceEndorse Vince Fong for AssemblyDonate TodayQuickly and Securely Online <img decoding=\"async\" class=\"alignleft size-full …" }, { "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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/\">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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/donate/\">Why 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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/about/\">About</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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/endorsements/\">Endorsements</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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/issues/\">Issues</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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(6) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/latest-news/\">News</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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(7) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/videos/\">Videos</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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(8) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/gallery/\">Gallery</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(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > nav:nth-child(1) > ul:nth-child(1) > li:nth-child(9) > a:nth-child(1)" }, "excerpt": "<a href=\"https://vincefong.com/contact/\">Contact</a>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "I", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(1) > header:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > a:nth-child(2) > i:nth-child(1)" }, "excerpt": "<i class=\"icon-menu\"></i>" }, { "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(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Endorse Vince</h4>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Donate Today</h4>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1)" }, "excerpt": "<div id=\"fb-root\" class=\" fb_reset\"></div>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1)" }, "excerpt": "<blockquote>We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local small businesses receive the support they need. He’s got my vote.</blockquote>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"author\">Chad Hathaway</span>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span class=\"job-title\">Energy Producer and Small Business Owner</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > blockquote:nth-child(1)" }, "excerpt": "<blockquote>Vince will be a forceful and effective voice for Kern County and our values here in the Central Valley.</blockquote>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"author\">Adam Icardo</span>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span class=\"job-title\">Local Farmer</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > blockquote:nth-child(1)" }, "excerpt": "<blockquote>There no person I trust more to fight for Kern County than Vince Fong. He has worked tirelessly to bring water to the Valley, to cut red tape so we can produce needed energy, and has been a forceful voice for our local small businesses. He will bring common sense and conservative values to Sacramento.</blockquote>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"author\">Congressman Kevin McCarthy</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > blockquote:nth-child(1)" }, "excerpt": "<blockquote>Vince has worked for years on solutions to the Central Valley’s biggest problems. He’s a homegrown, Kern County native who is sharp and a proven taxpayer advocate. Vince has my full faith and support.</blockquote>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"author\">State Senator Shannon Grove</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > blockquote:nth-child(1)" }, "excerpt": "<blockquote>Now more than ever, it is critical that our next Assemblymember be an effective voice for Kern County in Sacramento. Smart, capable and committed to the Central Valley and our way of life, Vince Fong is the right person for the job.</blockquote>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"author\">Former State Senator Jean Fuller</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > blockquote:nth-child(1)" }, "excerpt": "<blockquote>Vince Fong is committed to improving the quality of life of the residents in Kern County. I have known and worked with Vince for years, and we need someone like him speaking out for our community. He is the right choice to represent us in Sacramento.</blockquote>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(2) > span:nth-child(1)" }, "excerpt": "<span class=\"author\">Donny Youngblood</span>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(6) > div:nth-child(2) > span:nth-child(3)" }, "excerpt": "<span class=\"job-title\">Sheriff, Kern County</span>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"entry-title\" itemprop=\"headline\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</h2>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</h2>" }, { "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(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</h2>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > blockquote:nth-child(1)" }, "excerpt": "<blockquote cite=\"https://www.facebook.com/VinceFongCA/\" class=\"fb-xfbml-parse-ignore\">Vince Fong</blockquote>" }, { "ruleID": "QW-WCAG-T28", "what": "This technique checks that all font-size attribute uses percent, em or names.", "ordinalSeverity": 2, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>" }, { "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(78)" }, "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(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1)" }, "excerpt": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Show your Support</h4>" }, { "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": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Request Yard Sign / Volunteer</h6>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Endorse Vince</h4>" }, { "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": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Endorse Vince Fong for Assembly</h6>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h4:nth-child(1)" }, "excerpt": "<h4 style=\"margin: 0; color: #fff;\">Donate Today</h4>" }, { "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": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) > div:nth-child(1) > h6:nth-child(2)" }, "excerpt": "<h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Securely Online</h6>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Latest News</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"entry-title\" itemprop=\"headline\">Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only California’s Supply Chain But The Entire Country’s!</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H2", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h2:nth-child(1)" }, "excerpt": "<h2 class=\"entry-title\" itemprop=\"headline\">Assemblyman Vince Fong Announces 2022 Re-Election Campaign</h2>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Facebook</h3>" }, { "ruleID": "QW-BP1", "what": "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content", "ordinalSeverity": 0, "tagName": "H3", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > h3:nth-child(1)" }, "excerpt": "<h3 style=\"color: #777; margin-bottom: 0px;\">Twitter</h3>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmreV5w?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nhva8?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPimGg?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" }, { "ruleID": "QW-BP15", "what": "At least one width attribute of an HTML element is expressed in absolute values", "ordinalSeverity": 1, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "html > body:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div:nth-child(1) > div:nth-child(6) > div:nth-child(1) > div:nth-child(1) > iframe:nth-child(1)" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwUOHQ?wmode=opaque&rel=0\" allowfullscreen=\"\"></iframe>" } ] }, "endTime": 1687096981749 }, { "type": "test", "which": "tenon", "id": "a", "startTime": 1687096981749, "url": "https://vincefong.com/", "what": "Tenon", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.088", "responseTime": "2023-06-18T14:03:01.483Z", "data": { "apiErrors": [], "documentSize": 1078948, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 169, "failing": 11 }, "issues": { "totalErrors": 30, "totalWarnings": 1, "totalIssues": 31 }, "issuesByLevel": { "A": { "count": 18, "pct": 58.06 }, "AA": { "count": 7, "pct": 22.58 }, "AAA": { "count": 31, "pct": 100 } }, "density": { "errorDensity": 3, "warningDensity": 0, "allDensity": 3 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "e42b1d64-8deb-4440-8018-c07eac9526d0", "docID": "7b73439c-ee41-48e2-e733-7fe92a920e73", "sourceHash": "aeeba6d0042749a79c820b98d10ea35c", "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=e42b1d64-8deb-4440-8018-c07eac9526d0", "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": 1014, "y": 4533.58 }, "height": 4533.58, "width": 1014 }, "position": { "line": 5849, "column": 60 }, "errorSnippet": "<body class=\"home page-template-default page page-id-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw minimalist-header sticky-white ab-hide subheader-both-", "xpath": "/html/body", "issueID": "0a4ccf029e7cd5461c586e26c1ef0d9a", "signature": "22d53c563bf8d76851e213ecdd8dab36", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=0a4ccf029e7cd5461c586e26c1ef0d9a" }, { "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": -22, "y": 219 }, "bottom-right": { "x": 13, "y": 254 }, "height": 35, "width": 35 }, "position": { "line": 4849, "column": 5796 }, "errorSnippet": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "94e7df6d0d91354588946384a533db88", "signature": "86fc47833a39da883ca8c5958146927c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=94e7df6d0d91354588946384a533db88" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4854, "column": 0 }, "errorSnippet": "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/a[1]", "issueID": "2e0b846e5ec7af13025c30af1c9aea34", "signature": "2d0162df3d22dcd2c0aca0a36131714e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=2e0b846e5ec7af13025c30af1c9aea34" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 394.484375, "y": 290 }, "bottom-right": { "x": 495.484375, "y": 334 }, "height": 44, "width": 101 }, "position": { "line": 7446, "column": 34 }, "errorSnippet": "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\"><span data-hover=\"View More\">View More</span></a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "issueID": "ba8e3a95606119ae167f130519bd86c2", "signature": "c8cd1d83b5d26c9934762b216783105c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=ba8e3a95606119ae167f130519bd86c2" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 812, "y": 101 }, "bottom-right": { "x": 895, "y": 123 }, "height": 22, "width": 83 }, "position": { "line": 7447, "column": 0 }, "errorSnippet": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]", "issueID": "c330e50120221a74b127644c31cef4d9", "signature": "8a157ff8f8ee2f067bac2e181e361af7", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=c330e50120221a74b127644c31cef4d9" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 812, "y": 161 }, "bottom-right": { "x": 895, "y": 183 }, "height": 22, "width": 83 }, "position": { "line": 7807, "column": 0 }, "errorSnippet": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]", "issueID": "f944d6f6412599046212814ec3904177", "signature": "9c52938234b0b7992df9d4f6748f0e3f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=f944d6f6412599046212814ec3904177" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 812, "y": 161 }, "bottom-right": { "x": 895, "y": 183 }, "height": 22, "width": 83 }, "position": { "line": 7807, "column": 0 }, "errorSnippet": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]", "issueID": "bd8df7d8d7cbed1235399590df20bdad", "signature": "5dcd90a19b8660f2012e697ef1999dc2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=bd8df7d8d7cbed1235399590df20bdad" }, { "tID": 79, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has a `title` attribute that is the same as the text inside the link.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is already labeled by its text. The equivalent `title` leads to unnecessary verbosity for assistive technologies, and offers no benefits to users. Remove the `title` attribute from this link to avoid the unnecessary verbosity", "viewPortLocation": { "top-left": { "x": 350.859375, "y": 0 }, "bottom-right": { "x": 642.859375, "y": 203 }, "height": 203, "width": 292 }, "position": { "line": 3813, "column": 0 }, "errorSnippet": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"Vince Fong for Assembly\"><img class=\"logo-sticky sc", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "711896bda5782188066cfcea929c5066", "signature": "471280b03cdfa51a136754d78b5e00f6", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=79&issueID=711896bda5782188066cfcea929c5066" }, { "tID": 91, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text, but it has a background image.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "This link is missing its text, but it has a background image. If an link does not have a concise and meaningful text alternative, users who cannot see the image will not understand the purpose of the link, and users of speech-control systems cannot activate the link. If this background image is an icon, the purpose may not be clear to all users, especially those with certain cognitive disabilites. Provide a text alternative with content that clearly and concisely identifies the destination or purpose of the link. If this background image is an icon, consider adding a visible text label as well, perhaps on hover and focus states. If you do not wish to provide visible text, provide the text in a way that is part of the link but hidden from the user (e.g. positioned off-screen, made transparent or very small, etc.).", "viewPortLocation": { "top-left": { "x": 445.09375, "y": 30 }, "bottom-right": { "x": 494.87495, "y": 77 }, "height": 47, "width": 49.7812 }, "position": { "line": 7975, "column": 0 }, "errorSnippet": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class=\"icon-up-open-big\"></i></span></a>", "xpath": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/a[1]", "issueID": "64c5c2a11f73f59e638d5981c10c5e85", "signature": "5466573f68fee188a9b2eecd7c27d9a3", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=91&issueID=64c5c2a11f73f59e638d5981c10c5e85" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content – or both.", "viewPortLocation": { "top-left": { "x": 9.390625, "y": 0 }, "bottom-right": { "x": 930.578625, "y": 48 }, "height": 48, "width": 921.188 }, "position": { "line": 7867, "column": 404 }, "errorSnippet": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>", "xpath": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "issueID": "4d257b796cd9cfd5b3a25ce99b569910", "signature": "80efd3b7495259ceb90a4fbeb0ef03b1", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=4d257b796cd9cfd5b3a25ce99b569910" }, { "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": 812, "y": 161 }, "bottom-right": { "x": 895, "y": 183 }, "height": 22, "width": 83 }, "position": { "line": 7807, "column": 0 }, "errorSnippet": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]", "issueID": "df1e944b653eb8292a8f9116879994fe", "signature": "89d785a30e7c9af7a67f1dd685b92faf", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=df1e944b653eb8292a8f9116879994fe" }, { "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": 812, "y": 161 }, "bottom-right": { "x": 895, "y": 183 }, "height": 22, "width": 83 }, "position": { "line": 7807, "column": 0 }, "errorSnippet": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]", "issueID": "503d11cc84bd1372e2e35aa7bc7f534d", "signature": "83cc18189b7a23d4f354863bc41ca7fb", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=503d11cc84bd1372e2e35aa7bc7f534d" }, { "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": 234 }, "bottom-right": { "x": 1033.45, "y": 291 }, "height": 57, "width": 1033.45 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<div class=\"menu_wrapper\"><nav id=\"menu\" class=\"menu-main-menu-1-container\" style=\"\"><ul id=\"menu-main-menu-1\" class=\"menu\"><li id=\"menu-item-58\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]", "issueID": "5409253a66438ae27f603d27c5f13fec", "signature": "f514fb3424dc456806085994ef8b82d1", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=5409253a66438ae27f603d27c5f13fec" }, { "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": 300, "y": 432 }, "height": 432, "width": 300 }, "position": { "line": 11518, "column": 1129 }, "errorSnippet": "<nav id=\"menu\" class=\"menu-main-menu-1-container\" style=\"\"><ul id=\"menu-main-menu-1\" class=\"menu\"><li id=\"menu-item-58\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-57", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]", "issueID": "d000b7794f2477f0a5eaa68e41b3d981", "signature": "f9d1d70e078d91b82044bc42bd5532ea", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=d000b7794f2477f0a5eaa68e41b3d981" }, { "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": 26, "y": 6 }, "bottom-right": { "x": 914, "y": 146 }, "height": 140, "width": 888 }, "position": { "line": 3813, "column": 19560 }, "errorSnippet": "<p style=\"font-size: 1.3em; line-height: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyloaded\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" data-src=\"https://vincefong.c", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]", "issueID": "9dd25fae6c99fe11ec71b925749cead0", "signature": "72b9b3b814407843c65eaa39187452aa", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=9dd25fae6c99fe11ec71b925749cead0" }, { "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": 9.390625, "y": 45 }, "bottom-right": { "x": 930.578625, "y": 141 }, "height": 96, "width": 921.188 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<blockquote><span class=\"open-quote\"></span>We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]", "issueID": "a7740c771643192984946ac7e596405b", "signature": "35f14b291b6d023ee11e03cd7d2acde0", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a7740c771643192984946ac7e596405b" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<blockquote><span class=\"open-quote\"></span>Vince will be a forceful and effective voice for Kern County and our values here in the Central Valley.<span class=\"close-quote\"></span></blockquote>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/blockquote[1]", "issueID": "56418ecbd12cb41c6e6e8597706ffa64", "signature": "921df52508feea78c449e4162118c591", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=56418ecbd12cb41c6e6e8597706ffa64" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<blockquote><span class=\"open-quote\"></span>There no person I trust more to fight for Kern County than Vince Fong. He has worked tirelessly to bring water to the Valley, to cut red tape so we can produce needed energy, and has been a fo", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/blockquote[1]", "issueID": "4abb45e75d5d05a95485baf27e6b15ca", "signature": "880ca7db78629bb128d903134d55db1c", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=4abb45e75d5d05a95485baf27e6b15ca" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<blockquote><span class=\"open-quote\"></span>Vince has worked for years on solutions to the Central Valley’s biggest problems. He’s a homegrown, Kern County native who is sharp and a proven taxpayer advocate. Vince has my full faith and ", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/blockquote[1]", "issueID": "a602f3dd9f57b9ed9dc14c3a8f5b1bd9", "signature": "98a8cac543abe2ae7b8f8665d63230ee", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=a602f3dd9f57b9ed9dc14c3a8f5b1bd9" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<blockquote><span class=\"open-quote\"></span>Now more than ever, it is critical that our next Assemblymember be an effective voice for Kern County in Sacramento. Smart, capable and committed to the Central Valley and our way of life, Vin", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[5]/blockquote[1]", "issueID": "b05a8f015842bd08b9344c5351efdc01", "signature": "92ab476abfe4bb757a2d61d9f4782e2d", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=b05a8f015842bd08b9344c5351efdc01" }, { "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": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<blockquote><span class=\"open-quote\"></span>Vince Fong is committed to improving the quality of life of the residents in Kern County. I have known and worked with Vince for years, and we need someone like him speaking out for our commun", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[6]/blockquote[1]", "issueID": "c3585666a17b47cede80abf69fef12a0", "signature": "988277366240f3ba5940e9d3e9805f7f", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=c3585666a17b47cede80abf69fef12a0" }, { "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": 20, "y": 15 }, "bottom-right": { "x": 910, "y": 75 }, "height": 60, "width": 890 }, "position": { "line": 11518, "column": 0 }, "errorSnippet": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">Vince Fong Discusses", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]", "issueID": "f3f208902f47d5b7a7377cb01d3be57f", "signature": "5e1700fa2cbe80d896992be6eb6ef50d", "ref": "https://tenon.io/bestpractice.php?bpID=14&tID=144&issueID=f3f208902f47d5b7a7377cb01d3be57f" }, { "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": -22, "y": 219 }, "bottom-right": { "x": 13, "y": 254 }, "height": 35, "width": 35 }, "position": { "line": 4849, "column": 5796 }, "errorSnippet": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]", "issueID": "218fbc38df4a71f332ced60ebc938258", "signature": "22384b113179c7e9b4ae6cf256a6a39c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=218fbc38df4a71f332ced60ebc938258" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 4854, "column": 0 }, "errorSnippet": "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/a[1]", "issueID": "3f65fd6b1d03d8b4b96951c5aa527189", "signature": "549368d1bd938bae2e3cb91655c1cd6a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=3f65fd6b1d03d8b4b96951c5aa527189" }, { "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": -45, "y": -21 }, "height": -21, "width": -45 }, "position": { "line": 3814, "column": 215 }, "errorSnippet": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/input[1]", "issueID": "49ed9f87ccc84de0116fd6239f41b0c0", "signature": "a62ac3a3c7a7feb31d779cecefc4198c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=49ed9f87ccc84de0116fd6239f41b0c0" }, { "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": -22 }, "height": -22, "width": -40 }, "position": { "line": 7578, "column": 34 }, "errorSnippet": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display: none;\">", "xpath": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/input[2]", "issueID": "9774562d293810341db4cf9fb41d9b1a", "signature": "f131492fb24a709212a8227aeeb7469c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9774562d293810341db4cf9fb41d9b1a" }, { "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": -5, "y": 0 }, "bottom-right": { "x": -5, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 7447, "column": 0 }, "errorSnippet": "<a href=\"#\" class=\"mfn-love \" data-id=\"1075\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/a[1]", "issueID": "4e3a5f6b2eb775591fece493b3843622", "signature": "f86d02b4a9eb0d6b8705470e1430fd7f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=4e3a5f6b2eb775591fece493b3843622" }, { "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": -5, "y": 0 }, "bottom-right": { "x": -5, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 7806, "column": 0 }, "errorSnippet": "<a href=\"#\" class=\"mfn-love \" data-id=\"1000\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[1]/a[1]", "issueID": "917e9bd80f46f09377d1a349394e8334", "signature": "6e69e81089dd5bf8068e90f3d57e2085", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=917e9bd80f46f09377d1a349394e8334" }, { "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": -5, "y": 0 }, "bottom-right": { "x": -5, "y": 0 }, "height": 0, "width": 0 }, "position": { "line": 7807, "column": 0 }, "errorSnippet": "<a href=\"#\" class=\"mfn-love \" data-id=\"997\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a>", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[1]/a[1]", "issueID": "10176e808915d7c6a85afda38c078570", "signature": "f506dc931f7bb721c20ba0501cde4152", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=10176e808915d7c6a85afda38c078570" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1014, "y": 4533.58 }, "height": 4533.58, "width": 1014 }, "position": { "line": 5849, "column": 60 }, "errorSnippet": "<body class=\"home page-template-default page page-id-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw minimalist-header sticky-white ab-hide subheader-both-", "xpath": "/html/body", "issueID": "65f0f240dc881949ce1ad3f74e730d4a", "signature": "bd8adbe3542c361458dad77fd30c09ce", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=65f0f240dc881949ce1ad3f74e730d4a" }, { "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": 675.96875, "y": 0 }, "bottom-right": { "x": 1013.9527499999999, "y": 88 }, "height": 88, "width": 337.984 }, "position": { "line": 4870, "column": 0 }, "errorSnippet": "<a href=\"https://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\"><div class=\"hover_color_wrapper\"><h4 style=\"margin: 0; color: #fff;\">Donate Today</h4><h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Sec", "xpath": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]", "issueID": "ba1e486ad796525385ea837f7c3cb1ad", "signature": "40026220d8c6208ef4cf36c9fdd32028", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=ba1e486ad796525385ea837f7c3cb1ad" } ], "log": [] }, "success": true }, "standardResult": { "totals": [ 0, 0, 1, 30 ], "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-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw minimalist-header sticky-white ab-hide subheader-both-" }, { "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/a[1]" }, "excerpt": "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"mfn-link mfn-link-2 \" href=\"../quotes/\" data-hover=\"View More\" ontouchstart=\"this.classList.toggle('hover');\"><span data-hover=\"View More\">View More</span></a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\" class=\"post-more\">Read more</a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>" }, { "ruleID": "73", "what": "This link text is uninformative.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>" }, { "ruleID": "79", "what": "This link has a `title` attribute that is the same as the text inside the link.", "ordinalSeverity": 3, "tagName": "A", "id": "logo", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scale-with-grid\" src=\"https://vincefong.com/wp-content/uploads/Vince-Fong-Logo-sm.png\" alt=\"Vince Fong for Assembly\"><img class=\"logo-sticky sc" }, { "ruleID": "91", "what": "This link has no text, but it has a background image.", "ordinalSeverity": 3, "tagName": "A", "id": "back_to_top", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/footer[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class=\"icon-up-open-big\"></i></span></a>" }, { "ruleID": "95", "what": "This element has insufficient color contrast (Level AAA).", "ordinalSeverity": 3, "tagName": "H1", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]" }, "excerpt": "<h1 class=\"title\">Welcome to Vince Fong for Assembly</h1>" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-secures-endorsement-tulare-county-republican-party/\" class=\"post-more\">Read more</a>" }, { "ruleID": "98", "what": "These links have the same text but different destinations.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[2]/a[1]" }, "excerpt": "<a href=\"https://vincefong.com/assemblyman-vince-fong-announces-2022-re-election-campaign/\" class=\"post-more\">Read more</a>" }, { "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]" }, "excerpt": "<div class=\"menu_wrapper\"><nav id=\"menu\" class=\"menu-main-menu-1-container\" style=\"\"><ul id=\"menu-main-menu-1\" class=\"menu\"><li id=\"menu-item-58\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "NAV", "id": "menu", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/nav[1]" }, "excerpt": "<nav id=\"menu\" class=\"menu-main-menu-1-container\" style=\"\"><ul id=\"menu-main-menu-1\" class=\"menu\"><li id=\"menu-item-58\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-57" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/p[1]" }, "excerpt": "<p style=\"font-size: 1.3em; line-height: 1.3;\"><img decoding=\"async\" class=\"alignleft size-full wp-image-288 lazyloaded\" style=\"margin-top: 2px;\" src=\"https://vincefong.com/wp-content/uploads/vince-fong-intro01.jpg\" data-src=\"https://vincefong.c" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[1]/blockquote[1]" }, "excerpt": "<blockquote><span class=\"open-quote\"></span>We need to send someone to Sacramento who understands what it takes to create jobs and grow an economy. Vince Fong is a fierce proponent of fighting government red tape and ensuring that local" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[2]/blockquote[1]" }, "excerpt": "<blockquote><span class=\"open-quote\"></span>Vince will be a forceful and effective voice for Kern County and our values here in the Central Valley.<span class=\"close-quote\"></span></blockquote>" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[3]/blockquote[1]" }, "excerpt": "<blockquote><span class=\"open-quote\"></span>There no person I trust more to fight for Kern County than Vince Fong. He has worked tirelessly to bring water to the Valley, to cut red tape so we can produce needed energy, and has been a fo" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[4]/blockquote[1]" }, "excerpt": "<blockquote><span class=\"open-quote\"></span>Vince has worked for years on solutions to the Central Valley’s biggest problems. He’s a homegrown, Kern County native who is sharp and a proven taxpayer advocate. Vince has my full faith and " }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[5]/blockquote[1]" }, "excerpt": "<blockquote><span class=\"open-quote\"></span>Now more than ever, it is critical that our next Assemblymember be an effective voice for Kern County in Sacramento. Smart, capable and committed to the Central Valley and our way of life, Vin" }, { "ruleID": "144", "what": "This content's line height is insufficent to properly display the computed element font size.", "ordinalSeverity": 3, "tagName": "BLOCKQUOTE", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/div[6]/blockquote[1]" }, "excerpt": "<blockquote><span class=\"open-quote\"></span>Vince Fong is committed to improving the quality of life of the residents in Kern County. I have known and worked with Vince for years, and we need someone like him speaking out for our commun" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/h2[1]" }, "excerpt": "<h2 class=\"entry-title\" itemprop=\"headline\"><a href=\"https://vincefong.com/vince-fong-discusses-on-fox-news-how-a-california-law-will-create-massive-problems-for-not-only-californias-supply-chain-but-the-entire-countrys/\">Vince Fong Discusses" }, { "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]/header[1]/div[2]/div[1]/div[1]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/a[1]" }, "excerpt": "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "s", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/input[1]" }, "excerpt": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[1]/header[1]/div[2]/div[1]/div[1]/div[1]/div[5]/form[1]/input[2]" }, "excerpt": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display: none;\">" }, { "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[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[4]/div[1]/a[1]" }, "excerpt": "<a href=\"#\" class=\"mfn-love \" data-id=\"1075\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[4]/div[1]/a[1]" }, "excerpt": "<a href=\"#\" class=\"mfn-love \" data-id=\"1000\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a>" }, { "ruleID": "152", "what": "This actionable element is smaller than the minimum required size.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[3]/div[1]/div[4]/div[1]/a[1]" }, "excerpt": "<a href=\"#\" class=\"mfn-love \" data-id=\"997\"><span class=\"icons-wrapper\"><i class=\"icon-heart-empty-fa\"></i><i class=\"icon-heart-fa\"></i></span><span class=\"label\">0</span></a>" }, { "ruleID": "155", "what": "These headings are not structured in a hierarchical manner.", "ordinalSeverity": 2, "tagName": "BODY", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html/body" }, "excerpt": "<body class=\"home page-template-default page page-id-57 color-custom style-default layout-full-width mobile-tb-left no-content-padding hide-love no-table-hover header-stack header-center header-fw minimalist-header sticky-white ab-hide subheader-both-" }, { "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[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a href=\"https://secure.anedot.com/vince-fong-for-assem/donate\" target=\"_blank\"><div class=\"hover_color_wrapper\"><h4 style=\"margin: 0; color: #fff;\">Donate Today</h4><h6 style=\"color: #fff; padding-top: 6px;\">Quickly and Sec" } ] }, "endTime": 1687096982352 }, { "type": "test", "which": "testaro", "withItems": true, "rules": [ "n", "motion" ], "startTime": 1687096982352, "url": "https://vincefong.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": 207 }, "totals": [ 1, 0, 0, 0 ], "standardInstances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "docType": { "what": "document without a doctype property", "data": { "docHasType": true }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "dupAtt": { "what": "elements with duplicate attributes", "data": { "total": 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": 32, "tabFocused": 29, "discrepancy": -3 }, "totals": [ 0, 0, 3, 0 ], "standardInstances": [ { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 3, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" } ] }, "focInd": { "what": "missing and nonstandard focus indicators", "data": { "totals": { "total": 31, "types": { "missing": { "total": 31, "tagNames": { "A": 26, "IFRAME": 5 } }, "nonoutline": { "total": 0, "tagNames": {} }, "outline": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "missing": [ { "tagName": "A", "id": "logo", "text": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal" }, { "tagName": "A", "id": "", "text": "Home" }, { "tagName": "A", "id": "", "text": "Why Donate?" }, { "tagName": "A", "id": "", "text": "About" }, { "tagName": "A", "id": "", "text": "Endorsements" }, { "tagName": "A", "id": "", "text": "Issues" }, { "tagName": "A", "id": "", "text": "News" }, { "tagName": "A", "id": "", "text": "Videos" }, { "tagName": "A", "id": "", "text": "Gallery" }, { "tagName": "A", "id": "", "text": "Contact" }, { "tagName": "A", "id": "", "text": "Show your SupportRequest Yard Sign / Volunteer" }, { "tagName": "A", "id": "", "text": "Endorse VinceEndorse Vince Fong for Assembly" }, { "tagName": "A", "id": "", "text": "Donate TodayQuickly and Securely Online" }, { "tagName": "A", "id": "", "text": "Next" }, { "tagName": "A", "id": "", "text": "Prev" }, { "tagName": "A", "id": "", "text": "View More" }, { "tagName": "A", "id": "", "text": "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz" }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmre" }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nh" }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPi" }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwU" }, { "tagName": "A", "id": "", "text": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali" }, { "tagName": "A", "id": "", "text": "Read more" }, { "tagName": "A", "id": "", "text": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" }, { "tagName": "A", "id": "", "text": "Read more" }, { "tagName": "A", "id": "", "text": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" }, { "tagName": "A", "id": "", "text": "Read more" }, { "tagName": "IFRAME", "id": "twitter-widget-0", "text": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscree" }, { "tagName": "A", "id": "", "text": "Privacy Policy" }, { "tagName": "A", "id": "", "text": "Terms and Conditions" }, { "tagName": "A", "id": "back_to_top", "text": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" } ], "nonoutline": [], "outline": [] } }, "totals": [ 0, 0, 0, 31 ], "standardInstances": [ { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "logo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal" }, { "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": "Why Donate?" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "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": "Issues" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Show your SupportRequest Yard Sign / Volunteer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse VinceEndorse Vince Fong for Assembly" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate TodayQuickly and Securely Online" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prev" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View More" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmre" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nh" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPi" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwU" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "twitter-widget-0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscree" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Terms and Conditions" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "back_to_top", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" } ] }, "focOp": { "what": "discrepancies between focusability and operability", "data": { "totals": { "total": 47, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 0, "tagNames": {} }, "focusableAndOperable": { "total": 47, "tagNames": { "A": 38, "INPUT": 2, "IFRAME": 7 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [], "focusableAndOperable": [ { "tagName": "A", "id": "logo", "text": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\" style=\"cursor: default;\"><", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Home", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Why Donate?", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorsements", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Issues", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Affordability Crisis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "One Party", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Wildfires", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Energy Crisis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Public Safety", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "California Water Crisis", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Budget Deficit", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "News", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Videos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Contact", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"responsive-menu-toggle \" href=\"#\" style=\"cursor: default;\"><i class=\"icon-menu\"></i></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"#\" class=\"icon_close\" style=\"cursor: default;\"><i class=\"icon-cancel\"></i></a>", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "s", "text": "<input type=\"text\" class=\"field\" name=\"s\" id=\"s\" placeholder=\"Enter your search\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "", "text": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display: none; cursor: default;\">", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Show your SupportRequest Yard Sign / Volunteer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Endorse VinceEndorse Vince Fong for Assembly", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Donate TodayQuickly and Securely Online", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Next", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Prev", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://vincefong.com/demand-budget-transparency/\" style=\"cursor: default;\"><img class=\"ali", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmre", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nh", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPi", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "", "text": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwU", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "0", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read more", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "0", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read more", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "0", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read more", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe name=\"fa3cc644820cbc\" height=\"500px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "IFRAME", "id": "twitter-widget-0", "text": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscree", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Terms and Conditions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "back_to_top", "text": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\" style=\"cursor: default;\"><span cla", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "IFRAME", "id": "", "text": "<iframe scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" src=\"https://platform.twitter.com/wi", "byTag": true, "byOnClick": false, "byPointer": false } ] } }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] }, "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": 35, "triggerSample": 19, "impactTriggers": 1, "additions": 23, "removals": 0, "opacityChanges": 0, "opacityImpact": 0, "unhoverables": 0, "noCursors": 0, "badCursors": 0, "noIndicators": 0, "badIndicators": 0 }, "items": { "impactTriggers": [ { "tagName": "LI", "id": "menu-item-204", "text": "IssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget ", "additions": 22, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [], "noCursors": [], "badCursors": [], "noIndicators": [], "badIndicators": [] } }, "totals": [ 0, 23, 0, 1 ], "standardInstances": [ { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-204", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget " } ] }, "labClash": { "what": "labeling inconsistencies", "data": { "totals": { "mislabeled": 0, "unlabeled": 2, "wellLabeled": 0 }, "items": { "mislabeled": [], "unlabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "texts": {} }, { "index": 1, "tagName": "INPUT", "type": "submit", "texts": {}, "content": "<input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\">" } ], "wellLabeled": [] } }, "totals": [ 0, 0, 0, 2 ], "standardInstances": [ { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: <input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\">" } ] }, "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": 38, "adjacent": { "total": 31, "underlined": 0, "underlinedPercent": 0 } }, "items": { "underlined": [], "notUnderlined": [ { "id": "logo", "text": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal" }, { "id": "", "text": "Home" }, { "id": "", "text": "Why Donate?" }, { "id": "", "text": "About" }, { "id": "", "text": "Endorsements" }, { "id": "", "text": "Issues" }, { "id": "", "text": "News" }, { "id": "", "text": "Videos" }, { "id": "", "text": "Gallery" }, { "id": "", "text": "Contact" }, { "id": "", "text": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "id": "", "text": "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>" }, { "id": "", "text": "Show your SupportRequest Yard Sign / Volunteer" }, { "id": "", "text": "Endorse VinceEndorse Vince Fong for Assembly" }, { "id": "", "text": "Donate TodayQuickly and Securely Online" }, { "id": "", "text": "Next" }, { "id": "", "text": "Prev" }, { "id": "", "text": "View More" }, { "id": "", "text": "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz" }, { "id": "", "text": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali" }, { "id": "", "text": "0" }, { "id": "", "text": "Read more" }, { "id": "", "text": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" }, { "id": "", "text": "0" }, { "id": "", "text": "Read more" }, { "id": "", "text": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" }, { "id": "", "text": "0" }, { "id": "", "text": "Read more" }, { "id": "", "text": "Privacy Policy" }, { "id": "", "text": "Terms and Conditions" }, { "id": "back_to_top", "text": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" } ] } }, "totals": [ 0, 31, 0, 0 ], "standardInstances": [ { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "logo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal" }, { "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": "Why Donate?" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Show your SupportRequest Yard Sign / Volunteer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse VinceEndorse Vince Fong for Assembly" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate TodayQuickly and Securely Online" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prev" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Terms and Conditions" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "back_to_top", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" } ] }, "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": 0, "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": 31, "subtotals": [ 27, 3, 1 ] }, "listLink": { "total": 7 }, "h1": { "total": 1 }, "h2": { "total": 3 }, "h3": { "total": 3 }, "h4": { "total": 3 }, "h6": { "total": 3 } }, "items": { "adjacentLink": { "fontWeight": { "400": [ "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal", "Home", "Why Donate?", "About", "Endorsements", "Issues", "News", "Videos", "Gallery", "Contact", "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>", "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>", "Show your SupportRequest Yard Sign / Volunteer", "Endorse VinceEndorse Vince Fong for Assembly", "Donate TodayQuickly and Securely Online", "Next", "Prev", "View More", "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz", "0", "Read more", "0", "Read more", "0", "Read more", "Privacy Policy", "Terms and Conditions", "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" ], "500": [ "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali", "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party", "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" ] }, "opacity": { "1": [ "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal", "Home", "Why Donate?", "About", "Endorsements", "Issues", "News", "Videos", "Gallery", "Contact", "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>", "Show your SupportRequest Yard Sign / Volunteer", "Endorse VinceEndorse Vince Fong for Assembly", "Donate TodayQuickly and Securely Online", "Next", "Prev", "View More", "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz", "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali", "0", "Read more", "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party", "0", "Read more", "Assemblyman Vince Fong Announces 2022 Re-Election Campaign", "0", "Read more", "Privacy Policy", "Terms and Conditions", "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" ], "0.3": [ "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>" ] } } } }, "totals": [ 2, 0, 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": "" } ] }, "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": 1, "items": [ { "tagName": "A", "id": "logo", "text": "", "title": "Vince Fong for Assembly" } ] }, "totals": [ 0, 0, 1, 0 ], "standardInstances": [ { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "logo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): Vince Fong for Assembly" } ] }, "zIndex": { "what": "non-default Z indexes", "data": { "totals": { "total": 28, "tagNames": { "DIV": 13, "NAV": 1, "UL": 2, "LI": 9, "A": 3 } }, "items": [ { "tagName": "DIV", "id": "Top_bar", "text": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "tagName": "DIV", "id": "", "text": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "tagName": "NAV", "id": "menu", "text": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "tagName": "UL", "id": "menu-main-menu-1", "text": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "tagName": "LI", "id": "menu-item-58", "text": "Home" }, { "tagName": "LI", "id": "menu-item-1135", "text": "Why Donate?" }, { "tagName": "LI", "id": "menu-item-76", "text": "About" }, { "tagName": "LI", "id": "menu-item-205", "text": "Endorsements" }, { "tagName": "LI", "id": "menu-item-204", "text": "IssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget " }, { "tagName": "UL", "id": "", "text": "Affordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget Defici" }, { "tagName": "LI", "id": "menu-item-82", "text": "News" }, { "tagName": "LI", "id": "menu-item-643", "text": "Videos" }, { "tagName": "LI", "id": "menu-item-203", "text": "Gallery" }, { "tagName": "LI", "id": "menu-item-81", "text": "Contact" }, { "tagName": "A", "id": "", "text": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "tagName": "DIV", "id": "", "text": "<div class=\"search_wrapper\"> <!-- #searchform --><form method=\"get\" id=\"searchform\" action=\"https://" }, { "tagName": "DIV", "id": "", "text": "We need to send someone to Sacramento who understands what it takes to create jobs and grow an econo" }, { "tagName": "DIV", "id": "", "text": "Vince will be a forceful and effective voice for Kern County and our values here in the Central Vall" }, { "tagName": "DIV", "id": "", "text": "There no person I trust more to fight for Kern County than Vince Fong. He has worked tirelessly to b" }, { "tagName": "DIV", "id": "", "text": "Vince has worked for years on solutions to the Central Valley’s biggest problems. He’s a homegrown, " }, { "tagName": "DIV", "id": "", "text": "Now more than ever, it is critical that our next Assemblymember be an effective voice for Kern Count" }, { "tagName": "DIV", "id": "", "text": "Vince Fong is committed to improving the quality of life of the residents in Kern County. I have kno" }, { "tagName": "A", "id": "", "text": "Next" }, { "tagName": "A", "id": "", "text": "Prev" }, { "tagName": "DIV", "id": "", "text": "July 29, 2022Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For " }, { "tagName": "DIV", "id": "", "text": "February 14, 2022Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Part" }, { "tagName": "DIV", "id": "", "text": "January 11, 2022Assemblyman Vince Fong Announces 2022 Re-Election CampaignBakersfield, CA — Assembly" }, { "tagName": "DIV", "id": "ascrail2000", "text": "<div id=\"ascrail2000\" class=\"nicescroll-rails nicescroll-rails-vr\" style=\"width: 10px; z-index: auto" } ] }, "totals": [ 28, 0, 0, 0 ], "standardInstances": [ { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "Top_bar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "menu-main-menu-1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-58", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1135", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Why Donate?" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-76", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-205", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-204", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget " }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Affordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget Defici" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-82", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-643", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-203", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-81", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"search_wrapper\"> <!-- #searchform --><form method=\"get\" id=\"searchform\" action=\"https://" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "We need to send someone to Sacramento who understands what it takes to create jobs and grow an econo" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince will be a forceful and effective voice for Kern County and our values here in the Central Vall" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "There no person I trust more to fight for Kern County than Vince Fong. He has worked tirelessly to b" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince has worked for years on solutions to the Central Valley’s biggest problems. He’s a homegrown, " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Now more than ever, it is critical that our next Assemblymember be an effective voice for Kern Count" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince Fong is committed to improving the quality of life of the residents in Kern County. I have kno" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prev" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "July 29, 2022Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "February 14, 2022Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Part" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "January 11, 2022Assemblyman Vince Fong Announces 2022 Re-Election CampaignBakersfield, CA — Assembly" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "ascrail2000", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"ascrail2000\" class=\"nicescroll-rails nicescroll-rails-vr\" style=\"width: 10px; z-index: auto" } ] } }, "success": true }, "standardResult": { "totals": [ 31, 54, 4, 34 ], "instances": [ { "ruleID": "bulk", "what": "Page contains a large number of visible elements", "count": 1, "ordinalSeverity": 0, "tagName": "HTML", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focAll", "what": "Some focusable elements are not Tab-focusable or vice versa", "count": 3, "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "logo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal" }, { "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": "Why Donate?" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "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": "Issues" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Show your SupportRequest Yard Sign / Volunteer" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse VinceEndorse Vince Fong for Assembly" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate TodayQuickly and Securely Online" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prev" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View More" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/cMsPNmre" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/pznj79Nh" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/OuK2nNPi" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe class=\"scale-with-grid\" width=\"700\" height=\"400\" src=\"https://www.youtube.com/embed/JwQkOVwU" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "focInd", "what": "IFRAME element has no focus indicator", "ordinalSeverity": 3, "tagName": "IFRAME", "id": "twitter-widget-0", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<iframe id=\"twitter-widget-0\" scrolling=\"no\" frameborder=\"0\" allowtransparency=\"true\" allowfullscree" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Terms and Conditions" }, { "ruleID": "focInd", "what": "A element has no focus indicator", "ordinalSeverity": 3, "tagName": "A", "id": "back_to_top", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" }, { "ruleID": "hover", "what": "Hovering over element has unexpected effects", "ordinalSeverity": 3, "tagName": "LI", "id": "menu-item-204", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: " }, { "ruleID": "labClash", "what": "Element INPUT is unlabeled", "ordinalSeverity": 3, "tagName": "INPUT", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "INPUT: <input type=\"submit\" class=\"submit\" value=\"\" style=\"display:none;\">" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "logo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"logo\" href=\"https://vincefong.com\" title=\"Vince Fong for Assembly\"><img class=\"logo-main scal" }, { "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": "Why Donate?" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Issues" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"#\" class=\"icon_close\"><i class=\"icon-cancel\"></i></a>" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Show your SupportRequest Yard Sign / Volunteer" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorse VinceEndorse Vince Fong for Assembly" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Donate TodayQuickly and Securely Online" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prev" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "View More" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a href=\"https://vincefong.com/demand-budget-transparency/\"><img class=\"aligncenter wp-image-579 siz" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For Not Only Cali" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Party" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Assemblyman Vince Fong Announces 2022 Re-Election Campaign" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "0" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Read more" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Privacy Policy" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Terms and Conditions" }, { "ruleID": "linkUl", "what": "Link is inline but has no underline", "ordinalSeverity": 1, "tagName": "A", "id": "back_to_top", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a id=\"back_to_top\" class=\"button button_left button_js \" href=\"\"><span class=\"button_icon\"><i class" }, { "ruleID": "styleDiff", "what": "In-line links have 3 different styles", "count": 2, "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "" }, { "ruleID": "titledEl", "what": "A element has a title attribute", "ordinalSeverity": 2, "tagName": "A", "id": "logo", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "A (): Vince Fong for Assembly" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "Top_bar", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "NAV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "NAV", "id": "menu", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "menu-main-menu-1", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "HomeWhy Donate?AboutEndorsementsIssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic Safe" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-58", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Home" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-1135", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Why Donate?" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-76", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "About" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-205", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Endorsements" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-204", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "IssuesAffordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget " }, { "ruleID": "zIndex", "what": "UL element has a non-default Z index", "ordinalSeverity": 0, "tagName": "UL", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Affordability CrisisOne PartyWildfiresEnergy CrisisPublic SafetyCalifornia Water CrisisBudget Defici" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-82", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "News" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-643", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Videos" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-203", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Gallery" }, { "ruleID": "zIndex", "what": "LI element has a non-default Z index", "ordinalSeverity": 0, "tagName": "LI", "id": "menu-item-81", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Contact" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<a class=\"responsive-menu-toggle \" href=\"#\"><i class=\"icon-menu\"></i></a>" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div class=\"search_wrapper\"> <!-- #searchform --><form method=\"get\" id=\"searchform\" action=\"https://" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "We need to send someone to Sacramento who understands what it takes to create jobs and grow an econo" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince will be a forceful and effective voice for Kern County and our values here in the Central Vall" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "There no person I trust more to fight for Kern County than Vince Fong. He has worked tirelessly to b" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince has worked for years on solutions to the Central Valley’s biggest problems. He’s a homegrown, " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Now more than ever, it is critical that our next Assemblymember be an effective voice for Kern Count" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Vince Fong is committed to improving the quality of life of the residents in Kern County. I have kno" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Next" }, { "ruleID": "zIndex", "what": "A element has a non-default Z index", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "Prev" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "July 29, 2022Vince Fong Discusses On Fox News How A California Law Will Create Massive Problems For " }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "February 14, 2022Assemblyman Vince Fong Secures the Endorsement of the Tulare County Republican Part" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "January 11, 2022Assemblyman Vince Fong Announces 2022 Re-Election CampaignBakersfield, CA — Assembly" }, { "ruleID": "zIndex", "what": "DIV element has a non-default Z index", "ordinalSeverity": 0, "tagName": "DIV", "id": "ascrail2000", "location": { "doc": "", "type": "", "spec": "" }, "excerpt": "<div id=\"ascrail2000\" class=\"nicescroll-rails nicescroll-rails-vr\" style=\"width: 10px; z-index: auto" } ] }, "endTime": 1687097055582 }, { "type": "test", "which": "wave", "reportType": 4, "startTime": 1687097055583, "url": "https://vincefong.com/", "what": "WAVE", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Vince Fong for Assembly", "pageurl": "https://vincefong.com/", "time": 8.73, "creditsremaining": 1215, "allitemcount": 71, "totalelements": 444, "waveurl": "http://wave.webaim.org/report?url=https://vincefong.com/" }, "categories": { "error": { "description": "Errors", "count": 6, "items": { "alt_spacer_missing": { "id": "alt_spacer_missing", "description": "Spacer image missing alternative text", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + IFRAME + SCRIPT + SCRIPT + IMG" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "label_missing": { "id": "label_missing", "description": "Missing form label", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > FORM#searchform > INPUT#s" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" }, { "name": "3.3.2 Labels or Instructions (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.3.2" } ] }, "button_empty": { "id": "button_empty", "description": "Empty button", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > FORM#searchform > I:first-child + A + INPUT + INPUT" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" }, { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_empty": { "id": "link_empty", "description": "Empty link", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > NAV:first-child + A", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > FORM#searchform > I:first-child + A", "HTML > HEAD:first-child + BODY > DIV#Wrapper > FOOTER#Footer > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A#back_to_top" ], "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": 2, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + DIV + DIV > A:first-child", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + DIV + DIV > A:first-child + A" ], "contrastdata": [ [ 2.06, "#ae242c", "#172b4f", false ], [ 2.06, "#ae242c", "#172b4f", false ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 21, "items": { "heading_skipped": { "id": "heading_skipped", "description": "Skipped heading level", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child + H6", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child + H6", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child + H6" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_suspicious": { "id": "link_suspicious", "description": "Suspicious link text", "count": 3, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" ], "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": 6, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SCRIPT + DIV > P:first-child > IMG:first-child + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SCRIPT + DIV > P:first-child + P + P + P + P + P > BR:first-child + STRONG > IMG:first-child + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + IFRAME + SCRIPT + SCRIPT + IMG + SCRIPT + NOSCRIPT", "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + IFRAME + SCRIPT + SCRIPT + IMG + SCRIPT + NOSCRIPT + SCRIPT + NOSCRIPT" ], "wcag": [] }, "youtube_video": { "id": "youtube_video", "description": "YouTube video", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child", "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child" ], "wcag": [ { "name": "1.2.1 Prerecorded Audio-only and Video-only (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.1" }, { "name": "1.2.2 Captions (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.2" }, { "name": "1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.2.3" } ] } } } }, "success": true }, "standardResult": { "totals": [ 21, 0, 0, 8 ], "instances": [ { "ruleID": "alt_spacer_missing", "what": "Spacer image missing alternative text", "ordinalSeverity": 3, "tagName": "IMG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + IFRAME + SCRIPT + SCRIPT + IMG" }, "excerpt": "" }, { "ruleID": "label_missing", "what": "Missing form label", "ordinalSeverity": 3, "tagName": "INPUT", "id": "s", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > FORM#searchform > INPUT#s" }, "excerpt": "" }, { "ruleID": "button_empty", "what": "Empty button", "ordinalSeverity": 3, "tagName": "INPUT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > FORM#searchform > I:first-child + A + INPUT + INPUT" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > NAV:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Header_wrapper > HEADER#Header > DIV#Top_bar > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > FORM#searchform > I:first-child + A" }, "excerpt": "" }, { "ruleID": "link_empty", "what": "Empty link", "ordinalSeverity": 3, "tagName": "A", "id": "back_to_top", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > FOOTER#Footer > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A#back_to_top" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + DIV + DIV > A:first-child" }, "excerpt": "" }, { "ruleID": "contrast", "what": "Very low contrast", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > P:first-child + DIV + DIV > A:first-child + A" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H4", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child + H6" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child + H6" }, "excerpt": "" }, { "ruleID": "heading_skipped", "what": "Skipped heading level", "ordinalSeverity": 0, "tagName": "H6", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > A:first-child > DIV:first-child > H4:first-child + H6" }, "excerpt": "" }, { "ruleID": "link_suspicious", "what": "Suspicious link text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" }, "excerpt": "" }, { "ruleID": "link_suspicious", "what": "Suspicious link text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" }, "excerpt": "" }, { "ruleID": "link_suspicious", "what": "Suspicious link text", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > 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#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" }, "excerpt": "" }, { "ruleID": "link_redundant", "what": "Redundant link", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > I:first-child + A" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SCRIPT + DIV > P:first-child > IMG:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + SCRIPT + DIV > P:first-child + P + P + P + P + P > BR:first-child + STRONG > IMG:first-child + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + IFRAME + SCRIPT + SCRIPT + IMG + SCRIPT + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "noscript", "what": "Noscript element", "ordinalSeverity": 0, "tagName": "NOSCRIPT", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV:first-child + SCRIPT + NOSCRIPT + NOSCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + SCRIPT + DIV + IFRAME + SCRIPT + SCRIPT + IMG + SCRIPT + NOSCRIPT + SCRIPT + NOSCRIPT" }, "excerpt": "" }, { "ruleID": "youtube_video", "what": "YouTube video", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child" }, "excerpt": "" }, { "ruleID": "youtube_video", "what": "YouTube video", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child" }, "excerpt": "" }, { "ruleID": "youtube_video", "what": "YouTube video", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child" }, "excerpt": "" }, { "ruleID": "youtube_video", "what": "YouTube video", "ordinalSeverity": 0, "tagName": "IFRAME", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "HTML > HEAD:first-child + BODY > DIV#Wrapper > DIV#Content > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > DIV:first-child > IFRAME:first-child" }, "excerpt": "" } ] }, "endTime": 1687097064930 } ], "sources": { "script": "ts27", "batch": "caassy", "target": { "id": "caAD32-c", "which": "https://vincefong.com/", "what": "Candidate Vince Fong (R)" }, "requester": "pool@jpdev.pro" }, "creationTime": "2023-06-18T02:07:06", "timeStamp": "18ixx", "jobData": { "startTime": "2023-06-18T14:02:11", "endTime": "2023-06-18T14:04:25", "elapsedSeconds": 133, "visitLatency": 6, "logCount": 97, "logSize": 12060, "errorLogCount": 64, "errorLogSize": 6448, "prohibitedCount": 0, "visitRejectionCount": 0, "aborted": false, "abortedAct": null, "presses": 0, "amountRead": 0, "testTimes": [ [ "testaro", 73 ], [ "testaro", 14 ], [ "qualWeb", 9 ], [ "wave", 9 ], [ "alfa", 7 ], [ "ibm", 6 ], [ "nuVal", 2 ], [ "axe", 1 ], [ "continuum", 1 ], [ "tenon", 1 ], [ "htmlcs", 0 ] ] }, "score": { "scoreProcID": "tsp27", "summary": { "total": 1344, "issue": 1102, "tool": 170, "prevention": 0, "log": 72, "latency": 0 }, "details": { "severity": { "total": [ 210, 153, 124, 203 ], "byTool": { "testaro": [ 31, 54, 4, 34 ], "alfa": [ 41, 0, 0, 63 ], "axe": [ 22, 5, 23, 6 ], "continuum": [ 0, 0, 0, 6 ], "htmlcs": [ 21, 0, 0, 19 ], "ibm": [ 0, 2, 0, 24 ], "nuVal": [ 54, 0, 50, 0 ], "qualWeb": [ 20, 92, 46, 13 ], "tenon": [ 0, 0, 1, 30 ], "wave": [ 21, 0, 0, 8 ] } }, "prevention": {}, "issue": { "spontaneousMotion": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "testaro": { "motion": { "quality": 1, "what": "Change of visible content not requested by user", "complaints": { "countTotal": 1, "texts": [ "Content moves or changes without user request" ] } } } } }, "linkNoText": { "score": 12, "maxCount": 3, "weight": 4, "tools": { "alfa": { "r11": { "quality": 1, "what": "Link has no accessible name", "complaints": { "countTotal": 1, "texts": [ "Links have an accessible name" ] } } }, "axe": { "link-name": { "quality": 1, "what": "Link has no discernible text", "complaints": { "countTotal": 1, "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": 1, "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.Empty": { "quality": 1, "what": "a element has an id attribute but no href attribute or text", "complaints": { "countTotal": 1, "texts": [ "Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element." ] } }, "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." ] } }, "91": { "quality": 1, "what": "Link has a background image but no text inside it", "complaints": { "countTotal": 1, "texts": [ "This link has no text, but it has a background image." ] } } }, "wave": { "link_empty": { "quality": 1, "what": "Link contains no text", "complaints": { "countTotal": 3, "texts": [ "Empty link" ] } } } } }, "iframeTitleBad": { "score": 16, "maxCount": 4, "weight": 4, "tools": { "alfa": { "r13": { "quality": 1, "what": "iframe has no accessible name", "complaints": { "countTotal": 4, "texts": [ "<iframe> elements have an accessible name" ] } } }, "axe": { "frame-title": { "quality": 1, "what": "Frame has no accessible name", "complaints": { "countTotal": 4, "texts": [ "Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"" ] } } }, "continuum": { "228": { "quality": 1, "what": "iframe has no machanism allowing an accessible name to be calculated", "complaints": { "countTotal": 4, "texts": [ "This iframe element does not have a mechanism that allows an accessible name value to be calculated" ] } } }, "htmlcs": { "AAA.2_4_1.H64.1": { "quality": 1, "what": "iframe element has no non-empty title attribute", "complaints": { "countTotal": 4, "texts": [ "Iframe element requires a non-empty title attribute that identifies the frame." ] } } }, "ibm": { "frame_title_exists": { "quality": 1, "what": "Inline frame has no title attribute", "complaints": { "countTotal": 4, "texts": [ "Inline frame does not have a 'title' attribute" ] } } }, "qualWeb": { "QW-ACT-R19": { "quality": 1, "what": "iframe element has no accessible name", "complaints": { "countTotal": 4, "texts": [ "This rule checks that each iframe element has an accessible name." ] } } } } }, "metaBansZoom": { "score": 4, "maxCount": 1, "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; maximum-scale 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" ] } } }, "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." ] } } } } }, "headingLevelSkip": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "alfa": { "r53": { "quality": 1, "what": "Heading skips one or more levels", "complaints": { "countTotal": 4, "texts": [ "Headings are structured" ] } } }, "axe": { "heading-order": { "quality": 1, "what": "Heading levels do not increase by only one", "complaints": { "countTotal": 4, "texts": [ "Heading levels should only increase by one; Heading order invalid" ] } } }, "wave": { "heading_skipped": { "quality": 1, "what": "Skipped heading level", "complaints": { "countTotal": 4, "texts": [ "Skipped heading level" ] } } } } }, "contentBeyondLandmarks": { "score": 66, "maxCount": 33, "weight": 2, "tools": { "alfa": { "r57": { "quality": 1, "what": "Perceivable text content is not included in any landmark", "complaints": { "countTotal": 33, "texts": [ "Perceivable text content is included in a landmark" ] } } }, "axe": { "region": { "quality": 1, "what": "Some page content is not contained by landmarks", "complaints": { "countTotal": 17, "texts": [ "All page content should be contained by landmarks; Some page content is not contained by landmarks" ] } } }, "ibm": { "aria_content_in_landmark": { "quality": 1, "what": "Content is not within a landmark element", "complaints": { "countTotal": 19, "texts": [ "Content is not within a landmark element" ] } } } } }, "focusIndication": { "score": 128, "maxCount": 32, "weight": 4, "tools": { "alfa": { "r65": { "quality": 1, "what": "Element in the sequential focus order has no visible focus", "complaints": { "countTotal": 28, "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": 32, "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": 31, "texts": [ "A element has no focus indicator", "IFRAME element has no focus indicator" ] } } } } }, "contrastAAA": { "score": 13, "maxCount": 13, "weight": 1, "tools": { "alfa": { "r66": { "quality": 1, "what": "Text contrast less than AAA requires", "complaints": { "countTotal": 13, "texts": [ "Text outside widget has enhanced contrast" ] } } }, "htmlcs": { "AAA.1_4_6.G17.Fail": { "quality": 1, "what": "Text has insufficient contrast", "complaints": { "countTotal": 5, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 6.13:1. Recommendation: change text colour to #222.", "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.", "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.69:1. Recommendation: change background to #425883." ] } } }, "qualWeb": { "QW-ACT-R76": { "quality": 1, "what": "Text has less than the enhanced minimum contrast", "complaints": { "countTotal": 5, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the enhanced contrast requirement." ] } } }, "tenon": { "95": { "quality": 1, "what": "Element has insufficient color contrast (Level AAA)", "complaints": { "countTotal": 1, "texts": [ "This element has insufficient color contrast (Level AAA)." ] } } } } }, "descendantMissing": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "alfa": { "r68": { "quality": 1, "what": "Element does not own an element required by its semantic role", "complaints": { "countTotal": 1, "texts": [ "Elements with a role have required children" ] } } } } }, "textContrastAA": { "score": 24, "maxCount": 6, "weight": 4, "tools": { "alfa": { "r69": { "quality": 1, "what": "Text outside widget has subminimum contrast", "complaints": { "countTotal": 6, "texts": [ "Text outside widget has minimum contrast" ] } } }, "htmlcs": { "AAA.1_4_6.G18.Fail": { "quality": 1, "what": "Contrast between the text and its background is less than 4.5:1", "complaints": { "countTotal": 2, "texts": [ "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.07:1. Recommendation: change background to #767676.", "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 4.48:1. Recommendation: change text colour to #767676." ] } } }, "qualWeb": { "QW-ACT-R37": { "quality": 1, "what": "Text has less than the minimum contrast", "complaints": { "countTotal": 1, "texts": [ "This rule checks that the highest possible contrast of every text character with its background meets the minimal contrast requirement." ] } } }, "wave": { "contrast": { "quality": 1, "what": "Very low contrast", "complaints": { "countTotal": 2, "texts": [ "Very low contrast" ] } } } } }, "leadingInsufficient": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "alfa": { "r73": { "quality": 1, "what": "Paragraph of text has insufficient line height", "complaints": { "countTotal": 1, "texts": [ "Paragraphs of text have sufficient line height" ] } } } } }, "headingOfNothing": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "alfa": { "r78": { "quality": 1, "what": "No content between two headings of the same level", "complaints": { "countTotal": 2, "texts": [ "Headings of same level have text content between them" ] } } } } }, "overflowHidden": { "score": 36, "maxCount": 9, "weight": 4, "tools": { "alfa": { "r83": { "quality": 1, "what": "Overflow is hidden or clipped if the text is enlarged", "complaints": { "countTotal": 9, "texts": [ "Text nodes are not clipped when text is resized" ] } } } } }, "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." ] } } } } }, "frameContentRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "axe": { "frame-tested": { "quality": 0.2, "what": "Some content is in an iframe and therefore may not be testable for accessibility", "complaints": { "countTotal": 5, "texts": [ "Frames should be tested with axe-core; The iframe still has to be tested with axe-core" ] } } } } }, "hiddenContentRisk": { "score": 21, "maxCount": 21, "weight": 1, "tools": { "axe": { "hidden-content": { "quality": 1, "what": "Some content is hidden and therefore may not be testable for accessibility", "complaints": { "countTotal": 21, "texts": [ "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." ] } } } } }, "linkConfusionRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "axe": { "identical-links-same-purpose": { "quality": 1, "what": "Links with the same accessible name may serve dissimilar purposes", "complaints": { "countTotal": 1, "texts": [ "Links with the same name must have a similar purpose; Check that links have the same purpose, or are intentionally ambiguous." ] } } } } }, "asideNotTop": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "axe": { "landmark-complementary-is-top-level": { "quality": 1, "what": "complementary landmark (aside) is contained in another landmark", "complaints": { "countTotal": 1, "texts": [ "Aside should not be contained in another landmark; The complementary landmark is contained in another landmark." ] } } } } }, "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" ] } } } } }, "decorativeImageRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_1_1.H67.2": { "quality": 1, "what": "Image marked as decorative may be informative", "complaints": { "countTotal": 2, "texts": [ "Img element is marked so that it is ignored by Assistive Technology." ] } } } } }, "pseudoNavList": { "score": 6, "maxCount": 3, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1.H48": { "quality": 1, "what": "Navigation links are not coded as a list", "complaints": { "countTotal": 2, "texts": [ "If this element contains a navigation section, it is recommended that it be marked up as a list." ] } } }, "qualWeb": { "QW-WCAG-T32": { "quality": 1, "what": "ol, ul or dl is not used for a list or group of links", "complaints": { "countTotal": 3, "texts": [ "The objective of this technique is to create lists of related items using list elements appropriate for their purposes." ] } } } } }, "scrollRisk": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "quality": 1, "what": "Fixed-position element may force bidirectional scrolling", "complaints": { "countTotal": 2, "texts": [ "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "Interfering with a user agent's ability to zoom may be a failure of this Success Criterion." ] } } } } }, "contrastRisk": { "score": 11, "maxCount": 11, "weight": 1, "tools": { "htmlcs": { "AAA.1_4_3_F24.F24.BGColour": { "quality": 1, "what": "Inline background color may lack a complementary foreground color", "complaints": { "countTotal": 3, "texts": [ "Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image." ] } }, "AAA.1_4_3_F24.F24.FGColour": { "quality": 1, "what": "Inline foreground color may lack a complementary background color", "complaints": { "countTotal": 3, "texts": [ "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour." ] } }, "AAA.1_4_6.G17.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 7:1", "complaints": { "countTotal": 2, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 7:1." ] } }, "AAA.1_4_6.G17.BgImage": { "quality": 1, "what": "Contrast between the text and its background image may be less than 7:1", "complaints": { "countTotal": 2, "texts": [ "This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least 7:1." ] } }, "AAA.1_4_6.G18.Abs": { "quality": 1, "what": "Contrast between the absolutely positioned text and its background may be less than 4.5:1", "complaints": { "countTotal": 1, "texts": [ "This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least 4.5:1." ] } } } } }, "linkWindowSurpriseRisk": { "score": 1, "maxCount": 1, "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": 1, "texts": [ "Check that this link's link text contains information indicating that the link will open in a new window." ] } } } } }, "linkBrokenRisk": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.4_1_2.H91.A.Placeholder": { "quality": 1, "what": "Link has text but no href, id, or name attribute", "complaints": { "countTotal": 2, "texts": [ "Anchor element found with link content, but no href, ID or name attribute has been supplied." ] } } } } }, "imageNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "htmlcs": { "AAA.1_1_1.H37": { "quality": 1, "what": "img element has no alt attribute", "complaints": { "countTotal": 1, "texts": [ "Img element missing an alt attribute. Use the alt attribute to specify a short text alternative." ] } } }, "wave": { "alt_spacer_missing": { "quality": 1, "what": "Spacer image has no text alternative", "complaints": { "countTotal": 1, "texts": [ "Spacer image missing alternative text" ] } } } } }, "controlNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "htmlcs": { "AAA.1_3_1.F68": { "quality": 1, "what": "Form control has no label", "complaints": { "countTotal": 1, "texts": [ "This form field should be labelled in some way. Use the label element (either with a \"for\" attribute or wrapped around the form field), or \"title\", \"aria-label\" or \"aria-labelledby\" attributes as appropriate." ] } } }, "wave": { "label_missing": { "quality": 1, "what": "form element has no label", "complaints": { "countTotal": 1, "texts": [ "Missing form label" ] } } } } }, "headingStructure": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "htmlcs": { "AAA.1_3_1_AAA.G141": { "quality": 1, "what": "Heading level is incorrect", "complaints": { "countTotal": 2, "texts": [ "The heading structure is not logically nested. This h4 element should be an h2 to be properly nested.", "The heading structure is not logically nested. This h6 element should be an h5 to be properly nested." ] } } }, "tenon": { "155": { "quality": 1, "what": "Headings are not structured in a hierarchical manner", "complaints": { "countTotal": 1, "texts": [ "These headings are not structured in a hierarchical manner." ] } } } } }, "buttonNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "htmlcs": { "AAA.4_1_2.H91.InputButton.Name": { "quality": 1, "what": "Button input element has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This buttoninput element does not have a name available to an accessibility API. Valid names are: value attribute, aria-label attribute, aria-labelledby attribute." ] } } }, "wave": { "button_empty": { "quality": 1, "what": "Button is empty or has no value text", "complaints": { "countTotal": 1, "texts": [ "Empty button" ] } } } } }, "inputNoText": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "htmlcs": { "AAA.4_1_2.H91.InputText.Name": { "quality": 1, "what": "Text input has no accessible name", "complaints": { "countTotal": 1, "texts": [ "This textinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute." ] } } } } }, "complementaryNoText": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "ibm": { "aria_complementary_labelled": { "quality": 1, "what": "Element with a complementary role has no label", "complaints": { "countTotal": 1, "texts": [ "The element with \"complementary\" role does not have a label" ] } } } } }, "roleBad": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_contentinfo_misuse": { "quality": 1, "what": "Element with a contentinfo role is present without an element with a main role", "complaints": { "countTotal": 1, "texts": [ "The element with \"contentinfo\" role is present without an element with \"main\" role" ] } } } } }, "parseError": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "ibm": { "aria_child_valid": { "quality": 1, "what": "Child element has a role not allowed for the role of the parent", "complaints": { "countTotal": 1, "texts": [ "The element with role \"list\" does not own any child element with any of the following role(s): \"listitem\"" ] } } } } }, "typeRedundant": { "score": 52, "maxCount": 52, "weight": 1, "tools": { "nuVal": { "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": 6, "texts": [ "The type attribute for the style element is not needed and should be omitted." ] } }, "The type attribute is unnecessary for JavaScript resources.": { "quality": 1, "what": "type attribute is unnecessary for a JavaScript resource", "complaints": { "countTotal": 46, "texts": [ "The type attribute is unnecessary for JavaScript resources." ] } } } } }, "metaBad": { "score": 6, "maxCount": 2, "weight": 3, "tools": { "nuVal": { "A document must not include more than one meta element with its name attribute set to the value description.": { "quality": 1, "what": "meta element with name=\"description\" is not the only one", "complaints": { "countTotal": 2, "texts": [ "A document must not include more than one meta element with its name attribute set to the value description." ] } } } } }, "cssInvalid": { "score": 102, "maxCount": 34, "weight": 3, "tools": { "nuVal": { "^CSS: .+: Parse Error.*$": { "quality": 1, "what": "Invalid CSS", "complaints": { "countTotal": 32, "texts": [ "CSS: filter: Parse Error.", "CSS: background-color: Parse Error.", "CSS: padding: Parse Error." ] } }, "^CSS: .+: Property .+ doesn't exist.*$": { "quality": 1, "what": "Invalid property in CSS", "complaints": { "countTotal": 2, "texts": [ "CSS: font-smoothing: Property font-smoothing doesn't exist." ] } } } } }, "attributeBad": { "score": 60, "maxCount": 15, "weight": 4, "tools": { "nuVal": { "^Attribute .+ not allowed on element .+ at this point.*$": { "quality": 1, "what": "Attribute not allowed on this element", "complaints": { "countTotal": 10, "texts": [ "Attribute ontouchstart not allowed on element div at this point.", "Attribute ontouchstart not allowed on element a at this point.", "Attribute nofooter not allowed on element a at this point." ] } }, "The sizes attribute must only be specified if the srcset attribute is also specified.": { "quality": 1, "what": "Element has a sizes attribute but no srcset attribute", "complaints": { "countTotal": 3, "texts": [ "The sizes attribute must only be specified if the srcset attribute is also specified." ] } }, "^Attribute .+ is not serializable as XML 1\\.0.*$": { "quality": 1, "what": "Attribute is invalidly nonserializable", "complaints": { "countTotal": 2, "texts": [ "Attribute nofooter is not serializable as XML 1.0." ] } } } } }, "slashParseRisk": { "score": 55, "maxCount": 55, "weight": 1, "tools": { "nuVal": { "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.": { "quality": 1, "what": "Void element has a useless trailing slash.", "complaints": { "countTotal": 55, "texts": [ "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values." ] } } } } }, "elementClosure": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "nuVal": { "^No .+ element in scope but a .+ end tag seen.*$": { "quality": 1, "what": "End tag for an element that is not in scope", "complaints": { "countTotal": 1, "texts": [ "No p element in scope but a p end tag seen." ] } } } } }, "skipRepeatedContent": { "score": 3, "maxCount": 1, "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" ] } } } } }, "duplicateID": { "score": 8, "maxCount": 2, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R18": { "quality": 1, "what": "id attribute value is not unique", "complaints": { "countTotal": 2, "texts": [ "This rule checks that all id attribute values on a single page are unique." ] } } } } }, "linkTextsSame": { "score": 12, "maxCount": 6, "weight": 2, "tools": { "qualWeb": { "QW-ACT-R9": { "quality": 1, "what": "Links with identical accessible names have different purposes", "complaints": { "countTotal": 3, "texts": [ "This rule checks that links with identical accessible names resolve to the same resource or equivalent resources." ] } }, "QW-ACT-R44": { "quality": 1, "what": "Links with identical accessible names and context serve different purposes", "complaints": { "countTotal": 3, "texts": [ "This rule checks that links with identical accessible names and context resolve to the same or equivalent resources." ] } } }, "tenon": { "98": { "quality": 1, "what": "Links have the same text but different destinations", "complaints": { "countTotal": 2, "texts": [ "These links have the same text but different destinations." ] } } } } }, "errorReferenceBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "qualWeb": { "QW-ACT-R41": { "quality": 1, "what": "Error message describes no invalid form field value", "complaints": { "countTotal": 1, "texts": [ "This rule checks that text error messages provided when the user completes a form field with invalid values or using an invalid format, identify the cause of the error or how to fix the error." ] } } } } }, "overflowHiddenRisk": { "score": 45, "maxCount": 45, "weight": 1, "tools": { "qualWeb": { "QW-ACT-R40": { "quality": 1, "what": "Zoomed text node may be clipped by a CSS overflow declaration", "complaints": { "countTotal": 45, "texts": [ "This rule checks that text nodes are not unintentionally clipped by overflow, when a page is zoomed to 200% on 1280 by 1024 viewport." ] } } } } }, "sectionHeadingless": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T9": { "quality": 1, "what": "Page is not organized using headings", "complaints": { "countTotal": 2, "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" ] } } } } }, "ignorable": { "score": 0, "maxCount": 1, "weight": 0, "tools": { "qualWeb": { "QW-WCAG-T20": { "quality": 1, "what": "Link text is not supplemented with a title attribute", "complaints": { "countTotal": 1, "texts": [ "Supplementing link text with the title attribute" ] } } } } }, "textAlternativeRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T8": { "quality": 1, "what": "Text alternative is not an alternative", "complaints": { "countTotal": 4, "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": 82, "maxCount": 41, "weight": 2, "tools": { "qualWeb": { "QW-WCAG-T28": { "quality": 1, "what": "Percent, em, or name is used for a font size", "complaints": { "countTotal": 41, "texts": [ "This technique checks that all font-size attribute uses percent, em or names." ] } } } } }, "justificationRisk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "qualWeb": { "QW-WCAG-T29": { "quality": 1, "what": "Alignment either to the left or right is not specified in CSS", "complaints": { "countTotal": 1, "texts": [ "This technique describes how to align blocks of text either left or right by setting the CSS text-align property." ] } } } } }, "noHeading": { "score": 39, "maxCount": 13, "weight": 3, "tools": { "qualWeb": { "QW-BP1": { "quality": 1, "what": "h1-h6 not used to identify headings", "complaints": { "countTotal": 13, "texts": [ "It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content" ] } } } } }, "boxSizeAbsolute": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "qualWeb": { "QW-BP15": { "quality": 1, "what": "Element width is specified in an absolute value", "complaints": { "countTotal": 4, "texts": [ "At least one width attribute of an HTML element is expressed in absolute values" ] } } } } }, "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." ] } } } } }, "linkVague": { "score": 12, "maxCount": 4, "weight": 3, "tools": { "tenon": { "73": { "quality": 1, "what": "Link text is too generic to communicate the purpose or destination", "complaints": { "countTotal": 4, "texts": [ "This link text is uninformative." ] } } } } }, "titleRedundant": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "tenon": { "79": { "quality": 1, "what": "Link has a title attribute that is the same as the text inside the link", "complaints": { "countTotal": 1, "texts": [ "This link has a `title` attribute that is the same as the text inside the link." ] } } } } }, "leadingClipsText": { "score": 40, "maxCount": 10, "weight": 4, "tools": { "tenon": { "144": { "quality": 1, "what": "Line height is insufficent to properly display the computed font size", "complaints": { "countTotal": 10, "texts": [ "This content's line height is insufficent to properly display the computed element font size." ] } } } } }, "targetSize": { "score": 21, "maxCount": 7, "weight": 3, "tools": { "tenon": { "152": { "quality": 1, "what": "Actionable element is smaller than the minimum required size", "complaints": { "countTotal": 7, "texts": [ "This actionable element is smaller than the minimum required size." ] } } } } }, "linkForcesNewWindow": { "score": 3, "maxCount": 1, "weight": 3, "tools": { "tenon": { "218": { "quality": 1, "what": "Link opens in a new window without user control", "complaints": { "countTotal": 1, "texts": [ "This link opens in a new window without user control." ] } } } } }, "visibleBulk": { "score": 1, "maxCount": 1, "weight": 1, "tools": { "testaro": { "bulk": { "quality": 1, "what": "Page contains many visible elements", "complaints": { "countTotal": 1, "texts": [ "Page contains a large number of visible elements" ] } } } } }, "tabFocusability": { "score": 6, "maxCount": 1.5, "weight": 4, "tools": { "testaro": { "focAll": { "quality": 0.5, "what": "Discrepancy between elements that should be and that are Tab-focusable", "complaints": { "countTotal": 3, "texts": [ "Some focusable elements are not Tab-focusable or vice versa" ] } } } } }, "hoverSurprise": { "score": 2, "maxCount": 1, "weight": 2, "tools": { "testaro": { "hover": { "quality": 1, "what": "Hovering is impossible or mis-indicated or changes content", "complaints": { "countTotal": 1, "texts": [ "Hovering over element has unexpected effects" ] } } } } }, "labelClash": { "score": 4, "maxCount": 2, "weight": 2, "tools": { "testaro": { "labClash": { "quality": 1, "what": "Incompatible label types", "complaints": { "countTotal": 2, "texts": [ "Element INPUT is unlabeled" ] } } } } }, "linkIndication": { "score": 62, "maxCount": 31, "weight": 2, "tools": { "testaro": { "linkUl": { "quality": 1, "what": "Non-underlined adjacent links", "complaints": { "countTotal": 31, "texts": [ "Link is inline but has no underline" ] } } } } }, "inconsistentStyles": { "score": 2, "maxCount": 2, "weight": 1, "tools": { "testaro": { "styleDiff": { "quality": 1, "what": "Heading, link, and button style inconsistencies", "complaints": { "countTotal": 2, "texts": [ "In-line links have 3 different styles" ] } } } } }, "titleBad": { "score": 4, "maxCount": 1, "weight": 4, "tools": { "testaro": { "titledEl": { "quality": 1, "what": "title attribute belongs to an inappropriate element", "complaints": { "countTotal": 1, "texts": [ "A element has a title attribute" ] } } } } }, "zIndexNotZero": { "score": 28, "maxCount": 28, "weight": 1, "tools": { "testaro": { "zIndex": { "quality": 1, "what": "Layering with nondefault z-index values", "complaints": { "countTotal": 28, "texts": [ "DIV element has a non-default Z index", "NAV element has a non-default Z index", "UL element has a non-default Z index", "LI element has a non-default Z index", "A element has a non-default Z index" ] } } } } }, "linkComprehensionRisk": { "score": 3, "maxCount": 3, "weight": 1, "tools": { "wave": { "link_suspicious": { "quality": 1, "what": "Suspicious link text", "complaints": { "countTotal": 3, "texts": [ "Suspicious link text" ] } } } } }, "linkPair": { "score": 8, "maxCount": 4, "weight": 2, "tools": { "wave": { "link_redundant": { "quality": 1, "what": "Adjacent links go to the same URL", "complaints": { "countTotal": 4, "texts": [ "Redundant link" ] } } } } }, "noScriptRisk": { "score": 6, "maxCount": 6, "weight": 1, "tools": { "wave": { "noscript": { "quality": 1, "what": "noscript element may fail to contain an accessible equivalent or alternative", "complaints": { "countTotal": 6, "texts": [ "Noscript element" ] } } } } }, "videoCaptionRisk": { "score": 4, "maxCount": 4, "weight": 1, "tools": { "wave": { "youtube_video": { "quality": 1, "what": "YouTube video may have no or incorrect captions", "complaints": { "countTotal": 4, "texts": [ "YouTube video" ] } } } } } } } } }