Accessibility digest
Page | Candidate James Gallagher (R) |
---|---|
URL | https://electjamesgallagher.com/ |
Requester | pool@jpdev.pro |
Test date | 2023/06/18 |
Score | 3586 |
Tested by | Testaro, procedure ts27 |
Scored by | Testilo, procedure tsp27 |
Digested by | Testilo, procedure tdp27 |
Introduction
This is a digest of results from a battery of web accessibility tests.
Ten different tools (Alfa, Axe, Continuum, Equal Access, HTML CodeSniffer, Nu Html Checker, QualWeb, Tenon, Testaro, and WAVE) tested the web page of Candidate James Gallagher (R) at https://electjamesgallagher.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 3586, where 0 would be perfect
.
Total score
The total score is the sum of five components.
Component | Score | Description |
---|---|---|
total | 3586 | Sum of the component scores |
issue | 2870 | Severity and number of reported defects |
tool | 362 | Tool-by-tool defect ratings |
prevention | 300 | Failed attempts by tools to test the page |
log | 54 | 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 |
---|---|
duplicateID | 864 |
attributeBad | 400 |
focusIndication | 224 |
cssInvalid | 168 |
textContrastAA | 140 |
colorMissing | 120 |
linkNoText | 104 |
fontSizeAbsolute | 90 |
linkIndication | 74 |
contentBeyondLandmarks | 68 |
controlNoText | 40 |
inputNoText | 40 |
errorReferenceBad | 40 |
overflowHiddenRisk | 39 |
hoverSurprise | 36 |
contrastAAA | 35 |
noHeading | 30 |
slashParseRisk | 25 |
tabFocusability | 24 |
linkPair | 22 |
linkTextsSame | 20 |
labelClash | 20 |
svgImageNoText | 16 |
decorativeImageRisk | 14 |
zIndexNotZero | 14 |
inputOnlyPlaceholder | 12 |
targetSize | 12 |
hiddenContentRisk | 11 |
sectionHeadingless | 10 |
pseudoNavList | 10 |
repeatedContentRisk | 9 |
submitButton | 9 |
linkVague | 9 |
pseudoHeadingRisk | 8 |
imageNoText | 8 |
navConfusion | 6 |
navNoText | 6 |
typeRedundant | 6 |
fontSmall | 6 |
linkForcesNewWindow | 6 |
textRotated | 6 |
focusableOperable | 6 |
justification | 4 |
scrollRisk | 4 |
headingStructure | 4 |
internalLinkBroken | 4 |
justificationRisk | 4 |
leadingClipsText | 4 |
inconsistentStyles | 4 |
h1Missing | 3 |
landmarkConfusion | 3 |
skipRepeatedContent | 3 |
boxSizeAbsolute | 3 |
horizontalScrolling | 3 |
allCaps | 3 |
autocompleteNone | 3 |
linkComprehensionRisk | 3 |
leadingInsufficient | 2 |
linkWindowSurpriseRisk | 2 |
mainNone | 2 |
noScriptRisk | 2 |
linkConfusionRisk | 1 |
contrastRisk | 1 |
visibleBulk | 1 |
frameContentRisk | 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 duplicateID
WCAG: 4.1.1
Score: 864
Complaints by alfa
Rule r3
r3
Description: Element id attribute value is not unique
Count of instances: 9
Complaint specifics
- id attributes have a unique value
Complaints by axe
Rule duplicate-id
duplicate-id
Description: id attribute value is not unique
Count of instances: 3
Complaint specifics
- id attribute value must be unique; Document has multiple static elements with the same id attribute: abpjwnpqlyokkjuaxntwgauyiwvamlapglgo
- id attribute value must be unique; Document has multiple static elements with the same id attribute: close-popup
- id attribute value must be unique; Document has multiple static elements with the same id attribute: Line-2
Complaints by continuum
Rule 94
94
Description: Element contains an id attribute set to a value that is not unique in the DOM
Count of instances: 9
Complaint specifics
- This DIV has an id attribute of 'abpjwnpqlyokkjuaxntwgauyiwvamlapglgo', which is not unique in the same DOM
- This g has an id attribute of 'close-popup', which is not unique in the same DOM
- This path has an id attribute of 'Line-2', which is not unique in the same DOM
Complaints by htmlcs
Rule AAA.4_1_1.F77
AAA.4_1_1.F77
Description: Duplicate id attribute value
Count of instances: 4
Complaint specifics
- Duplicate id attribute value "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo" found on the web page.
- Duplicate id attribute value "close-popup" found on the web page.
- Duplicate id attribute value "Line-2" found on the web page.
Complaints by nuVal
Rule ^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
^Duplicate ID .+$|^The first occurrence of ID .* was here.*$
Description: Duplicate id
Count of instances: 216
Complaint specifics
- Duplicate ID .
- The first occurrence of ID was here.
- Duplicate ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo.
- The first occurrence of ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo was here.
- Duplicate ID Line-2.
- The first occurrence of ID Line-2 was here.
- Duplicate ID close-popup.
- The first occurrence of ID close-popup was here.
Complaints by qualWeb
Rule QW-ACT-R18
QW-ACT-R18
Description: id attribute value is not unique
Count of instances: 9
Complaint specifics
- This rule checks that all id attribute values on a single page are unique.
Issue attributeBad
WCAG: 1.3.1
Score: 400
Complaints by nuVal
Rule ^Bad value .* for attribute .+ on element .+$
^Bad value .* for attribute .+ on element .+$
Description: Attribute on this element has an invalid value
Count of instances: 98
Complaint specifics
- Bad value for attribute id on element a: An ID must not be the empty string.
- Bad value for attribute id on element div: An ID must not be the empty string.
- Bad value for attribute id on element script: An ID must not be the empty string.
Rule ^Attribute .+ not allowed on element .+ at this point.*$
Description: Attribute not allowed on this element
Count of instances: 2
Complaint specifics
- Attribute appid not allowed on element div at this point.
Issue focusIndication
WCAG: 2.4.7
Score: 224
Complaints by alfa
Rule r65
r65
Description: Element in the sequential focus order has no visible focus
Count of instances: 44
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: 56
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: 40
Complaint specifics
- A element has no focus indicator
- INPUT element has no focus indicator
- BUTTON element has no focus indicator
Issue cssInvalid
WCAG: 4.1
Score: 168
Complaints by nuVal
Rule ^CSS: .+: only 0 can be a unit. You must put a unit after your number.*$
^CSS: .+: only 0 can be a unit. You must put a unit after your number.*$
Description: Number in CSS is nonzero but has no unit
Count of instances: 56
Complaint specifics
- CSS: max-width: only 0 can be a unit. You must put a unit after your number.
- CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.
Issue textContrastAA
WCAG: 1.4.3
Score: 140
Complaints by alfa
Rule r69
r69
Description: Text outside widget has subminimum contrast
Count of instances: 35
Complaint specifics
- Text outside widget has minimum contrast
Complaints by axe
Rule color-contrast
color-contrast
Description: Element has insufficient color contrast
Count of instances: 24
Complaint specifics
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image
- Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements
- Elements must meet minimum color contrast ratio thresholds; Element content is too short to determine if it is actual text content
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.14 (foreground color: #3dae2b, background color: #002f87, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 17.3pt (23px), font weight: bold). Expected contrast ratio of 3:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1
- Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 36.0pt (48px), font weight: bold). Expected contrast ratio of 3:1
Complaints by htmlcs
Rule AAA.1_4_6.G18.Fail
AAA.1_4_6.G18.Fail
Description: Contrast between the text and its background is less than 4.5:1
Count of instances: 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.09:1. Recommendation: change background to #767676.
Complaints by qualWeb
Rule QW-ACT-R37
QW-ACT-R37
Description: Text has less than the minimum contrast
Count of instances: 20
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: 23
Complaint specifics
- Very low contrast
Issue colorMissing
WCAG: 1.4.3
Score: 120
Complaints by qualWeb
Rule QW-WCAG-T31
QW-WCAG-T31
Description: Foreground or background color is specified but not both
Count of instances: 30
Complaint specifics
- Users with vision loss or cognitive, language and learning challenges often prefer specific foreground and background color combinations. In some cases, individuals with low vision will find it much easier to see a Web page that has white text on a black background, and they may have set their user agent to present this contrast. Many user agents make it possible for users to choose a preference about the foreground or background colors they would like to see without overriding all author-specified styles. This makes it possible for users to view pages where colors have not been specified by the author in their preferred color combination.
Issue linkNoText
WCAG: 2.4.4
Score: 104
Complaints by alfa
Rule r11
r11
Description: Link has no accessible name
Count of instances: 15
Complaint specifics
- Links have an accessible name
Complaints by axe
Rule link-name
link-name
Description: Link has no discernible text
Count of instances: 14
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: 15
Complaint specifics
- This A element does not have a mechanism that allows an accessible name value to be calculated
Complaints by htmlcs
Rule AAA.4_1_2.H91.A.NoContent
AAA.4_1_2.H91.A.NoContent
Description: Link has an href attribute but no text
Count of instances: 3
Complaint specifics
- Anchor element found with a valid href attribute, but no link content has been supplied.
Complaints by qualWeb
Rule QW-ACT-R12
QW-ACT-R12
Description: Link has no accessible name
Count of instances: 14
Complaint specifics
- This rule checks that each link has an accessible name.
Rule QW-WCAG-T21
Description: Accessible name is not provided for an image which is the only content in a link
Count of instances: 12
Complaint specifics
- This technique checks the text alternative of images which are the only content of a link
Complaints by tenon
Rule 57
57
Description: Link has no text inside it
Count of instances: 14
Complaint specifics
- This link has no text inside it.
Complaints by wave
Rule alt_link_missing
alt_link_missing
Description: Linked image has no text alternative
Count of instances: 12
Complaint specifics
- Linked image missing alternative text
Rule link_empty
Description: Link contains no text
Count of instances: 2
Complaint specifics
- Empty link
Issue fontSizeAbsolute
WCAG: 1.4.4
Score: 90
Complaints by alfa
Rule r74
r74
Description: Paragraph text has an absolute font size
Count of instances: 9
Complaint specifics
- Paragraphs of text do not have font sizes defined in absolute units
Complaints by qualWeb
Rule QW-WCAG-T28
QW-WCAG-T28
Description: Percent, em, or name is used for a font size
Count of instances: 45
Complaint specifics
- This technique checks that all font-size attribute uses percent, em or names.
Issue linkIndication
WCAG: 1.3.3
Score: 74
Complaints by testaro
Rule linkUl
linkUl
Description: Non-underlined adjacent links
Count of instances: 37
Complaint specifics
- Link is inline but has no underline
Issue contentBeyondLandmarks
WCAG: 1.3.6
Score: 68
Complaints by alfa
Rule r57
r57
Description: Perceivable text content is not included in any landmark
Count of instances: 34
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: 18
Complaint specifics
- All page content should be contained by landmarks; Some page content is not contained by landmarks
Issue controlNoText
WCAG: 4.1.2
Score: 40
Complaints by htmlcs
Rule AAA.1_3_1.F68
AAA.1_3_1.F68
Description: Form control has no label
Count of instances: 6
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: 10
Complaint specifics
- Missing form label
Issue inputNoText
WCAG: 4.1.2
Score: 40
Complaints by htmlcs
Rule AAA.4_1_2.H91.InputEmail.Name
AAA.4_1_2.H91.InputEmail.Name
Description: Email input has no accessible name
Count of instances: 3
Complaint specifics
- This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Rule AAA.4_1_2.H91.InputTel.Name
Description: Telephone input has no accessible name
Count of instances: 1
Complaint specifics
- This telinput element does not have a name available to an accessibility API. Valid names are: label element, title attribute, aria-label attribute, aria-labelledby attribute.
Rule AAA.4_1_2.H91.InputText.Name
Description: Text input has no accessible name
Count of instances: 6
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: 40
Complaints by qualWeb
Rule QW-ACT-R41
QW-ACT-R41
Description: Error message describes no invalid form field value
Count of instances: 10
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 overflowHiddenRisk
WCAG: 1.4.4
Score: 39
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: 39
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 hoverSurprise
WCAG: 1.4.13
Score: 36
Complaints by testaro
Rule hover
hover
Description: Hovering is impossible or mis-indicated or changes content
Count of instances: 18
Complaint specifics
- Operable element cannot be hovered over
Issue contrastAAA
WCAG: 1.4.6
Score: 35
Complaints by alfa
Rule r66
r66
Description: Text contrast less than AAA requires
Count of instances: 35
Complaint specifics
- Text outside widget has enhanced contrast
Complaints by axe
Rule color-contrast-enhanced
color-contrast-enhanced
Description: Element has insufficient color contrast (Level AAA)
Count of instances: 7
Complaint specifics
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1
- Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1
Complaints by htmlcs
Rule AAA.1_4_6.G17.Fail
AAA.1_4_6.G17.Fail
Description: Text has insufficient contrast
Count of instances: 9
Complaint specifics
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.
- This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.09:1. Recommendation: change background to #595959.
- 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 2.88:1. Recommendation: change background to #0e6800.
- 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 2.88:1. Recommendation: change text colour to #0e6800.
- 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.
Complaints by qualWeb
Rule QW-ACT-R76
QW-ACT-R76
Description: Text has less than the enhanced minimum contrast
Count of instances: 20
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: 3
Complaint specifics
- This element has insufficient color contrast (Level AAA).
Issue noHeading
WCAG: 1.3.1
Score: 30
Complaints by qualWeb
Rule QW-BP1
QW-BP1
Description: h1-h6 not used to identify headings
Count of instances: 10
Complaint specifics
- It is recommended to use HTML and XHTML heading markup to provide semantic code for headings in the content
Issue slashParseRisk
WCAG: 4.1
Score: 25
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: 25
Complaint specifics
- Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.
Issue tabFocusability
WCAG: 2.1.1
Score: 24
Complaints by testaro
Rule focAll
focAll
Description: Discrepancy between elements that should be and that are Tab-focusable
Count of instances: 12
Complaint specifics
- Some focusable elements are not Tab-focusable or vice versa
Issue linkPair
WCAG: 2.4.4
Score: 22
Complaints by wave
Rule link_redundant
link_redundant
Description: Adjacent links go to the same URL
Count of instances: 11
Complaint specifics
- Redundant link
Issue linkTextsSame
WCAG: 2.4.4
Score: 20
Complaints by qualWeb
Rule QW-ACT-R9
QW-ACT-R9
Description: Links with identical accessible names have different purposes
Count of instances: 5
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: 5
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: 4
Complaint specifics
- These links have the same text but different destinations.
Issue labelClash
WCAG: 1.3.1
Score: 20
Complaints by testaro
Rule labClash
labClash
Description: Incompatible label types
Count of instances: 10
Complaint specifics
- Element INPUT is unlabeled
Issue svgImageNoText
WCAG: 1.1.1
Score: 16
Complaints by continuum
Rule 123
123
Description: svg element has no machanism allowing an accessible name to be calculated
Count of instances: 4
Complaint specifics
- This svg element does not have a mechanism that allows an accessible name value to be calculated
Issue decorativeImageRisk
WCAG: 1.1.1
Score: 14
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: 14
Complaint specifics
- Img element is marked so that it is ignored by Assistive Technology.
Issue zIndexNotZero
WCAG: 1.4
Score: 14
Complaints by testaro
Rule zIndex
zIndex
Description: Layering with nondefault z-index values
Count of instances: 14
Complaint specifics
- NAV element has a non-default Z index
- DIV element has a non-default Z index
Issue inputOnlyPlaceholder
WCAG: 4.1.2
Score: 12
Complaints by continuum
Rule 863
863
Description: input has an accessible name that depends on a placeholder
Count of instances: 4
Complaint specifics
- This input should not rely on text in the placeholder attribute for an accessible name
Issue targetSize
WCAG: 2.5.5
Score: 12
Complaints by tenon
Rule 152
152
Description: Actionable element is smaller than the minimum required size
Count of instances: 4
Complaint specifics
- This actionable element is smaller than the minimum required size.
Issue hiddenContentRisk
WCAG: 4.1
Score: 11
Complaints by axe
Rule hidden-content
hidden-content
Description: Some content is hidden and therefore may not be testable for accessibility
Count of instances: 11
Complaint specifics
- Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.
Issue sectionHeadingless
WCAG: 1.3.1
Score: 10
Complaints by nuVal
Rule Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Description: section has no heading
Count of instances: 10
Complaint specifics
- Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.
Complaints by qualWeb
Rule QW-WCAG-T9
QW-WCAG-T9
Description: Page is not organized using headings
Count of instances: 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 pseudoNavList
WCAG: 1.3.1
Score: 10
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: 5
Complaint specifics
- The objective of this technique is to create lists of related items using list elements appropriate for their purposes.
Issue repeatedContentRisk
WCAG: 2.4.1
Score: 9
Complaints by alfa
Rule r87
r87
Description: First focusable element is not a link to the main content
Count of instances: 1
Complaint specifics
- First focusable element is link to main content
Complaints by qualWeb
Rule QW-ACT-R73
QW-ACT-R73
Description: Block of repeated content is not collapsible
Count of instances: 1
Complaint specifics
- This rule checks that repeated blocks of content are collapsible.
Rule QW-ACT-R74
Description: Document has no instrument to move focus to non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that there is an instrument to move focus to non-repeated content in the page.
Rule QW-WCAG-T23
Description: No link at the top of the page that goes directly to the main content area
Count of instances: 1
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass blocks of material that are repeated on multiple Web pages by skipping directly to the main content of the Web page.
Rule QW-BP17
Description: No link at the beginning of a block of repeated content goes to the end of the block
Count of instances: 6
Complaint specifics
- The objective of this technique is to provide a mechanism to bypass a block of material by skipping to the end of the block.
Issue submitButton
WCAG: 2.5.6
Score: 9
Complaints by qualWeb
Rule QW-WCAG-T19
QW-WCAG-T19
Description: Submit button not provided
Count of instances: 3
Complaint specifics
- The objective of this technique is to provide a mechanism that allows users to explicitly request changes of context. The intended use of a submit button is to generate an HTTP request that submits data entered in a form, so it is an appropriate control to use for causing a change of context.
Issue linkVague
WCAG: 2.4.4
Score: 9
Complaints by tenon
Rule 73
73
Description: Link text is too generic to communicate the purpose or destination
Count of instances: 3
Complaint specifics
- This link text is uninformative.
Issue pseudoHeadingRisk
WCAG: 1.3.1
Score: 8
Complaints by htmlcs
Rule AAA.1_3_1.H42
AAA.1_3_1.H42
Description: Heading coding is not used but the element may be intended as a heading
Count of instances: 8
Complaint specifics
- Heading markup should be used if this content is intended as a heading.
Complaints by wave
Rule heading_possible
heading_possible
Description: Possible heading
Count of instances: 6
Complaint specifics
- Possible heading
Issue imageNoText
WCAG: 1.1.1
Score: 8
Complaints by nuVal
Rule An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Description: img element has no alt attribute
Count of instances: 2
Complaint specifics
- An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Issue navConfusion
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 531
531
Description: nav element has an accessible name that is non-unique among the nav elements
Count of instances: 2
Complaint specifics
- This nav does not have a unique accessible name as required when two or more nav elements are present
Issue navNoText
WCAG: 1.3.6
Score: 6
Complaints by continuum
Rule 533
533
Description: nav element is not the only nav element but has no accessible name
Count of instances: 2
Complaint specifics
- This nav does not have an accessible name as required when two or more nav elements are present
Issue typeRedundant
WCAG: 1.3.1
Score: 6
Complaints by nuVal
Rule The type attribute is unnecessary for JavaScript resources.
The type attribute is unnecessary for JavaScript resources.
Description: type attribute is unnecessary for a JavaScript resource
Count of instances: 6
Complaint specifics
- The type attribute is unnecessary for JavaScript resources.
Issue fontSmall
WCAG: 1.4
Score: 6
Complaints by tenon
Rule 134
134
Description: Text is very small
Count of instances: 2
Complaint specifics
- Very small text found.
Issue linkForcesNewWindow
WCAG: 3.2.5
Score: 6
Complaints by tenon
Rule 218
218
Description: Link opens in a new window without user control
Count of instances: 2
Complaint specifics
- This link opens in a new window without user control.
Issue textRotated
WCAG: 1.4.8
Score: 6
Complaints by tenon
Rule 271
271
Description: Text is needlessly rotated 60+ degrees or more, hurting comprehension
Count of instances: 3
Complaint specifics
- This text is rotated from the horizontal by 60 degrees or more.
Issue focusableOperable
WCAG: 2.1.1
Score: 6
Complaints by testaro
Rule focOp
focOp
Description: Tab-focusable elements that are inoperable or operable elements that are not focusable
Count of instances: 2
Complaint specifics
Issue justification
WCAG: 1.4.8
Score: 4
Complaints by alfa
Rule r71
r71
Description: Paragraph text is fully justified
Count of instances: 2
Complaint specifics
- Paragraphs of text are not justified
Complaints by tenon
Rule 36
36
Description: Text is fully justified
Count of instances: 2
Complaint specifics
- This text is justified.
Complaints by wave
Rule text_justified
text_justified
Description: Text is justified
Count of instances: 2
Complaint specifics
- Justified text
Issue scrollRisk
WCAG: 1.4.10
Score: 4
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: 4
Complaint specifics
- This element has "position: fixed". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.
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 h5 element appears to be the primary document heading, so should be an h1 element.
- The heading structure is not logically nested. This h5 element should be an h1 to be properly nested.
Complaints by tenon
Rule 155
155
Description: Headings are not structured in a hierarchical manner
Count of instances: 1
Complaint specifics
- These headings are not structured in a hierarchical manner.
Issue internalLinkBroken
WCAG: 1.3.1
Score: 4
Complaints by htmlcs
Rule AAA.2_4_1.G1,G123,G124.NoSuchID
AAA.2_4_1.G1,G123,G124.NoSuchID
Description: Internal link references a nonexistent destination
Count of instances: 1
Complaint specifics
- This link points to a named anchor "yaqezzhbbiullhlnuomchbwjpeldrnthnzfj" within the document, but no anchor exists with that name.
Complaints by wave
Rule link_internal_broken
link_internal_broken
Description: Broken same-page link
Count of instances: 1
Complaint specifics
- Broken same-page link
Issue justificationRisk
WCAG: 1.4.8
Score: 4
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: 4
Complaint specifics
- This technique describes how to align blocks of text either left or right by setting the CSS text-align property.
Issue leadingClipsText
WCAG: 1.4.8
Score: 4
Complaints by tenon
Rule 144
144
Description: Line height is insufficent to properly display the computed font size
Count of instances: 1
Complaint specifics
- This content's line height is insufficent to properly display the computed element font size.
Issue inconsistentStyles
WCAG: 3.2.4
Score: 4
Complaints by testaro
Rule styleDiff
styleDiff
Description: Heading, link, and button style inconsistencies
Count of instances: 4
Complaint specifics
- In-line links have 2 different styles
- Links in columns have 3 different styles
- Buttons have 2 different styles
Issue h1Missing
WCAG: 1.3.1
Score: 3
Complaints by alfa
Rule r61
r61
Description: First heading is not h1
Count of instances: 1
Complaint specifics
- Documents start with a level 1 heading
Complaints by wave
Rule h1_missing
h1_missing
Description: Missing first level heading
Count of instances: 1
Complaint specifics
- Missing first level heading
Issue landmarkConfusion
WCAG: 1.3.6
Score: 3
Complaints by axe
Rule landmark-unique
landmark-unique
Description: Landmark has a role and an accessible name that are identical to another
Count of instances: 1
Complaint specifics
- Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable
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 boxSizeAbsolute
WCAG: 1.4.4
Score: 3
Complaints by qualWeb
Rule QW-BP15
QW-BP15
Description: Element width is specified in an absolute value
Count of instances: 1
Complaint specifics
- At least one width attribute of an HTML element is expressed in absolute values
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 allCaps
WCAG: 3.1.5
Score: 3
Complaints by tenon
Rule 153
153
Description: Long string of text is in all caps
Count of instances: 3
Complaint specifics
- This long string of text is in all caps.
Issue autocompleteNone
WCAG: 1.3.5
Score: 3
Complaints by testaro
Rule autocomplete
autocomplete
Description: Name or email input is missing its required autocomplete attribute
Count of instances: 3
Complaint specifics
- Input is missing the required autocomplete attribute with value email
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 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 linkWindowSurpriseRisk
WCAG: 3.2.5
Score: 2
Complaints by htmlcs
Rule AAA.3_2_5.H83.3
AAA.3_2_5.H83.3
Description: Link text may fail to indicate that the link will open in a new window
Count of instances: 2
Complaint specifics
- Check that this link's link text contains information indicating that the link will open in a new window.
Issue mainNone
WCAG: 1.3.6
Score: 2
Complaints by qualWeb
Rule QW-ACT-R63
QW-ACT-R63
Description: Document has no landmark with non-repeated content
Count of instances: 1
Complaint specifics
- This rule checks that each page has an element with a landmark semantic role starting with non-repeated content
Issue noScriptRisk
WCAG: 4.1
Score: 2
Complaints by wave
Rule noscript
noscript
Description: noscript element may fail to contain an accessible equivalent or alternative
Count of instances: 2
Complaint specifics
- Noscript element
Issue 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 contrastRisk
WCAG: 1.4.3
Score: 1
Complaints by htmlcs
Rule AAA.1_4_3_F24.F24.FGColour
AAA.1_4_3_F24.F24.FGColour
Description: Inline foreground color may lack a complementary background color
Count of instances: 1
Complaint specifics
- Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.
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 frameContentRisk
WCAG: 4.1
Score: 0
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: 2
Complaint specifics
- Frames should be tested with axe-core; The iframe still has to be tested with axe-core
Complete report
{ "id": "18ixx-ts27-caAD3-c", "what": "accessibility tests", "strict": true, "timeLimit": 330, "acts": [ { "type": "launch", "which": "webkit", "startTime": 1687096467199, "endTime": 1687096467747 }, { "type": "url", "which": "https://electjamesgallagher.com/", "what": "Candidate James Gallagher (R)", "startTime": 1687096467747, "result": { "url": "https://electjamesgallagher.com/" }, "endTime": 1687096469706 }, { "type": "tenonRequest", "id": "a", "withNewContent": false, "what": "Tenon API version 2 test request, with page content", "startTime": 1687096469706, "url": "https://electjamesgallagher.com/", "endTime": 1687096471006 }, { "type": "test", "which": "testaro", "what": "Testaro", "withItems": true, "rules": [ "y", "motion" ], "startTime": 1687096471007, "url": "https://electjamesgallagher.com/", "result": { "rules": { "motion": { "what": "motion without user request", "data": { "bytes": [ 834420, 834420, 834420, 834420, 834420 ], "localRatios": [ 1, 1, 1, 1 ], "meanLocalRatio": 1, "maxLocalRatio": 1, "globalRatio": 1, "pixelChanges": [ 0, 0, 0, 0 ], "meanPixelChange": 0, "maxPixelChange": 0, "changeFrequency": 0 }, "totals": [ 0, 0, 0, 0 ], "standardInstances": [] } }, "success": true }, "standardResult": { "totals": [ 0, 0, 0, 0 ], "instances": [] }, "endTime": 1687096486045 }, { "type": "launch", "which": "chromium", "startTime": 1687096486045, "endTime": 1687096486588 }, { "type": "url", "which": "https://electjamesgallagher.com/", "what": "Candidate James Gallagher (R)", "startTime": 1687096486588, "result": { "url": "https://electjamesgallagher.com/" }, "endTime": 1687096487716 }, { "type": "test", "which": "alfa", "startTime": 1687096487716, "url": "https://electjamesgallagher.com/", "what": "alfa", "result": { "totals": { "failures": 79, "warnings": 107 }, "items": [ { "index": 9, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dltcm\">", " <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">", " </picture>", "</a>" ] } }, { "index": 24, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dmjhi\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-253x168x24x0x204x168x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-506x336x48x0x408x336x1609868842.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-200x133x19x0x161x133x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-400x266x38x0x322x266x1609868842.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-410x273x0x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-820x546x0x110x820x328x1609868842.jpg 2x\" src=\"https://electjamesgallagher...", " </picture>", "</a>" ] } }, { "index": 26, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ogscq\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-253x169x24x0x204x169x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-506x338x48x0x408x338x1609868852.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-200x133x19x0x161x133x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-400x266x38x0x322x266x1609868852.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-410x273x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-820x546x0x110x820x328x1609868852.jpg 2x\" src=\"https://electjamesgalla...", " </picture>", "</a>" ] } }, { "index": 28, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-jeacb\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-300x169x48x0x204x169x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-600x338x96x0x408x338x1609868871.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-237x133x38x0x161x133x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-474x266x76x0x322x266x1609868871.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-410x231x0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-820x462x0x92x820x276x1609868871.jpg 2x\" src=\"https://electjamesgallaghe...", " </picture>", "</a>" ] } }, { "index": 30, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kbktp\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-253x168x24x0x204x168x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-506x336x48x0x408x336x1609868890.jpeg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-200x133x19x0x161x133x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-400x266x38x0x322x266x1609868890.jpeg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-410x272x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-820x544x0x108x820x326x1609868890.jpeg 2x\" src=\"https://electjamesgal...", " </picture>", "</a>" ] } }, { "index": 32, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-qjnol\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-253x169x24x0x204x169x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-506x338x48x0x408x338x1609868887.jpeg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-200x133x19x0x161x133x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-400x266x38x0x322x266x1609868887.jpeg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-410x274x0x55x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-820x548x0x110x820x328x1609868887.jpeg 2x\" src=\"https://electjamesgallagher.c...", " </picture>", "</a>" ] } }, { "index": 34, "verdict": "failed", "rule": { "ruleID": "r11", "ruleSummary": "Links have an accessible name", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r11", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-in-context", "chapter": "2.4.4", "title": "Link Purpose (In Context)" }, { "uri": "https://www.w3.org/TR/WCAG2/#link-purpose-link-only", "chapter": "2.4.9", "title": "Link Purpose (Link Only)" }, { "uri": "https://www.w3.org/TR/WCAG2/#name-role-value", "chapter": "4.1.2", "title": "Name, Role, Value" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G91", "name": "G91", "title": "Providing link text that describes the purpose of a link" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-yxmmc\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-253x169x24x0x204x169x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-506x338x48x0x408x338x1609868857.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-200x133x19x0x161x133x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-400x266x38x0x322x266x1609868857.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-410x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-820x546x0x110x820x328x1609868857.jpg 2x\" src=\"https://ele...", " </picture>", "</a>" ] } }, { "index": 36, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kglos\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-257x168x27x0x204x168x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-514x336x54x0x408x336x1609868836.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-203x133x21x0x161x133x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-406x266x42x0x322x266x1609868836.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-410x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-820x536x0x108x820x322x1609868836.jpg 2x\" src=\"https://elect...", " </picture>", "</a>" ] } }, { "index": 38, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ckamn\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-253x169x24x0x204x169x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-506x338x48x0x408x338x1609868889.jpeg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-200x133x19x0x161x133x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-400x266x38x0x322x266x1609868889.jpeg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-410x274x0x55x410x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-820x548x0x110x820x328x1609868889.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-cont...", " </picture>", "</a>" ] } }, { "index": 40, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-eohav\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-224x168x10x0x204x168x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-448x336x20x0x408x336x1609792225.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-177x133x8x0x161x133x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-354x266x16x0x322x266x1609792225.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-410x308x0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-820x616x0x124x820x370x1609792225.jpg 2x\" src=\"https://electjamesgallagh...", " </picture>", "</a>" ] } }, { "index": 42, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ldfyp\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-312x168x54x0x204x168x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-624x336x108x0x408x336x1609868865.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-247x133x43x0x161x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-494x266x86x0x322x266x1609868865.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-410x221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-820x442x0x88x820x266x1609868865.jpg 2x\" src=\"https://electjames...", " </picture>", "</a>" ] } }, { "index": 44, "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]/section[5]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a data-height=\"615\" class=\"twitter-timeline\" data-theme=\"light\" href=\"https://twitter.com/@J_GallagherAD3\" data-twitter-extracted-i1687096487812512955=\"true\"></a>" ] } }, { "index": 45, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-iiktj\">", " <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">", " </picture>", "</a>" ] } }, { "index": 46, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-87g7tk\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg\" data-type=\"glyph\" data-name=\"logo-facebook\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M22,0H2C0.895,0,0,0.895,0,2v20c0,1.105,0.895,2,2,2h11v-9h-3v-4h3V8.413c0-3.1,1.893-4.788,4.659-4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\"></path...", " </g>", " </svg>", " </span>", "</a>" ] } }, { "index": 47, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-87g7tk\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg\" data-type=\"glyph\" data-name=\"logo-twitter\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M24,4.6c-0.9,0.4-1.8,0.7-2.8,0.8c1-0.6,1.8-1.6,2.2-2.7c-1,0.6-2,1-3.1,1.2c-0.9-1-2.2-1.6-3.6-1.6 c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1C7.7,8.1,4.1,6.1,1.7,3.1C1.2,3.9,1,4.7,1,5.6c0,1.7,0.9,3.2,2.2,4.1 C2.4,9.7,1.6,9.5,1,9.1c0,0,0,0,0,0.1c0,2.4,1.7,4.4,3.9,4...", " </g>", " </svg>", " </span>", "</a>" ] } }, { "index": 110, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]", "codeLines": [ "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <span class=\"brz-span brz-text__editor\">", " READ MORE", " </span>", " </a>", "</div>" ] } }, { "index": 111, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]", "codeLines": [ "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <span class=\"brz-span brz-text__editor\">", " READ MORE", " </span>", " </a>", "</div>" ] } }, { "index": 112, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "div", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]", "codeLines": [ "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <span class=\"brz-span brz-text__editor\">", " READ MORE", " </span>", " </a>", "</div>" ] } }, { "index": 124, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "g", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[1]/svg[1]/g[1]", "codeLines": [ "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\">", " <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>", " <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>", "</g>" ] } }, { "index": 125, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "path", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[1]", "codeLines": [ "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>" ] } }, { "index": 126, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "path", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[2]", "codeLines": [ "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>" ] } }, { "index": 140, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "g", "path": "/html[1]/body[1]/div[5]/div[2]/div[1]/div[1]/svg[1]/g[1]", "codeLines": [ "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\">", " <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>", " <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>", "</g>" ] } }, { "index": 141, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "path", "path": "/html[1]/body[1]/div[5]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[1]", "codeLines": [ "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>" ] } }, { "index": 142, "verdict": "failed", "rule": { "ruleID": "r3", "ruleSummary": "id attributes have a unique value", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r3", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#parsing", "chapter": "4.1.1", "title": "Parsing" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H93", "name": "H93", "title": "Ensuring that id attributes are unique on a Web page" } ] }, "target": { "type": "element", "tagName": "path", "path": "/html[1]/body[1]/div[5]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[2]", "codeLines": [ "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>" ] } }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "CONTRIBUTE" ] } }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "CONTRIBUTE" ] } }, { "index": 218, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Welcome to my Campaign Website" ] } }, { "index": 219, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for our..." ] } }, { "index": 220, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "I wouldn’t trade that for anything." ] } }, { "index": 221, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "LEARN MORE ABOUT JAMES GALLAGHER" ] } }, { "index": 222, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[2]/a[1]/span[1]/text()[1]", "codeLines": [ "Campaign Updates" ] } }, { "index": 223, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Latest news and updates from James" ] } }, { "index": 224, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "James Gallagher wins lawsuit against Gavin Newsom" ] } }, { "index": 225, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 226, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Assemblyman James Gallagher challenges Newsom Executive Order in Court" ] } }, { "index": 227, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 228, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Interview: Assemblyman James Gallagher discusses new COVID-19 restrictions from Gov. Newsom" ] } }, { "index": 229, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 230, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/span[1]/text()[1]", "codeLines": [ "1" ] } }, { "index": 231, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "2" ] } }, { "index": 232, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "3" ] } }, { "index": 233, "verdict": "failed", "rule": { "ruleID": "r57", "ruleSummary": "Perceivable text content is included in a landmark", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r57", "requirements": [] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "James on the Issues" ] } }, { "index": 234, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "COVID-19" ] } }, { "index": 235, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Education" ] } }, { "index": 236, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Reduce Wildfire Risk" ] } }, { "index": 237, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Business Climate" ] } }, { "index": 238, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Job Creation" ] } }, { "index": 239, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Good Government" ] } }, { "index": 240, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Homelessness" ] } }, { "index": 241, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Job Creation" ] } }, { "index": 242, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Infrastructure" ] } }, { "index": 243, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Public Safety" ] } }, { "index": 244, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Subscribe For Campaign Updates" ] } }, { "index": 245, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[5]/button[1]/span[1]/text()[1]", "codeLines": [ "SUBSCRIBE" ] } }, { "index": 246, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Gallagher for Assembly 2024" ] } }, { "index": 247, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "#1456526" ] } }, { "index": 248, "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "CAMPAIGN UPDATES" ] } }, { "index": 249, "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[4]/button[1]/span[1]/text()[1]", "codeLines": [ "SUBSCRIBE" ] } }, { "index": 253, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Home", " </span>", "</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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " About James", " </span>", "</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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Issues", " </span>", "</a>" ] } }, { "index": 269, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " My Blog", " </span>", "</a>" ] } }, { "index": 270, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " News", " </span>", "</a>" ] } }, { "index": 271, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Media", " </span>", "</a>" ] } }, { "index": 272, "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-dovpw brz-css-ubpsr\" data-type=\"glyph\" data-name=\"money\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M22,0H2C1.448,0,1,0.448,1,1v22c0,0.552,0.448,1,1,1h20c0.552,0,1-0.448,1-1V1C23,0.448,22.552,0,22,0z M12.243,11.03C13.739,11.404,16,11.969,16,14.5c0,1.758-1.308,3.204-3,3.449V20h-2v-2.051c-1.692-0.245-3-1.691-3-3.449h2 c0,0.827,0.673,1.5,1.5,1.5h1c0.827,0,1.5-0.673,...", " </g>", " </svg>", " <span class=\"brz-span brz-text__editor\">", " CONTRIBUTE", " </span>", "</a>" ] } }, { "index": 273, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dltcm\">", " <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">", " </picture>", "</a>" ] } }, { "index": 274, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Home", " </span>", "</a>" ] } }, { "index": 275, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " About James", " </span>", "</a>" ] } }, { "index": 276, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Issues", " </span>", "</a>" ] } }, { "index": 277, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " My Blog", " </span>", "</a>" ] } }, { "index": 278, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " News", " </span>", "</a>" ] } }, { "index": 279, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span\">", " Media", " </span>", "</a>" ] } }, { "index": 280, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-vuxfj\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nfjkyrmjnnuqfrmsfeiqncyomplxsuwqfaou\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-css-dovpw brz-css-wrazi\" data-type=\"glyph\" data-name=\"money\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M22,0H2C1.448,0,1,0.448,1,1v22c0,0.552,0.448,1,1,1h20c0.552,0,1-0.448,1-1V1C23,0.448,22.552,0,22,0z M12.243,11.03C13.739,11.404,16,11.969,16,14.5c0,1.758-1.308,3.204-3,3.449V20h-2v-2.051c-1.692-0.245-3-1.691-3-3.449h2 c0,0.827,0.673,1.5,1.5,1.5h1c0.827,0,1.5-0.673,...", " </g>", " </svg>", " <span class=\"brz-span brz-text__editor\">", " CONTRIBUTE", " </span>", "</a>" ] } }, { "index": 281, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yglzm\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"upcenlcrchbdakwkgjawifzcjldrzeqkyebu\">", " <span class=\"brz-span brz-text__editor\">", " LEARN MORE ABOUT JAMES GALLAGHER", " </span>", "</a>" ] } }, { "index": 282, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[2]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#ciqzekbfaglttuqyboimhbqrngtpcummznuw\" data-brz-link-type=\"popup\" id=\"\" data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\">", " <span class=\"brz-span brz-text__editor\">", " Campaign Updates", " </span>", "</a>" ] } }, { "index": 283, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <span class=\"brz-span brz-text__editor\">", " READ MORE", " </span>", "</a>" ] } }, { "index": 284, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <span class=\"brz-span brz-text__editor\">", " READ MORE", " </span>", "</a>" ] } }, { "index": 285, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", " <span class=\"brz-span brz-text__editor\">", " READ MORE", " </span>", "</a>" ] } }, { "index": 286, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/2/\">", " 2", "</a>" ] } }, { "index": 287, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/3/\">", " 3", "</a>" ] } }, { "index": 288, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dmjhi\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-253x168x24x0x204x168x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-506x336x48x0x408x336x1609868842.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-200x133x19x0x161x133x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-400x266x38x0x322x266x1609868842.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-410x273x0x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-820x546x0x110x820x328x1609868842.jpg 2x\" src=\"https://electjamesgallagher...", " </picture>", "</a>" ] } }, { "index": 290, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ogscq\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-253x169x24x0x204x169x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-506x338x48x0x408x338x1609868852.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-200x133x19x0x161x133x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-400x266x38x0x322x266x1609868852.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-410x273x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-820x546x0x110x820x328x1609868852.jpg 2x\" src=\"https://electjamesgalla...", " </picture>", "</a>" ] } }, { "index": 292, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-jeacb\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-300x169x48x0x204x169x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-600x338x96x0x408x338x1609868871.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-237x133x38x0x161x133x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-474x266x76x0x322x266x1609868871.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-410x231x0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-820x462x0x92x820x276x1609868871.jpg 2x\" src=\"https://electjamesgallaghe...", " </picture>", "</a>" ] } }, { "index": 294, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kbktp\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-253x168x24x0x204x168x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-506x336x48x0x408x336x1609868890.jpeg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-200x133x19x0x161x133x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-400x266x38x0x322x266x1609868890.jpeg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-410x272x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-820x544x0x108x820x326x1609868890.jpeg 2x\" src=\"https://electjamesgal...", " </picture>", "</a>" ] } }, { "index": 296, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-qjnol\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-253x169x24x0x204x169x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-506x338x48x0x408x338x1609868887.jpeg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-200x133x19x0x161x133x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-400x266x38x0x322x266x1609868887.jpeg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-410x274x0x55x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-820x548x0x110x820x328x1609868887.jpeg 2x\" src=\"https://electjamesgallagher.c...", " </picture>", "</a>" ] } }, { "index": 298, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-yxmmc\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-253x169x24x0x204x169x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-506x338x48x0x408x338x1609868857.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-200x133x19x0x161x133x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-400x266x38x0x322x266x1609868857.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-410x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-820x546x0x110x820x328x1609868857.jpg 2x\" src=\"https://ele...", " </picture>", "</a>" ] } }, { "index": 300, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kglos\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-257x168x27x0x204x168x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-514x336x54x0x408x336x1609868836.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-203x133x21x0x161x133x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-406x266x42x0x322x266x1609868836.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-410x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-820x536x0x108x820x322x1609868836.jpg 2x\" src=\"https://elect...", " </picture>", "</a>" ] } }, { "index": 302, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ckamn\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-253x169x24x0x204x169x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-506x338x48x0x408x338x1609868889.jpeg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-200x133x19x0x161x133x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-400x266x38x0x322x266x1609868889.jpeg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-410x274x0x55x410x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-820x548x0x110x820x328x1609868889.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-cont...", " </picture>", "</a>" ] } }, { "index": 304, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-eohav\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-224x168x10x0x204x168x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-448x336x20x0x408x336x1609792225.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-177x133x8x0x161x133x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-354x266x16x0x322x266x1609792225.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-410x308x0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-820x616x0x124x820x370x1609792225.jpg 2x\" src=\"https://electjamesgallagh...", " </picture>", "</a>" ] } }, { "index": 306, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ldfyp\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-312x168x54x0x204x168x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-624x336x108x0x408x336x1609868865.jpg 2x\" media=\"(min-width: 992px)\">", " <source srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-247x133x43x0x161x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-494x266x86x0x322x266x1609868865.jpg 2x\" media=\"(min-width: 768px)\">", " <img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-410x221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-820x442x0x88x820x266x1609868865.jpg 2x\" src=\"https://electjames...", " </picture>", "</a>" ] } }, { "index": 309, "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": "input", "path": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[1]/input[1]", "codeLines": [ "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" ] } }, { "index": 310, "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": "input", "path": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[2]/input[1]", "codeLines": [ "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" ] } }, { "index": 311, "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": "input", "path": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[3]/input[1]", "codeLines": [ "<input type=\"email\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..." ] } }, { "index": 312, "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": "input", "path": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[4]/input[1]", "codeLines": [ "<input type=\"tel\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" placeholder=\"Cell Phone\" pattern=\"[0-9()#&+*-=.]+\" data-type=\"Tel\" data-label=\"Cell Phone\" data-placeholder=\"Cell Phone\" class=\"brz-input brz-forms2__field brz-forms2__field-tel\">" ] } }, { "index": 313, "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": "button", "path": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[5]/button[1]", "codeLines": [ "<button class=\"brz-btn brz-btn-submit brz-css-rrzxf brz-css-satqz\" data-custom-id=\"hkyvtjsujpfosqeqnuzipjfkfszvhbjziucu\">", " <span class=\"brz-span brz-text__editor\">", " SUBSCRIBE", " </span>", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <g class=\"nc-loop_circle-02-24\" transform=\"rotate(286.1214285714284 12 12)\">", " <path opacity=\"0.4\" fill=\"currentColor\" d=\"M12,24C5.3833008,24,0,18.6166992,0,12S5.3833008,0,12,0s12,5.3833008,12,12 S18.6166992,24,12,24z M12,2C6.4858398,2,2,6.4858398,2,12s4.4858398,10,10,10s10-4.4858398,10-10S17.5141602,2,12,2z\"></path>", " <path data-color=\"color-2\" fill=\"currentColor\" d=\"M24,12h-2c0-5.5141602-4.4858398-10-10-10V0C18.6166992,0,24,5.3833008,24,12z\"></path>", " </g>", " <script>", " !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,...", " </script>", " </g>", " </svg>", "</button>" ] } }, { "index": 314, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\">", " <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-iiktj\">", " <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">", " </picture>", "</a>" ] } }, { "index": 315, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-87g7tk\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg\" data-type=\"glyph\" data-name=\"logo-facebook\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M22,0H2C0.895,0,0,0.895,0,2v20c0,1.105,0.895,2,2,2h11v-9h-3v-4h3V8.413c0-3.1,1.893-4.788,4.659-4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\"></path...", " </g>", " </svg>", " </span>", "</a>" ] } }, { "index": 316, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", " <span class=\"brz-span brz-icon css-87g7tk\">", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg\" data-type=\"glyph\" data-name=\"logo-twitter\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <path fill=\"currentColor\" d=\"M24,4.6c-0.9,0.4-1.8,0.7-2.8,0.8c1-0.6,1.8-1.6,2.2-2.7c-1,0.6-2,1-3.1,1.2c-0.9-1-2.2-1.6-3.6-1.6 c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1C7.7,8.1,4.1,6.1,1.7,3.1C1.2,3.9,1,4.7,1,5.6c0,1.7,0.9,3.2,2.2,4.1 C2.4,9.7,1.6,9.5,1,9.1c0,0,0,0,0,0.1c0,2.4,1.7,4.4,3.9,4...", " </g>", " </svg>", " </span>", "</a>" ] } }, { "index": 317, "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": "input", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[1]/input[1]", "codeLines": [ "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" ] } }, { "index": 318, "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": "input", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[2]/input[1]", "codeLines": [ "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" ] } }, { "index": 319, "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": "input", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[3]/input[1]", "codeLines": [ "<input type=\"email\" id=\"qdycybomsxnueioigtwxqzvauyddyumysftr\" name=\"ixdlawelymkvrrdfwimqobktzjqwvkztllyu\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..." ] } }, { "index": 320, "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": "button", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[4]/button[1]", "codeLines": [ "<button class=\"brz-btn brz-btn-submit brz-css-onvxo brz-css-ndhsp\" data-custom-id=\"bvfrfrbemhlokcmyhrzqieqoazbfqovekcxq\">", " <span class=\"brz-span brz-text__editor\">", " SUBSCRIBE", " </span>", " <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">", " <g class=\"nc-icon-wrapper\" fill=\"currentColor\">", " <g class=\"nc-loop_circle-02-24\" transform=\"rotate(286.1214285714284 12 12)\">", " <path opacity=\"0.4\" fill=\"currentColor\" d=\"M12,24C5.3833008,24,0,18.6166992,0,12S5.3833008,0,12,0s12,5.3833008,12,12 S18.6166992,24,12,24z M12,2C6.4858398,2,2,6.4858398,2,12s4.4858398,10,10,10s10-4.4858398,10-10S17.5141602,2,12,2z\"></path>", " <path data-color=\"color-2\" fill=\"currentColor\" d=\"M24,12h-2c0-5.5141602-4.4858398-10-10-10V0C18.6166992,0,24,5.3833008,24,12z\"></path>", " </g>", " <script>", " !function(){function t(t){this.element=t,this.animationId,this.start=null,this.init()}if(!window.requestAnimationFrame){var i=null;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,...", " </script>", " </g>", " </svg>", "</button>" ] } }, { "index": 321, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 322, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]", "codeLines": [ "About James" ] } }, { "index": 323, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 324, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]", "codeLines": [ "My Blog" ] } }, { "index": 325, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]", "codeLines": [ "News" ] } }, { "index": 326, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 327, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "CONTRIBUTE" ] } }, { "index": 328, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Welcome to my Campaign Website" ] } }, { "index": 329, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for our..." ] } }, { "index": 330, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "I wouldn’t trade that for anything." ] } }, { "index": 333, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Latest news and updates from James" ] } }, { "index": 334, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "James Gallagher wins lawsuit against Gavin Newsom" ] } }, { "index": 335, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 336, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Assemblyman James Gallagher challenges Newsom Executive Order in Court" ] } }, { "index": 337, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 338, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Interview: Assemblyman James Gallagher discusses new COVID-19 restrictions from Gov. Newsom" ] } }, { "index": 339, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 340, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/span[1]/text()[1]", "codeLines": [ "1" ] } }, { "index": 341, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "2" ] } }, { "index": 342, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "3" ] } }, { "index": 343, "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "James on the Issues" ] } }, { "index": 344, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "COVID-19" ] } }, { "index": 345, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Education" ] } }, { "index": 346, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Reduce Wildfire Risk" ] } }, { "index": 347, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Business Climate" ] } }, { "index": 348, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Job Creation" ] } }, { "index": 349, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Good Government" ] } }, { "index": 350, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Homelessness" ] } }, { "index": 351, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Job Creation" ] } }, { "index": 352, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Infrastructure" ] } }, { "index": 353, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Public Safety" ] } }, { "index": 354, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Subscribe For Campaign Updates" ] } }, { "index": 356, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Gallagher for Assembly 2024" ] } }, { "index": 357, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "#1456526" ] } }, { "index": 358, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "CAMPAIGN UPDATES" ] } }, { "index": 387, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]", "codeLines": [ "Home" ] } }, { "index": 388, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]", "codeLines": [ "About James" ] } }, { "index": 389, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]", "codeLines": [ "Issues" ] } }, { "index": 390, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]", "codeLines": [ "My Blog" ] } }, { "index": 391, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]", "codeLines": [ "News" ] } }, { "index": 392, "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]", "codeLines": [ "Media" ] } }, { "index": 393, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "CONTRIBUTE" ] } }, { "index": 394, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Welcome to my Campaign Website" ] } }, { "index": 395, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for our..." ] } }, { "index": 396, "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "I wouldn’t trade that for anything." ] } }, { "index": 399, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Latest news and updates from James" ] } }, { "index": 400, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "James Gallagher wins lawsuit against Gavin Newsom" ] } }, { "index": 401, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 402, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Assemblyman James Gallagher challenges Newsom Executive Order in Court" ] } }, { "index": 403, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 404, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]", "codeLines": [ "Interview: Assemblyman James Gallagher discusses new COVID-19 restrictions from Gov. Newsom" ] } }, { "index": 405, "verdict": "failed", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]", "codeLines": [ "READ MORE" ] } }, { "index": 406, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/span[1]/text()[1]", "codeLines": [ "1" ] } }, { "index": 407, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]/text()[1]", "codeLines": [ "2" ] } }, { "index": 408, "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]/text()[1]", "codeLines": [ "3" ] } }, { "index": 409, "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "James on the Issues" ] } }, { "index": 410, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "COVID-19" ] } }, { "index": 411, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Education" ] } }, { "index": 412, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Reduce Wildfire Risk" ] } }, { "index": 413, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Business Climate" ] } }, { "index": 414, "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Job Creation" ] } }, { "index": 415, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Good Government" ] } }, { "index": 416, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Homelessness" ] } }, { "index": 417, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Job Creation" ] } }, { "index": 418, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Infrastructure" ] } }, { "index": 419, "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]", "codeLines": [ "Public Safety" ] } }, { "index": 420, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "Subscribe For Campaign Updates" ] } }, { "index": 422, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]", "codeLines": [ "Paid for by Gallagher for Assembly 2024" ] } }, { "index": 423, "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]", "codeLines": [ "#1456526" ] } }, { "index": 424, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG2/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG2/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]", "codeLines": [ "CAMPAIGN UPDATES" ] } }, { "index": 429, "verdict": "failed", "rule": { "ruleID": "r71", "ruleSummary": "Paragraphs of text are not justified", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r71", "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-pbxic\">", " <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">", " I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for...", " </strong>", "</p>" ] } }, { "index": 430, "verdict": "failed", "rule": { "ruleID": "r71", "ruleSummary": "Paragraphs of text are not justified", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r71", "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-uciiq\">", " <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">", " I wouldn’t trade that for anything.", " </strong>", "</p>" ] } }, { "index": 454, "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-onwpn\">", " <strong style=\"color: rgb(255, 255, 255);\">", " CAMPAIGN UPDATES", " </strong>", "</p>" ] } }, { "index": 455, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-aguwk\">", " <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 2px 2px 2px;\">", " Welcome to my Campaign Website", " </strong>", "</p>" ] } }, { "index": 456, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-pbxic\">", " <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">", " I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for...", " </strong>", "</p>" ] } }, { "index": 457, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-uciiq\">", " <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">", " I wouldn’t trade that for anything.", " </strong>", "</p>" ] } }, { "index": 458, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-svrkq\">", " <strong class=\"brz-cp-color8\">", " Latest news and updates from James", " </strong>", "</p>" ] } }, { "index": 459, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-eoyxx\">", " <strong class=\"brz-cp-color1\">", " James on the Issues", " </strong>", "</p>" ] } }, { "index": 460, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-wbcvl\">", " <strong class=\"brz-cp-color8\">", " Subscribe For Campaign Updates", " </strong>", "</p>" ] } }, { "index": 461, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-xfmun\" data-generated-css=\"brz-css-mgnwk\" data-uniq-id=\"jsuun\">", " <span class=\"brz-cp-color8\">", " Paid for by Gallagher for Assembly 2024", " </span>", "</p>" ] } }, { "index": 462, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]", "codeLines": [ "<p class=\"brz-css-hdgtq\" data-generated-css=\"brz-css-xtnkx\" data-uniq-id=\"yunmp\">", " <span class=\"brz-cp-color8\">", " #1456526", " </span>", "</p>" ] } }, { "index": 463, "verdict": "failed", "rule": { "ruleID": "r74", "ruleSummary": "Paragraphs of text do not have font sizes defined in absolute units", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r74", "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]", "codeLines": [ "<p class=\"brz-css-onwpn\">", " <strong style=\"color: rgb(255, 255, 255);\">", " CAMPAIGN UPDATES", " </strong>", "</p>" ] } }, { "index": 823, "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": [ 107, 0, 0, 79 ], "instances": [ { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dltcm\"> <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dmjhi\"> ... x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-820x546x0x110x820x328x1609868842.jpg 2x\" src=\"https://electjamesgallagher... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ogs ... x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-820x546x0x110x820x328x1609868852.jpg 2x\" src=\"https://electjamesgalla... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-jeacb\"> ... 0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-820x462x0x92x820x276x1609868871.jpg 2x\" src=\"https://electjamesgallaghe... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kbkt ... x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-820x544x0x108x820x326x1609868890.jpeg 2x\" src=\"https://electjamesgal... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-qjnol\"> ... 5x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-820x548x0x110x820x328x1609868887.jpeg 2x\" src=\"https://electjamesgallagher.c... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-yx ... 10x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-820x546x0x110x820x328x1609868857.jpg 2x\" src=\"https://ele... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kglo ... 0x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-820x536x0x108x820x322x1609868836.jpg 2x\" src=\"https://elect... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ckamn ... x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-820x548x0x110x820x328x1609868889.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-cont... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-cs ... 0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-820x616x0x124x820x370x1609792225.jpg 2x\" src=\"https://electjamesgallagh... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css- ... 221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-820x442x0x88x820x266x1609868865.jpg 2x\" src=\"https://electjames... </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[5]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a data-height=\"615\" class=\"twitter-timeline\" data-theme=\"light\" href=\"https://twitter.com/@J_GallagherAD3\" data-twitter-extracted-i1687096487812512955=\"true\"></a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-iiktj\"> <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-87g7tk\"> <svg version=\"1.1\" ... 659-4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\"></path... </g> </svg> </span> </a>" }, { "ruleID": "r11", "what": "Links have an accessible name", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-87g7tk\"> <svg version=\"1.1\" xmlns=\"htt ... 6-1.6 c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1C7.7,8.1,4.1,6.1,1.7,3.1C1.2,3.9,1,4.7,1,5.6c0,1.7,0.9,3.2,2.2,4.1 C2.4,9.7,1.6,9.5,1,9.1c0,0,0,0,0,0.1c0,2.4,1.7,4.4,3.9,4... </g> </svg> </span> </a>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]" }, "excerpt": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <span class=\"brz-span brz-text__editor\"> READ MORE </span> </a> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]" }, "excerpt": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-jam ... nges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <span class=\"brz-span brz-text__editor\"> READ MORE </span> </a> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]" }, "excerpt": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assem ... ovid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <span class=\"brz-span brz-text__editor\"> READ MORE </span> </a> </div>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "G", "id": "close-popup", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[1]/svg[1]/g[1]" }, "excerpt": "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonze ... th> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path> </g>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[1]" }, "excerpt": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[2]" }, "excerpt": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "G", "id": "close-popup", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[5]/div[2]/div[1]/div[1]/svg[1]/g[1]" }, "excerpt": "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonze ... th> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path> </g>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[5]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[1]" }, "excerpt": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>" }, { "ruleID": "r3", "what": "id attributes have a unique value", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[5]/div[2]/div[1]/div[1]/svg[1]/g[1]/path[2]" }, "excerpt": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>" }, { "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "CONTRIBUTE" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "CONTRIBUTE" }, { "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Welcome to my Campaign Website" }, { "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for our..." }, { "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "I wouldn’t trade that for anything." }, { "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "LEARN MORE ABOUT JAMES GALLAGHER" }, { "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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[2]/a[1]/span[1]/text()[1]" }, "excerpt": "Campaign Updates" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Latest news and updates from James" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "James Gallagher wins lawsuit against Gavin Newsom" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Assemblyman James Gallagher challenges Newsom Executive Order in Court" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Interview: Assemblyman James Gallagher discusses new COVID-19 restrictions from Gov. Newsom" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/span[1]/text()[1]" }, "excerpt": "1" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "2" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "3" }, { "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]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "James on the Issues" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "COVID-19" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Education" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Reduce Wildfire Risk" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Business Climate" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Job Creation" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Good Government" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Homelessness" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Job Creation" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Infrastructure" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Public Safety" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Subscribe For Campaign Updates" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[5]/button[1]/span[1]/text()[1]" }, "excerpt": "SUBSCRIBE" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Gallagher for Assembly 2024" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "#1456526" }, { "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "CAMPAIGN UPDATES" }, { "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[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[4]/button[1]/span[1]/text()[1]" }, "excerpt": "SUBSCRIBE" }, { "ruleID": "r61", "what": "Documents start with a level 1 heading", "ordinalSeverity": 3, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" }, { "ruleID": "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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> About James </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> My Blog </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Media </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]/section[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\"> <svg version=\"1.1\" xmlns=\"http://www.w3. ... c0,1.758-1.308,3.204-3,3.449V20h-2v-2.051c-1.692-0.245-3-1.691-3-3.449h2 c0,0.827,0.673,1.5,1.5,1.5h1c0.827,0,1.5-0.673,... </g> </svg> <span class=\"brz-span brz-text__editor\"> CONTRIBUTE </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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dltcm\"> <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> About James </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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> My Blog </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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]" }, "excerpt": "<a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span\"> Media </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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-vuxfj\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nfjkyrmjnnuqfrmsfeiqncyomplxsuwqfaou\"> <svg version=\"1.1\" xmlns=\"http://www.w3. ... c0,1.758-1.308,3.204-3,3.449V20h-2v-2.051c-1.692-0.245-3-1.691-3-3.449h2 c0,0.827,0.673,1.5,1.5,1.5h1c0.827,0,1.5-0.673,... </g> </svg> <span class=\"brz-span brz-text__editor\"> CONTRIBUTE </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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yglzm\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"upcenlcrchbdakwkgjawifzcjldrzeqkyebu\"> <span class=\"brz-span brz-text__editor\"> LEARN MORE ABOUT JAMES GALLAGHER </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]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[5]/div[1]/div[2]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#ciqzekbfaglttuqyboimhbqrngtpcummznuw\" data-brz-link-type=\"popup\" id=\"\" data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\"> <span class=\"brz-span brz-text__editor\"> Campaign Updates </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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <span class=\"brz-span brz-text__editor\"> READ 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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <span class=\"brz-span brz-text__editor\"> READ 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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"> <span class=\"brz-span brz-text__editor\"> READ 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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]" }, "excerpt": "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/2/\"> 2 </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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]" }, "excerpt": "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/3/\"> 3 </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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dmjhi\"> ... x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-820x546x0x110x820x328x1609868842.jpg 2x\" src=\"https://electjamesgallagher... </picture> </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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ogs ... x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-820x546x0x110x820x328x1609868852.jpg 2x\" src=\"https://electjamesgalla... </picture> </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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-jeacb\"> ... 0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-820x462x0x92x820x276x1609868871.jpg 2x\" src=\"https://electjamesgallaghe... </picture> </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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kbkt ... x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-820x544x0x108x820x326x1609868890.jpeg 2x\" src=\"https://electjamesgal... </picture> </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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-qjnol\"> ... 5x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-820x548x0x110x820x328x1609868887.jpeg 2x\" src=\"https://electjamesgallagher.c... </picture> </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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-yx ... 10x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-820x546x0x110x820x328x1609868857.jpg 2x\" src=\"https://ele... </picture> </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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kglo ... 0x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-820x536x0x108x820x322x1609868836.jpg 2x\" src=\"https://elect... </picture> </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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ckamn ... x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-820x548x0x110x820x328x1609868889.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-cont... </picture> </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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-cs ... 0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-820x616x0x124x820x370x1609792225.jpg 2x\" src=\"https://electjamesgallagh... </picture> </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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css- ... 221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-820x442x0x88x820x266x1609868865.jpg 2x\" src=\"https://electjames... </picture> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "mfrtldpaxqkufezqyewfehprlelutekwkjtz", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[1]/input[1]" }, "excerpt": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "qccblisbzbapejdzjawymmcqifgrdursqvhi", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[2]/input[1]" }, "excerpt": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "qdwxkmrllwfallpbxllxkmyfaslowxbwqizr", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[3]/input[1]" }, "excerpt": "<input type=\"email\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..." }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "jykmebewsluumdwoezfaxzsnildovdjybywy", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[4]/input[1]" }, "excerpt": "<input type=\"tel\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" placeholder=\"Cell Phone\" pattern=\"[0-9()#&+*-=.]+\" data-type=\"Tel\" data-label=\"Cell Phone\" data-placeholder=\"Cell Phone\" class=\"brz-input brz-forms2__field brz-forms2__field-tel\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/form[1]/div[5]/button[1]" }, "excerpt": "<button class=\"brz-btn brz-btn-submit brz-css-rrzxf brz-css-satqz\" data-custom-id=\"hkyvtjsujpfosqeqnuzipjfkfszvhbjziucu\"> <span class=\"brz-span brz-text__editor\"> SUBSCRIBE </span> <svg version=\"1.1\" ... ull;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,... </script> </g> </svg> </button>" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\"> <picture class=\"brz-picture brz-d-block brz-p-relative brz-css-iiktj\"> <img class=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\"> </picture> </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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[1]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-87g7tk\"> <svg version=\"1.1\" ... 659-4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\"></path... </g> </svg> </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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[3]/div[1]/div[2]/div[1]/a[1]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"> <span class=\"brz-span brz-icon css-87g7tk\"> <svg version=\"1.1\" xmlns=\"htt ... 6-1.6 c-2.7,0-4.9,2.2-4.9,4.9c0,0.4,0,0.8,0.1,1.1C7.7,8.1,4.1,6.1,1.7,3.1C1.2,3.9,1,4.7,1,5.6c0,1.7,0.9,3.2,2.2,4.1 C2.4,9.7,1.6,9.5,1,9.1c0,0,0,0,0,0.1c0,2.4,1.7,4.4,3.9,4... </g> </svg> </span> </a>" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[1]/input[1]" }, "excerpt": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "ftotrhanbircsggmcxpkypojvvjtzbibqrvv", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[2]/input[1]" }, "excerpt": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "INPUT", "id": "qdycybomsxnueioigtwxqzvauyddyumysftr", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[3]/input[1]" }, "excerpt": "<input type=\"email\" id=\"qdycybomsxnueioigtwxqzvauyddyumysftr\" name=\"ixdlawelymkvrrdfwimqobktzjqwvkztllyu\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\..." }, { "ruleID": "r65", "what": "Element in sequential focus order has visible focus", "ordinalSeverity": 0, "tagName": "BUTTON", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[4]/div[1]/form[1]/div[4]/button[1]" }, "excerpt": "<button class=\"brz-btn brz-btn-submit brz-css-onvxo brz-css-ndhsp\" data-custom-id=\"bvfrfrbemhlokcmyhrzqieqoazbfqovekcxq\"> <span class=\"brz-span brz-text__editor\"> SUBSCRIBE </span> <svg version=\"1.1\" ... ull;window.requestAnimationFrame=function(t,n){var e=(new Date).getTime();i||(i=e);var a=Math.max(0,16-(e-i)),o=window.setTimeout(function(){t(e+a)},a);return i=e+a,... </script> </g> </svg> </button>" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]" }, "excerpt": "About James" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]" }, "excerpt": "My Blog" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]" }, "excerpt": "News" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Welcome to my Campaign Website" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for our..." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "I wouldn’t trade that for anything." }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Latest news and updates from James" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "James Gallagher wins lawsuit against Gavin Newsom" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Assemblyman James Gallagher challenges Newsom Executive Order in Court" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Interview: Assemblyman James Gallagher discusses new COVID-19 restrictions from Gov. Newsom" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/span[1]/text()[1]" }, "excerpt": "1" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "2" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "3" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "James on the Issues" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "COVID-19" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Education" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Reduce Wildfire Risk" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Business Climate" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Job Creation" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Good Government" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Homelessness" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Job Creation" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Infrastructure" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Public Safety" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Subscribe For Campaign Updates" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Gallagher for Assembly 2024" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "#1456526" }, { "ruleID": "r66", "what": "Text outside widget has enhanced contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "CAMPAIGN UPDATES" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[1]/a[1]/span[1]/text()[1]" }, "excerpt": "Home" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[2]/a[1]/span[1]/text()[1]" }, "excerpt": "About James" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[3]/a[1]/span[1]/text()[1]" }, "excerpt": "Issues" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[4]/a[1]/span[1]/text()[1]" }, "excerpt": "My Blog" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[5]/a[1]/span[1]/text()[1]" }, "excerpt": "News" }, { "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]/section[1]/div[2]/div[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[1]/nav[1]/ul[1]/li[6]/a[1]/span[1]/text()[1]" }, "excerpt": "Media" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[1]/div[2]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "CONTRIBUTE" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Welcome to my Campaign Website" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "I have lived in the North State my entire life and like you, I know that our values are second to none. We look out for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for our..." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "I wouldn’t trade that for anything." }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Latest news and updates from James" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "James Gallagher wins lawsuit against Gavin Newsom" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Assemblyman James Gallagher challenges Newsom Executive Order in Court" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[2]/div[1]/span[1]/text()[1]" }, "excerpt": "Interview: Assemblyman James Gallagher discusses new COVID-19 restrictions from Gov. Newsom" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[3]/div[1]/div[2]/div[3]/div[1]/div[1]/a[1]/span[1]/text()[1]" }, "excerpt": "READ MORE" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/span[1]/text()[1]" }, "excerpt": "1" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]/text()[1]" }, "excerpt": "2" }, { "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]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]/text()[1]" }, "excerpt": "3" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "James on the Issues" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "COVID-19" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Education" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Reduce Wildfire Risk" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Business Climate" }, { "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]/section[4]/div[1]/div[2]/div[3]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Job Creation" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Good Government" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[2]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Homelessness" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[3]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Job Creation" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[4]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Infrastructure" }, { "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]/section[4]/div[1]/div[2]/div[4]/div[2]/div[5]/div[2]/div[2]/div[1]/div[1]/h5[1]/a[1]/text()[1]" }, "excerpt": "Public Safety" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "Subscribe For Campaign Updates" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/span[1]/text()[1]" }, "excerpt": "Paid for by Gallagher for Assembly 2024" }, { "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]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]/span[1]/text()[1]" }, "excerpt": "#1456526" }, { "ruleID": "r69", "what": "Text outside widget has minimum contrast", "ordinalSeverity": 0, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]/strong[1]/text()[1]" }, "excerpt": "CAMPAIGN UPDATES" }, { "ruleID": "r71", "what": "Paragraphs of text are not justified", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-pbxic\"> <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\"> I have lived in the North State my entire life and like you, I know that our v ... t for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for... </strong> </p>" }, { "ruleID": "r71", "what": "Paragraphs of text are not justified", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-uciiq\"> <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\"> I wouldn’t trade that for anything. </strong> </p>" }, { "ruleID": "r73", "what": "Paragraphs of text have sufficient line height", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-onwpn\"> <strong style=\"color: rgb(255, 255, 255);\"> CAMPAIGN UPDATES </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-aguwk\"> <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 2px 2px 2px;\"> Welcome to my Campaign Website </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[2]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-pbxic\"> <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\"> I have lived in the North State my entire life and like you, I know that our v ... t for one another, and we know the hard work it takes to put food on our table. We know that each mom and pop store, each school and each hardworking family means jobs, education for... </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[2]/div[1]/div[2]/div[2]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[3]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-uciiq\"> <strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\"> I wouldn’t trade that for anything. </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[3]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-svrkq\"> <strong class=\"brz-cp-color8\"> Latest news and updates from James </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[4]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-eoyxx\"> <strong class=\"brz-cp-color1\"> James on the Issues </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-wbcvl\"> <strong class=\"brz-cp-color8\"> Subscribe For Campaign Updates </strong> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-xfmun\" data-generated-css=\"brz-css-mgnwk\" data-uniq-id=\"jsuun\"> <span class=\"brz-cp-color8\"> Paid for by Gallagher for Assembly 2024 </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[1]/section[6]/div[1]/div[2]/div[1]/div[2]/div[2]/div[2]/div[5]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[2]" }, "excerpt": "<p class=\"brz-css-hdgtq\" data-generated-css=\"brz-css-xtnkx\" data-uniq-id=\"yunmp\"> <span class=\"brz-cp-color8\"> #1456526 </span> </p>" }, { "ruleID": "r74", "what": "Paragraphs of text do not have font sizes defined in absolute units", "ordinalSeverity": 3, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/html[1]/body[1]/div[2]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[2]/div[1]/div[2]/div[1]/div[1]/div[1]/p[1]" }, "excerpt": "<p class=\"brz-css-onwpn\"> <strong style=\"color: rgb(255, 255, 255);\"> CAMPAIGN UPDATES </strong> </p>" }, { "ruleID": "r87", "what": "First focusable element is link to main content", "ordinalSeverity": 0, "tagName": "", "id": "", "location": { "doc": "dom", "type": "xpath", "spec": "/" }, "excerpt": "#document <!doctype html> ... </html>" } ] }, "endTime": 1687096496803 }, { "type": "test", "which": "axe", "detailLevel": 2, "startTime": 1687096496803, "url": "https://electjamesgallagher.com/", "what": "Axe", "result": { "totals": { "rulesNA": 57, "rulesPassed": 39, "rulesWarned": 4, "rulesViolated": 6, "warnings": { "minor": 12, "moderate": 0, "serious": 15, "critical": 2 }, "violations": { "minor": 3, "moderate": 19, "serious": 30, "critical": 0 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.7.0" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/113.0.5672.53 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2023-06-18T13:54:57.663Z", "url": "https://electjamesgallagher.com/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "20.3pt (27px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-section--fullWidth > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-section--fullWidth > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 2px 2px 2px;\">Welcome to my Campaign Website</strong>", "target": [ ".brz-css-aguwk > .brz-scp-color2.brz-cp-color8" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "elmPartiallyObscuring", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [], "impact": "serious", "message": "Element's background color could not be determined because it partially overlaps other elements" } ], "all": [], "none": [], "impact": "serious", "html": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">", "target": [ ".brz-css-pbxic > .brz-scp-color2.brz-cp-color8" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it partially overlaps other elements" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "12.8pt (17px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-section--fullWidth > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-section--fullWidth > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">I wouldn’t trade that for anything.</strong>", "target": [ ".brz-css-uciiq > .brz-scp-color2.brz-cp-color8" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0f4f70", "bgColor": "#002f87", "contrastRatio": 1.35, "fontSize": "12.0pt (16px)", "fontWeight": "normal", "messageKey": "shortTextContent", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-aqqxp > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element content is too short to determine if it is actual text content" } ], "all": [], "none": [], "impact": "serious", "html": "<span aria-current=\"page\" class=\"page-numbers current\">1</span>", "target": [ ".current" ], "failureSummary": "Fix any of the following:\n Element content is too short to determine if it is actual text content" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "26.3pt (35px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<strong class=\"brz-cp-color1\">James on the Issues</strong>", "target": [ ".brz-css-eoyxx > strong" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#covid\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">COVID-19</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#covid\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#education\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Education</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#education\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#fire\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Reduce Wildfire Risk</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#fire\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#business\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Business Climate</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#business\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#jobs\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Job Creation</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#jobs\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#government\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Good Government</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#government\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#homeless\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Homelessness</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#homeless\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#housing\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Job Creation</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#housing\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#infrastructure\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Infrastructure</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#infrastructure\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "contrastRatio": 0, "fontSize": "15.0pt (20px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-color" ] }, { "html": "<div class=\"brz-bg-image\"></div>", "target": [ ".brz-css-attay > .brz-bg > .brz-bg-image" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/issues/#publicsafety\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Public Safety</a>", "target": [ ".link--external.brz-cp-color1[href$=\"issues/#publicsafety\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" } ] }, { "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 name=\"f38ffb7ed31771c\" width=\"500px\" height=\"615px\" 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.1/plugins/page.php?adapt_container_width=true&app_id=113869198637480&channel=https%3A%2F%2Fstaticxx.facebook.com%2Fx%2Fconnect%2Fxd_arbiter%2F%3Fversion%3D46%23cb%3Df13408292e7e4a8%26domain%3Delectjamesgallagher.com%26is_canvas%3Dfalse%26origin%3Dhttps%253A%252F%252Felectjamesgallagher.com%252Ff39f7d3af3ff8d%26relation%3Dparent.parent&container_width=545&height=615&hide_cover=true&href=https%3A%2F%2Fwww.facebook.com%2FJamesGallagherforCA&locale=en_US&sdk=joey&show_facepile=true&small_header=true&tabs=timeline&width=500\" style=\"border: none; visibility: visible; width: 500px; height: 615px;\" class=\"\">", "target": [ "iframe[name=\"f38ffb7ed31771c\"]" ], "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: 615px; display: block; flex-grow: 1;\" title=\"Twitter Timeline\" src=\"https://syndication.twitter.com/srv/timeline-profile/screen-name/J_GallagherAD3?dnt=false&embedId=twitter-widget-0&features=eyJ0ZndfdGltZWxpbmVfbGlzdCI6eyJidWNrZXQiOltdLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X2ZvbGxvd2VyX2NvdW50X3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9iYWNrZW5kIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19yZWZzcmNfc2Vzc2lvbiI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfZm9zbnJfc29mdF9pbnRlcnZlbnRpb25zX2VuYWJsZWQiOnsiYnVja2V0Ijoib24iLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X21peGVkX21lZGlhXzE1ODk3Ijp7ImJ1Y2tldCI6InRyZWF0bWVudCIsInZlcnNpb24iOm51bGx9LCJ0ZndfZXhwZXJpbWVudHNfY29va2llX2V4cGlyYXRpb24iOnsiYnVja2V0IjoxMjA5NjAwLCJ2ZXJzaW9uIjpudWxsfSwidGZ3X3Nob3dfYmlyZHdhdGNoX3Bpdm90c19lbmFibGVkIjp7ImJ1Y2tldCI6Im9uIiwidmVyc2lvbiI6bnVsbH0sInRmd19kdXBsaWNhdGVfc2NyaWJlc190b19zZXR0aW5ncyI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdXNlX3Byb2ZpbGVfaW1hZ2Vfc2hhcGVfZW5hYmxlZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9LCJ0ZndfdmlkZW9faGxzX2R5bmFtaWNfbWFuaWZlc3RzXzE1MDgyIjp7ImJ1Y2tldCI6InRydWVfYml0cmF0ZSIsInZlcnNpb24iOm51bGx9LCJ0ZndfbGVnYWN5X3RpbWVsaW5lX3N1bnNldCI6eyJidWNrZXQiOnRydWUsInZlcnNpb24iOm51bGx9LCJ0ZndfdHdlZXRfZWRpdF9mcm9udGVuZCI6eyJidWNrZXQiOiJvbiIsInZlcnNpb24iOm51bGx9fQ%3D%3D&frame=false&hideBorder=false&hideFooter=false&hideHeader=false&hideScrollBar=false&lang=en&maxHeight=615px&origin=https%3A%2F%2Felectjamesgallagher.com%2F&sessionId=e75fe8e65e4738474813dbaa1aeecd730e7b23ed&showHeader=true&showReplies=false&theme=light&transparent=false&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": "<nav id=\"jecvlcwdmsotwibnbbrvwppzvhzptoyuebcp\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-zlyjv brz-css-momdi brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">", "target": [ "#jecvlcwdmsotwibnbbrvwppzvhzptoyuebcp" ], "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": "<nav id=\"kpwzhiowbaocmhiassjisolyudjarzjnxktv\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-zlyjv brz-css-xtqxl brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" aria-hidden=\"true\">", "target": [ "#kpwzhiowbaocmhiassjisolyudjarzjnxktv" ], "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=\"brz-mm-menu__icon\">", "target": [ ".brz-css-fsmyn > .brz-mm-menu__icon" ], "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=\"brz-mm-menu__icon\">", "target": [ ".brz-css-rdttx > .brz-mm-menu__icon" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">", "target": [ ".brz-css-satqz > .brz-form-spinner.brz-invisible.brz-ed-animated--spin" ], "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=\"brz-mm-wrapper__blocker brz-mm-slideout\"><a href=\"#mm-0\"><span class=\"brz-mm-sronly\">Close menu</span></a></div>", "target": [ ".brz-mm-wrapper__blocker" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">", "target": [ ".brz-css-onvxo > .brz-form-spinner.brz-invisible.brz-ed-animated--spin" ], "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=\"brz-popup2 brz-popup2__preview brz-popup2__auto brz-simple-popup brz-css-ltpyz brz-css-fqqte\" id=\"zczfknkgrtyfibphkjexdbqoaxslgzavlmcc\" data-brz-popup=\"ciqzekbfaglttuqyboimhbqrngtpcummznuw\" data-click_outside_to_close=\"true\" data-custom-id=\"zqlmvdtqeqzbidaqyqnreymqpfdzpehbtcwm\">", "target": [ "#zczfknkgrtyfibphkjexdbqoaxslgzavlmcc" ], "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%2Felectjamesgallagher.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%2Felectjamesgallagher.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": "electjamesgallagher.com", "port": "", "pathname": "/james-gallagher-wins-lawsuit-against-gavin-newsom/", "search": {}, "hash": "", "filename": "" } }, "relatedNodes": [ { "html": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", "target": [ ".brz-posts__item:nth-child(2) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn" ] }, { "html": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", "target": [ ".brz-posts__item:nth-child(3) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a>", "target": [ ".brz-posts__item:nth-child(1) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] } ], "violations": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146", "ACT" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds", "help": "Elements must meet enhanced color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4d6dab", "bgColor": "#ffffff", "contrastRatio": 5.13, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#mfrtldpaxqkufezqyewfehprlelutekwkjtz" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#mfrtldpaxqkufezqyewfehprlelutekwkjtz" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4d6dab", "bgColor": "#ffffff", "contrastRatio": 5.13, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#qccblisbzbapejdzjawymmcqifgrdursqvhi" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#qccblisbzbapejdzjawymmcqifgrdursqvhi" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4d6dab", "bgColor": "#ffffff", "contrastRatio": 5.13, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"email\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>", "target": [ "#qdwxkmrllwfallpbxllxkmyfaslowxbwqizr" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"email\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>", "target": [ "#qdwxkmrllwfallpbxllxkmyfaslowxbwqizr" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4d6dab", "bgColor": "#ffffff", "contrastRatio": 5.13, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"tel\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" placeholder=\"Cell Phone\" pattern=\"[0-9()#&+*-=.]+\" data-type=\"Tel\" data-label=\"Cell Phone\" data-placeholder=\"Cell Phone\" class=\"brz-input brz-forms2__field brz-forms2__field-tel\">", "target": [ "#jykmebewsluumdwoezfaxzsnildovdjybywy" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"tel\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" placeholder=\"Cell Phone\" pattern=\"[0-9()#&+*-=.]+\" data-type=\"Tel\" data-label=\"Cell Phone\" data-placeholder=\"Cell Phone\" class=\"brz-input brz-forms2__field brz-forms2__field-tel\">", "target": [ "#jykmebewsluumdwoezfaxzsnildovdjybywy" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4d6dab", "bgColor": "#ffffff", "contrastRatio": 5.13, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4d6dab", "bgColor": "#ffffff", "contrastRatio": 5.13, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#ftotrhanbircsggmcxpkypojvvjtzbibqrvv" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">", "target": [ "#ftotrhanbircsggmcxpkypojvvjtzbibqrvv" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#4d6dab", "bgColor": "#ffffff", "contrastRatio": 5.13, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<input type=\"email\" id=\"qdycybomsxnueioigtwxqzvauyddyumysftr\" name=\"ixdlawelymkvrrdfwimqobktzjqwvkztllyu\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>", "target": [ "#qdycybomsxnueioigtwxqzvauyddyumysftr" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<input type=\"email\" id=\"qdycybomsxnueioigtwxqzvauyddyumysftr\" name=\"ixdlawelymkvrrdfwimqobktzjqwvkztllyu\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>", "target": [ "#qdycybomsxnueioigtwxqzvauyddyumysftr" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143", "ACT", "TTv5", "TT13.c" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds", "help": "Elements must meet minimum color contrast ratio thresholds", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#3dae2b", "bgColor": "#002f87", "contrastRatio": 4.14, "fontSize": "12.0pt (16px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-section__menu-item > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 4.14 (foreground color: #3dae2b, background color: #002f87, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span\">Home</span>", "target": [ ".brz-css-momdi > .brz-menu__ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 4.14 (foreground color: #3dae2b, background color: #002f87, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-vuxfj\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nfjkyrmjnnuqfrmsfeiqncyomplxsuwqfaou\">", "target": [ ".brz-css-vuxfj" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span brz-text__editor\">CONTRIBUTE</span>", "target": [ ".brz-css-vuxfj > .brz-text__editor.brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a>", "target": [ ".brz-posts__item:nth-child(1) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span brz-text__editor\">READ MORE</span>", "target": [ ".brz-posts__item:nth-child(1) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn > .brz-text__editor.brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", "target": [ ".brz-posts__item:nth-child(2) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span brz-text__editor\">READ MORE</span>", "target": [ ".brz-posts__item:nth-child(2) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn > .brz-text__editor.brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "11.3pt (15px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", "target": [ ".brz-posts__item:nth-child(3) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-span brz-text__editor\">READ MORE</span>", "target": [ ".brz-posts__item:nth-child(3) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn > .brz-text__editor.brz-span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "17.3pt (23px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-qokyb > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 17.3pt (23px), font weight: bold). Expected contrast ratio of 3:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong class=\"brz-cp-color8\">Subscribe For Campaign Updates</strong>", "target": [ ".brz-css-wbcvl > .brz-cp-color8" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 17.3pt (23px), font weight: bold). Expected contrast ratio of 3:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-qokyb > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color8\">Paid for by Gallagher for Assembly 2024</span>", "target": [ ".brz-css-xfmun > .brz-cp-color8" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "9.0pt (12px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-qokyb > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"brz-cp-color8\">#1456526</span>", "target": [ ".brz-css-hdgtq > .brz-cp-color8" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "bgColor": "#3dae2b", "contrastRatio": 2.88, "fontSize": "36.0pt (48px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "3:1" }, "relatedNodes": [ { "html": "<div class=\"brz-bg-color\"></div>", "target": [ ".brz-css-tyzxp > .brz-bg > .brz-bg-color" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 36.0pt (48px), font weight: bold). Expected contrast ratio of 3:1" } ], "all": [], "none": [], "impact": "serious", "html": "<strong style=\"color: rgb(255, 255, 255);\">CAMPAIGN UPDATES</strong>", "target": [ ".brz-css-onwpn > strong" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 36.0pt (48px), font weight: bold). Expected contrast ratio of 3:1" } ] }, { "id": "duplicate-id", "impact": "minor", "tags": [ "cat.parsing", "wcag2a", "wcag411" ], "description": "Ensures every id attribute value is unique", "help": "id attribute value must be unique", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/duplicate-id?application=axeAPI", "nodes": [ { "any": [ { "id": "duplicate-id", "data": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "relatedNodes": [ { "html": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", "target": [ ".brz-posts__item:nth-child(2) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc" ] }, { "html": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", "target": [ ".brz-posts__item:nth-child(3) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: abpjwnpqlyokkjuaxntwgauyiwvamlapglgo" } ], "all": [], "none": [], "impact": "minor", "html": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">", "target": [ ".brz-posts__item:nth-child(1) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: abpjwnpqlyokkjuaxntwgauyiwvamlapglgo" }, { "any": [ { "id": "duplicate-id", "data": "close-popup", "relatedNodes": [ { "html": "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\">", "target": [ ".brz-css-amkbk > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"]" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: close-popup" } ], "all": [], "none": [], "impact": "minor", "html": "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\">", "target": [ ".brz-css-dthky > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"]" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: close-popup" }, { "any": [ { "id": "duplicate-id", "data": "Line-2", "relatedNodes": [ { "html": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>", "target": [ ".brz-css-dthky > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"] > path[stroke=\"currentColor\"][fill-rule=\"nonzero\"]:nth-child(2)" ] }, { "html": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>", "target": [ ".brz-css-amkbk > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"] > path[stroke=\"currentColor\"][fill-rule=\"nonzero\"]:nth-child(1)" ] }, { "html": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path>", "target": [ ".brz-css-amkbk > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"] > path[stroke=\"currentColor\"][fill-rule=\"nonzero\"]:nth-child(2)" ] } ], "impact": "minor", "message": "Document has multiple static elements with the same id attribute: Line-2" } ], "all": [], "none": [], "impact": "minor", "html": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>", "target": [ ".brz-css-dthky > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"] > path[stroke=\"currentColor\"][fill-rule=\"nonzero\"]:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Document has multiple static elements with the same id attribute: Line-2" } ] }, { "id": "landmark-unique", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "help": "Ensures landmarks are unique", "description": "Landmarks should have a unique role or role/label/title (i.e. accessible name) combination", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/landmark-unique?application=axeAPI", "nodes": [ { "any": [ { "id": "landmark-is-unique", "data": { "role": "navigation", "accessibleText": null }, "relatedNodes": [ { "html": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-momdi\">", "target": [ ".brz-css-rdttx > .brz-css-momdi" ] } ], "impact": "moderate", "message": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ], "all": [], "none": [], "impact": "moderate", "html": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\">", "target": [ ".brz-css-fsmyn > .brz-css-xtqxl" ], "failureSummary": "Fix any of the following:\n The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable" } ] }, { "id": "link-name", "impact": "serious", "tags": [ "cat.name-role-value", "wcag2a", "wcag412", "wcag244", "section508", "section508.22.a", "ACT", "TTv5", "TT6.a" ], "description": "Ensures links have discernible text", "help": "Links must have discernible text", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/link-name?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\">", "target": [ ".brz-css-nkhjr > .brz-a[data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\">", "target": [ ".brz-a[href$=\"issues/#covid\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\">", "target": [ ".brz-a[href$=\"issues/#education\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\">", "target": [ ".brz-a[href$=\"issues/#fire\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\">", "target": [ ".brz-a[href$=\"issues/#business\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\">", "target": [ ".brz-a[href$=\"issues/#jobs\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\">", "target": [ ".brz-a[href$=\"issues/#government\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\">", "target": [ ".brz-a[href$=\"issues/#homeless\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\">", "target": [ ".brz-a[href$=\"issues/#housing\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\">", "target": [ ".brz-a[href$=\"issues/#infrastructure\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\">", "target": [ ".brz-a[href$=\"issues/#publicsafety\"][data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\">", "target": [ ".brz-css-jjcfd > .brz-a[data-brz-link-type=\"external\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", "target": [ "#bqcdvpsmuoxrxadmihrdqeluxjkglddgguqz > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" ], "failureSummary": "Fix all of the following:\n Element is in tab order and does not have accessible text\n\nFix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "serious", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "serious", "message": "Element has no title attribute" } ], "all": [], "none": [ { "id": "focusable-no-name", "data": null, "relatedNodes": [], "impact": "serious", "message": "Element is in tab order and does not have accessible text" } ], "impact": "serious", "html": "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">", "target": [ "#sldngukxksgzennpabrjfdhnfwmmxlokgqpl > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" ], "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": "region", "impact": "moderate", "tags": [ "cat.keyboard", "best-practice" ], "description": "Ensures all page content is contained by landmarks", "help": "All page content should be contained by landmarks", "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=axeAPI", "nodes": [ { "any": [ { "id": "region", "data": { "isIframe": false }, "relatedNodes": [], "impact": "moderate", "message": "Some page content is not contained by landmarks" } ], "all": [], "none": [], "impact": "moderate", "html": "<div class=\"brz-columns brz-css-zzrsc brz-css-gwmmf\" data-custom-id=\"iivvwhdqcbndhcravanzyqtvdmmjgirtzsug\">", "target": [ ".brz-css-gwmmf" ], "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": "<span class=\"brz-span brz-text__editor\">CONTRIBUTE</span>", "target": [ ".brz-css-lfbmc > .brz-text__editor.brz-span" ], "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=\"brz-columns brz-css-zzrsc brz-css-bjxym\" data-custom-id=\"dqsckdihoqzvsztniqhlxxpoqqdhprnakcii\">", "target": [ ".brz-css-bjxym" ], "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": "<span class=\"brz-span brz-text__editor\">CONTRIBUTE</span>", "target": [ ".brz-css-vuxfj > .brz-text__editor.brz-span" ], "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": "<section data-uid=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" id=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" class=\"brz-section brz-css-fagnc\">", "target": [ "#xdsllrygkvfipnymkhdkbhztdkttiaaaouxc" ], "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": "<section data-uid=\"vatlrotdsccboiqgywazmspginjoagohuhju\" id=\"vatlrotdsccboiqgywazmspginjoagohuhju\" class=\"brz-section brz-css-fagnc\">", "target": [ "#vatlrotdsccboiqgywazmspginjoagohuhju" ], "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": "<section data-uid=\"zuefumimwpxydvawtrvpmahkwjiqifgrpurl\" id=\"zuefumimwpxydvawtrvpmahkwjiqifgrpurl\" class=\"brz-section brz-css-fagnc\">", "target": [ "#zuefumimwpxydvawtrvpmahkwjiqifgrpurl" ], "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=\"brz-css-rqstg brz-wrapper\"><div class=\"brz-rich-text brz-rich-text__custom brz-css-gsdoh\" data-custom-id=\"mariucpbsucgvinmgomvmttcqzxldtvqenhv\"><div><p class=\"brz-css-wbcvl\"><strong class=\"brz-cp-color8\">Subscribe For Campaign Updates</strong></p></div></div></div>", "target": [ ".brz-css-kyjql > .brz-css-rqstg.brz-wrapper: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=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-yenfx\">", "target": [ ".brz-css-yenfx" ], "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=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-kdvcb\">", "target": [ ".brz-css-kdvcb" ], "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=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-ujbgj\">", "target": [ ".brz-css-ujbgj" ], "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=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-tmwcg\">", "target": [ ".brz-css-tmwcg" ], "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=\"brz-css-rqstg brz-wrapper\">", "target": [ ".brz-css-tmvak > .brz-css-ihxph.brz-column__items > .brz-css-rqstg.brz-wrapper: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=\"brz-row__container brz-css-dtmgq\" data-custom-id=\"qnybvobnknsibpqmwmmnshvruvfeowwxgqbr\">", "target": [ ".brz-css-tmvak > .brz-css-ihxph.brz-column__items > .brz-css-dtmgq.brz-row__container" ], "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=\"brz-css-ddxfk brz-css-lcxyz brz-wrapper\"><div class=\"brz-rich-text brz-rich-text__custom brz-css-hadul\" data-custom-id=\"sxwpclebdjokkweecsiqftzgrzgxbyrmxzgu\"><div><p class=\"brz-css-onwpn\"><strong style=\"color: rgb(255, 255, 255);\">CAMPAIGN UPDATES</strong></p></div></div></div>", "target": [ ".brz-css-lcxyz" ], "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=\"brz-forms2__item brz-css-srobw brz-css-tczvx brz-css-aynim brz-css-ysfxd\">", "target": [ ".brz-css-ysfxd" ], "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=\"brz-forms2__item brz-css-srobw brz-css-tczvx brz-css-aynim brz-css-mvdod\">", "target": [ ".brz-css-mvdod" ], "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=\"brz-forms2__item brz-css-srobw brz-css-tczvx brz-css-aynim brz-css-ypkmv\">", "target": [ ".brz-css-ypkmv" ], "failureSummary": "Fix any of the following:\n Some page content is not contained by landmarks" } ] } ] }, "success": true }, "standardResult": { "totals": [ 12, 17, 22, 30 ], "instances": [ { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-aguwk > .brz-scp-color2.brz-cp-color8" }, "excerpt": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 2px 2px 2px;\">Welcome to my Campaign Website</strong>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined because it partially overlaps other elements", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-pbxic > .brz-scp-color2.brz-cp-color8" }, "excerpt": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-uciiq > .brz-scp-color2.brz-cp-color8" }, "excerpt": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">I wouldn’t trade that for anything.</strong>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element content is too short to determine if it is actual text content", "ordinalSeverity": 1, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".current" }, "excerpt": "<span aria-current=\"page\" class=\"page-numbers current\">1</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-eoyxx > strong" }, "excerpt": "<strong class=\"brz-cp-color1\">James on the Issues</strong>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#covid\"]" }, "excerpt": "<a href=\"/issues/#covid\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">COVID-19</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#education\"]" }, "excerpt": "<a href=\"/issues/#education\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Education</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#fire\"]" }, "excerpt": "<a href=\"/issues/#fire\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Reduce Wildfire Risk</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#business\"]" }, "excerpt": "<a href=\"/issues/#business\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Business Climate</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#jobs\"]" }, "excerpt": "<a href=\"/issues/#jobs\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Job Creation</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#government\"]" }, "excerpt": "<a href=\"/issues/#government\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Good Government</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#homeless\"]" }, "excerpt": "<a href=\"/issues/#homeless\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Homelessness</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#housing\"]" }, "excerpt": "<a href=\"/issues/#housing\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Job Creation</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#infrastructure\"]" }, "excerpt": "<a href=\"/issues/#infrastructure\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Infrastructure</a>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element's background color could not be determined due to a background image", "ordinalSeverity": 1, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".link--external.brz-cp-color1[href$=\"issues/#publicsafety\"]" }, "excerpt": "<a href=\"/issues/#publicsafety\" style=\"\" class=\"link--external brz-cp-color1\" data-brz-link-type=\"external\">Public Safety</a>" }, { "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": "iframe[name=\"f38ffb7ed31771c\"]" }, "excerpt": "<iframe name=\"f38ffb7ed31771c\" width=\"500px\" height=\"615px\" data-testid=\"fb:page Facebook Social Plugin\" title=\"fb:page Facebook Social Plugin\" frameborder=\"0\" allowtransparency=\"true\" allowfullscreen ... agherforCA&locale=en_US&sdk=joey&show_facepile=true&small_header=true&tabs=timeline&width=500\" style=\"border: none; visibility: visible; width: 500px; height: 615px;\" class=\"\">" }, { "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: 615px; display: ... llagher.com%2F&sessionId=e75fe8e65e4738474813dbaa1aeecd730e7b23ed&showHeader=true&showReplies=false&theme=light&transparent=false&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": "NAV", "id": "jecvlcwdmsotwibnbbrvwppzvhzptoyuebcp", "location": { "doc": "dom", "type": "selector", "spec": "#jecvlcwdmsotwibnbbrvwppzvhzptoyuebcp" }, "excerpt": "<nav id=\"jecvlcwdmsotwibnbbrvwppzvhzptoyuebcp\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-zlyjv brz-css-momdi brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" 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": "NAV", "id": "kpwzhiowbaocmhiassjisolyudjarzjnxktv", "location": { "doc": "dom", "type": "selector", "spec": "#kpwzhiowbaocmhiassjisolyudjarzjnxktv" }, "excerpt": "<nav id=\"kpwzhiowbaocmhiassjisolyudjarzjnxktv\" class=\"brz-menu brz-menu__mmenu brz-menu__preview brz-css-zlyjv brz-css-xtqxl brz-mm-menu brz-mm-menu_offcanvas brz-mm-menu_theme-dark brz-mm-menu_pagedim-black brz-mm-menu_border-full brz-mm-menu_position-front brz-mm-menu_position-left\" 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": ".brz-css-fsmyn > .brz-mm-menu__icon" }, "excerpt": "<div class=\"brz-mm-menu__icon\">" }, { "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": ".brz-css-rdttx > .brz-mm-menu__icon" }, "excerpt": "<div class=\"brz-mm-menu__icon\">" }, { "ruleID": "hidden-content", "what": "Hidden content on the page should be analyzed; There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it.", "ordinalSeverity": 0, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-satqz > .brz-form-spinner.brz-invisible.brz-ed-animated--spin" }, "excerpt": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">" }, { "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": ".brz-mm-wrapper__blocker" }, "excerpt": "<div class=\"brz-mm-wrapper__blocker brz-mm-slideout\"><a href=\"#mm-0\"><span class=\"brz-mm-sronly\">Close menu</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": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-onvxo > .brz-form-spinner.brz-invisible.brz-ed-animated--spin" }, "excerpt": "<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\" viewBox=\"0 0 24 24\" xml:space=\"preserve\" class=\"brz-icon-svg brz-form-spinner brz-invisible brz-ed-animated--spin\" data-type=\"glyph\" data-name=\"circle-02\">" }, { "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": "zczfknkgrtyfibphkjexdbqoaxslgzavlmcc", "location": { "doc": "dom", "type": "selector", "spec": "#zczfknkgrtyfibphkjexdbqoaxslgzavlmcc" }, "excerpt": "<div class=\"brz-popup2 brz-popup2__preview brz-popup2__auto brz-simple-popup brz-css-ltpyz brz-css-fqqte\" id=\"zczfknkgrtyfibphkjexdbqoaxslgzavlmcc\" data-brz-popup=\"ciqzekbfaglttuqyboimhbqrngtpcummznuw\" data-click_outside_to_close=\"true\" data-custom-id=\"zqlmvdtqeqzbidaqyqnreymqpfdzpehbtcwm\">" }, { "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%2Felectjamesgallagher.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%2Felectjamesgallagher.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": ".brz-posts__item:nth-child(1) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "mfrtldpaxqkufezqyewfehprlelutekwkjtz", "location": { "doc": "dom", "type": "selector", "spec": "#mfrtldpaxqkufezqyewfehprlelutekwkjtz" }, "excerpt": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "qccblisbzbapejdzjawymmcqifgrdursqvhi", "location": { "doc": "dom", "type": "selector", "spec": "#qccblisbzbapejdzjawymmcqifgrdursqvhi" }, "excerpt": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "qdwxkmrllwfallpbxllxkmyfaslowxbwqizr", "location": { "doc": "dom", "type": "selector", "spec": "#qdwxkmrllwfallpbxllxkmyfaslowxbwqizr" }, "excerpt": "<input type=\"email\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "jykmebewsluumdwoezfaxzsnildovdjybywy", "location": { "doc": "dom", "type": "selector", "spec": "#jykmebewsluumdwoezfaxzsnildovdjybywy" }, "excerpt": "<input type=\"tel\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" placeholder=\"Cell Phone\" pattern=\"[0-9()#&+*-=.]+\" data-type=\"Tel\" data-label=\"Cell Phone\" data-placeholder=\"Cell Phone\" class=\"brz-input brz-forms2__field brz-forms2__field-tel\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr", "location": { "doc": "dom", "type": "selector", "spec": "#vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr" }, "excerpt": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "ftotrhanbircsggmcxpkypojvvjtzbibqrvv", "location": { "doc": "dom", "type": "selector", "spec": "#ftotrhanbircsggmcxpkypojvvjtzbibqrvv" }, "excerpt": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "color-contrast-enhanced", "what": "Elements must meet enhanced color contrast ratio thresholds; Element has insufficient color contrast of 5.13 (foreground color: #4d6dab, background color: #ffffff, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 7:1", "ordinalSeverity": 3, "tagName": "INPUT", "id": "qdycybomsxnueioigtwxqzvauyddyumysftr", "location": { "doc": "dom", "type": "selector", "spec": "#qdycybomsxnueioigtwxqzvauyddyumysftr" }, "excerpt": "<input type=\"email\" id=\"qdycybomsxnueioigtwxqzvauyddyumysftr\" name=\"ixdlawelymkvrrdfwimqobktzjqwvkztllyu\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 4.14 (foreground color: #3dae2b, background color: #002f87, font size: 12.0pt (16px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-momdi > .brz-menu__ul > .brz-menu__item--current.brz-menu__item > .menu-item-home.current-menu-item.page_item > .brz-span" }, "excerpt": "<span class=\"brz-span\">Home</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-vuxfj > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">CONTRIBUTE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-posts__item:nth-child(1) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">READ MORE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-posts__item:nth-child(2) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">READ MORE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 11.3pt (15px), font weight: bold). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-posts__item:nth-child(3) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc > .brz-css-yycwx.brz-css-rrzxf.brz-btn > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">READ MORE</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 17.3pt (23px), font weight: bold). Expected contrast ratio of 3:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-wbcvl > .brz-cp-color8" }, "excerpt": "<strong class=\"brz-cp-color8\">Subscribe For Campaign Updates</strong>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-xfmun > .brz-cp-color8" }, "excerpt": "<span class=\"brz-cp-color8\">Paid for by Gallagher for Assembly 2024</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 9.0pt (12px), font weight: normal). Expected contrast ratio of 4.5:1", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-hdgtq > .brz-cp-color8" }, "excerpt": "<span class=\"brz-cp-color8\">#1456526</span>" }, { "ruleID": "color-contrast", "what": "Elements must meet minimum color contrast ratio thresholds; Element has insufficient color contrast of 2.88 (foreground color: #ffffff, background color: #3dae2b, font size: 36.0pt (48px), font weight: bold). Expected contrast ratio of 3:1", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-onwpn > strong" }, "excerpt": "<strong style=\"color: rgb(255, 255, 255);\">CAMPAIGN UPDATES</strong>" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "ordinalSeverity": 2, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "selector", "spec": ".brz-posts__item:nth-child(1) > .brz-css-sdxrt.brz-css-zzrsc.brz-columns > .brz-css-ihxph.brz-column__items > .brz-wrapper-clone.brz-css-toxwf > .brz-css-brbdk.brz-d-xs-flex.brz-flex-xs-wrap > .brz-wrapper-clone__item.brz-css-jkdqc" }, "excerpt": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: close-popup", "ordinalSeverity": 2, "tagName": "G", "id": "close-popup", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-dthky > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"]" }, "excerpt": "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\">" }, { "ruleID": "duplicate-id", "what": "id attribute value must be unique; Document has multiple static elements with the same id attribute: Line-2", "ordinalSeverity": 2, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-dthky > .brz-container__wrap > .brz-popup2__close > svg[data-name=\"close-popup\"][viewBox=\"0 0 16 16\"][data-type=\"editor\"] > g[stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"] > path[stroke=\"currentColor\"][fill-rule=\"nonzero\"]:nth-child(1)" }, "excerpt": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path>" }, { "ruleID": "landmark-unique", "what": "Ensures landmarks are unique; The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable", "ordinalSeverity": 2, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-fsmyn > .brz-css-xtqxl" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-nkhjr > .brz-a[data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#covid\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#education\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#fire\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#business\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#jobs\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#government\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#homeless\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#housing\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#infrastructure\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-a[href$=\"issues/#publicsafety\"][data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-jjcfd > .brz-a[data-brz-link-type=\"external\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#bqcdvpsmuoxrxadmihrdqeluxjkglddgguqz > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">" }, { "ruleID": "link-name", "what": "Links must have discernible text; Element does not have text that is visible to screen readers; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element has no title attribute", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "#sldngukxksgzennpabrjfdhnfwmmxlokgqpl > .brz-icon__container > .brz-a[target=\"_blank\"][rel=\"noopener\"]" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">" }, { "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": ".brz-css-gwmmf" }, "excerpt": "<div class=\"brz-columns brz-css-zzrsc brz-css-gwmmf\" data-custom-id=\"iivvwhdqcbndhcravanzyqtvdmmjgirtzsug\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-lfbmc > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">CONTRIBUTE</span>" }, { "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": ".brz-css-bjxym" }, "excerpt": "<div class=\"brz-columns brz-css-zzrsc brz-css-bjxym\" data-custom-id=\"dqsckdihoqzvsztniqhlxxpoqqdhprnakcii\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "selector", "spec": ".brz-css-vuxfj > .brz-text__editor.brz-span" }, "excerpt": "<span class=\"brz-span brz-text__editor\">CONTRIBUTE</span>" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "xdsllrygkvfipnymkhdkbhztdkttiaaaouxc", "location": { "doc": "dom", "type": "selector", "spec": "#xdsllrygkvfipnymkhdkbhztdkttiaaaouxc" }, "excerpt": "<section data-uid=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" id=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" class=\"brz-section brz-css-fagnc\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "vatlrotdsccboiqgywazmspginjoagohuhju", "location": { "doc": "dom", "type": "selector", "spec": "#vatlrotdsccboiqgywazmspginjoagohuhju" }, "excerpt": "<section data-uid=\"vatlrotdsccboiqgywazmspginjoagohuhju\" id=\"vatlrotdsccboiqgywazmspginjoagohuhju\" class=\"brz-section brz-css-fagnc\">" }, { "ruleID": "region", "what": "All page content should be contained by landmarks; Some page content is not contained by landmarks", "ordinalSeverity": 2, "tagName": "SECTION", "id": "zuefumimwpxydvawtrvpmahkwjiqifgrpurl", "location": { "doc": "dom", "type": "selector", "spec": "#zuefumimwpxydvawtrvpmahkwjiqifgrpurl" }, "excerpt": "<section data-uid=\"zuefumimwpxydvawtrvpmahkwjiqifgrpurl\" id=\"zuefumimwpxydvawtrvpmahkwjiqifgrpurl\" class=\"brz-section brz-css-fagnc\">" }, { "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": ".brz-css-kyjql > .brz-css-rqstg.brz-wrapper:nth-child(1)" }, "excerpt": "<div class=\"brz-css-rqstg brz-wrapper\"><div class=\"brz-rich-text brz-rich-text__custom brz-css-gsdoh\" data-custom-id=\"mariucpbsucgvinmgomvmttcqzxldtvqenhv\"><div><p class=\"brz-css-wbcvl\"><strong class=\"brz-cp-color8\">Subscribe For Campaign Updates</strong></p></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": ".brz-css-yenfx" }, "excerpt": "<div class=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-yenfx\">" }, { "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": ".brz-css-kdvcb" }, "excerpt": "<div class=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-kdvcb\">" }, { "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": ".brz-css-ujbgj" }, "excerpt": "<div class=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-ujbgj\">" }, { "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": ".brz-css-tmwcg" }, "excerpt": "<div class=\"brz-forms2__item brz-css-whqit brz-css-yeexl brz-css-licyk brz-css-tmwcg\">" }, { "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": ".brz-css-tmvak > .brz-css-ihxph.brz-column__items > .brz-css-rqstg.brz-wrapper:nth-child(1)" }, "excerpt": "<div class=\"brz-css-rqstg brz-wrapper\">" }, { "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": ".brz-css-tmvak > .brz-css-ihxph.brz-column__items > .brz-css-dtmgq.brz-row__container" }, "excerpt": "<div class=\"brz-row__container brz-css-dtmgq\" data-custom-id=\"qnybvobnknsibpqmwmmnshvruvfeowwxgqbr\">" }, { "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": ".brz-css-lcxyz" }, "excerpt": "<div class=\"brz-css-ddxfk brz-css-lcxyz brz-wrapper\"><div class=\"brz-rich-text brz-rich-text__custom brz-css-hadul\" data-custom-id=\"sxwpclebdjokkweecsiqftzgrzgxbyrmxzgu\"><div><p class=\"brz-css-onwpn\"><strong style=\"color: rgb(255, 255, 255);\">CAMPAIGN UPDATES</strong></p></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": ".brz-css-ysfxd" }, "excerpt": "<div class=\"brz-forms2__item brz-css-srobw brz-css-tczvx brz-css-aynim brz-css-ysfxd\">" }, { "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": ".brz-css-mvdod" }, "excerpt": "<div class=\"brz-forms2__item brz-css-srobw brz-css-tczvx brz-css-aynim brz-css-mvdod\">" }, { "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": ".brz-css-ypkmv" }, "excerpt": "<div class=\"brz-forms2__item brz-css-srobw brz-css-tczvx brz-css-aynim brz-css-ypkmv\">" } ] }, "endTime": 1687096497715 }, { "type": "launch", "which": "chromium", "startTime": 1687096497715, "endTime": 1687096498294 }, { "type": "url", "which": "https://electjamesgallagher.com/", "what": "Candidate James Gallagher (R)", "startTime": 1687096498294, "result": { "url": "https://electjamesgallagher.com/" }, "endTime": 1687096499184 }, { "type": "test", "which": "continuum", "startTime": 1687096499184, "url": "https://electjamesgallagher.com/", "what": "Level Access Continuum, community edition", "result": [ { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'abpjwnpqlyokkjuaxntwgauyiwvamlapglgo', which is not unique in the same DOM", "element": "<div id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" class=\"brz-wrapper-clone__item brz-css-jkdqc\"><a data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" id=\"\" data-brz-link-type=\"external\" href=\"https:// ... https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a></div>", "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[class=\"brz-wrapper-clone__item brz-css-jkdqc\"][id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'abpjwnpqlyokkjuaxntwgauyiwvamlapglgo', which is not unique in the same DOM", "element": "<div id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" class=\"brz-wrapper-clone__item brz-css-jkdqc\"><a data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" id=\"\" data-brz-link-type=\"external\" href=\"https:// ... lagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a></div>", "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[class=\"brz-wrapper-clone__item brz-css-jkdqc\"][id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This DIV has an id attribute of 'abpjwnpqlyokkjuaxntwgauyiwvamlapglgo', which is not unique in the same DOM", "element": "<div id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" class=\"brz-wrapper-clone__item brz-css-jkdqc\"><a data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" id=\"\" data-brz-link-type=\"external\" href=\"https:// ... w-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a></div>", "path": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "div[class=\"brz-wrapper-clone__item brz-css-jkdqc\"][id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"]", "attNo": 2 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This g has an id attribute of 'close-popup', which is not unique in the same DOM", "element": "<g stroke-linecap=\"square\" fill-rule=\"evenodd\" fill=\"none\" stroke-width=\"1\" stroke=\"none\" id=\"close-popup\"><path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.538404 ... path><path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path></g>", "path": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "g[id=\"close-popup\"][stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"][fill-rule=\"evenodd\"][stroke-linecap=\"square\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This g has an id attribute of 'close-popup', which is not unique in the same DOM", "element": "<g stroke-linecap=\"square\" fill-rule=\"evenodd\" fill=\"none\" stroke-width=\"1\" stroke=\"none\" id=\"close-popup\"><path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.538404 ... path><path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path></g>", "path": "body>div:nth-of-type(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "g[id=\"close-popup\"][stroke=\"none\"][stroke-width=\"1\"][fill=\"none\"][fill-rule=\"evenodd\"][stroke-linecap=\"square\"]", "attNo": 6 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "element": "<path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>", "path": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "path[d=\"M1.5,1.5 L14.5384048,14.5384048\"][id=\"Line-2\"][stroke=\"currentColor\"][fill-rule=\"nonzero\"]", "attNo": 4 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "element": "<path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>", "path": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "path[d=\"M1.5,1.5 L14.5384048,14.5384048\"][id=\"Line-2\"][stroke=\"currentColor\"][fill-rule=\"nonzero\"][transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"]", "attNo": 5 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "element": "<path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>", "path": "body>div:nth-of-type(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "path[d=\"M1.5,1.5 L14.5384048,14.5384048\"][id=\"Line-2\"][stroke=\"currentColor\"][fill-rule=\"nonzero\"]", "attNo": 4 } }, { "engineTestId": 94, "bestPracticeId": 1352, "attribute": "This element has an id attribute set to a value that is not unique in the same DOM", "attributeDetail": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "element": "<path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>", "path": "body>div:nth-of-type(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)", "fingerprint": { "version": 2, "css": "path[d=\"M1.5,1.5 L14.5384048,14.5384048\"][id=\"Line-2\"][stroke=\"currentColor\"][fill-rule=\"nonzero\"][transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"]", "attNo": 5 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"money\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-dovpw brz-css-ubpsr\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"htt ... c0-1.758,1.308-3.204,3-3.449V4h2v2.051c1.692,0.245,3,1.691,3,3.449h-2C14,8.673,13.327,8,12.5,8h-1C10.673,8,10,8.673,10,9.5 C10,10.342,10.505,10.596,12.243,11.03z\" fill=\"currentColor\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[version=\"1.1\"][x=\"0px\"][y=\"0px\"][viewbox=\"0 0 24 24\"][class=\"brz-icon-svg brz-css-dovpw brz-css-ubpsr\"][data-type=\"glyph\"][data-name=\"money\"]", "attNo": 10 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"money\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-dovpw brz-css-wrazi\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"htt ... c0-1.758,1.308-3.204,3-3.449V4h2v2.051c1.692,0.245,3,1.691,3,3.449h-2C14,8.673,13.327,8,12.5,8h-1C10.673,8,10,8.673,10,9.5 C10,10.342,10.505,10.596,12.243,11.03z\" fill=\"currentColor\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[version=\"1.1\"][x=\"0px\"][y=\"0px\"][viewbox=\"0 0 24 24\"][class=\"brz-icon-svg brz-css-dovpw brz-css-wrazi\"][data-type=\"glyph\"][data-name=\"money\"]", "attNo": 10 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"logo-facebook\" data-type=\"glyph\" class=\"brz-icon-svg\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/ ... -4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\" fill=\"currentColor\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[version=\"1.1\"][x=\"0px\"][y=\"0px\"][viewbox=\"0 0 24 24\"][class=\"brz-icon-svg\"][data-type=\"glyph\"][data-name=\"logo-facebook\"]", "attNo": 10 } }, { "engineTestId": 123, "bestPracticeId": 362, "attribute": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "element": "<svg data-name=\"logo-twitter\" data-type=\"glyph\" class=\"brz-icon-svg\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/s ... -0.1c0.6,2,2.4,3.4,4.6,3.4 c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14-7.5,14-14c0-0.2,0-0.4,0-0.6 C22.5,6.4,23.3,5.5,24,4.6z\" fill=\"currentColor\"></path></g></svg>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "svg[version=\"1.1\"][x=\"0px\"][y=\"0px\"][viewbox=\"0 0 24 24\"][class=\"brz-icon-svg\"][data-type=\"glyph\"][data-name=\"logo-twitter\"]", "attNo": 10 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\" id=\"\" data-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relativ ... -p-relative brz-css-dltcm\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" class=\"brz-img brz-img-svg\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://electjamesgallagher.com/\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"]", "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 data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#covid\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dmjhi\">< ... id19-scaled-410x273x0x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-820x546x0x110x820x328x1609868842.jpg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#covid\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\"]", "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 data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#education\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ogsc ... on-scaled-410x273x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-820x546x0x110x820x328x1609868852.jpg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#education\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\"]", "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 data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#fire\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-jeacb\"><s ... fire-scaled-410x231x0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-820x462x0x92x820x276x1609868871.jpg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#fire\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\"]", "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 data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#business\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kbktp ... climate-410x272x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-820x544x0x108x820x326x1609868890.jpeg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#business\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\"]", "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 data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#jobs\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-qjnol\"><s ... ob-creation-410x274x0x55x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-820x548x0x110x820x328x1609868887.jpeg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#jobs\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\"]", "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 data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#government\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-yxm ... led-410x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-820x546x0x110x820x328x1609868857.jpg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#government\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\"]", "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 data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#homeless\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kglos ... aled-410x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-820x536x0x108x820x322x1609868836.jpg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#homeless\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\"]", "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 data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#housing\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ckamn\" ... izy/imgs/housing-410x274x0x55x410x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-820x548x0x110x820x328x1609868889.jpeg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#housing\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\"]", "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 data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#infrastructure\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css ... 101-scaled-410x308x0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-820x616x0x124x820x370x1609792225.jpg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#infrastructure\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\"]", "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 data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#publicsafety\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-l ... -scaled-410x221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-820x442x0x88x820x266x1609868865.jpg 2x\" class=\"brz-img\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"/issues/#publicsafety\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\"]", "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=\"https://twitter.com/@J_GallagherAD3\" data-theme=\"light\" class=\"twitter-timeline\" data-height=\"615\"></a>", "path": "body>div:nth-of-type(1)>*:nth-child(7)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[data-height=\"615\"][class=\"twitter-timeline\"][data-theme=\"light\"][href=\"https://twitter.com/@J_GallagherAD3\"]", "attNo": 4 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\" id=\"\" data-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relativ ... -p-relative brz-css-iiktj\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" class=\"brz-img brz-img-svg\"></picture></a>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://electjamesgallagher.com/\"][data-brz-link-type=\"external\"][id=\"\"][data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\"]", "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 id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/JamesGallagherforCA\" class=\"brz-a\"><span class=\"brz-span brz-icon css-87g7tk\"><svg data-name=\"logo- ... 25,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\" fill=\"currentColor\"></path></g></svg></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://www.facebook.com/JamesGallagherforCA\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]", "attNo": 6 } }, { "engineTestId": 237, "bestPracticeId": 1301, "attribute": "This A element does not have a mechanism that allows an accessible name value to be calculated", "attributeDetail": "This A element does not have a mechanism that allows an accessible name value to be calculated", "element": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/J_GallagherAD3\" class=\"brz-a\"><span class=\"brz-span brz-icon css-87g7tk\"><svg data-name=\"logo-twitter\" d ... 2.4,3.4,4.6,3.4 c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14-7.5,14-14c0-0.2,0-0.4,0-0.6 C22.5,6.4,23.3,5.5,24,4.6z\" fill=\"currentColor\"></path></g></svg></span></a>", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "a[class=\"brz-a\"][href=\"https://twitter.com/J_GallagherAD3\"][target=\"_blank\"][rel=\"noopener\"][data-brz-link-type=\"external\"][id=\"\"]", "attNo": 6 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\"]", "attNo": 1 } }, { "engineTestId": 531, "bestPracticeId": 2519, "attribute": "This nav does not have a unique accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have a unique accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-momdi\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-momdi\"]", "attNo": 1 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\"]", "attNo": 1 } }, { "engineTestId": 533, "bestPracticeId": 2519, "attribute": "This nav does not have an accessible name as required when two or more nav elements are present", "attributeDetail": "This nav does not have an accessible name as required when two or more nav elements are present", "element": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-momdi\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>", "path": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "nav[class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-momdi\"]", "attNo": 1 } }, { "engineTestId": 863, "bestPracticeId": 2440, "attribute": "This input should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name", "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"zpnqyfkbcpksllltl ... eholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" type=\"text\">", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[type=\"text\"][id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\"][name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\"][placeholder=\"First Name*\"][required=\"\"][data-type=\"Text\"][data-label=\"First Name*\"][data-placeholder=\"First Name*\"][class=\"brz-input brz-forms2__field brz-forms2__field-text\"]", "attNo": 9 } }, { "engineTestId": 863, "bestPracticeId": 2440, "attribute": "This input should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name", "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ytwurbgpyayglgnejwew ... laceholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" type=\"text\">", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[type=\"text\"][id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\"][name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\"][placeholder=\"Last Name*\"][required=\"\"][data-type=\"Text\"][data-label=\"Last Name*\"][data-placeholder=\"Last Name*\"][class=\"brz-input brz-forms2__field brz-forms2__field-text\"]", "attNo": 9 } }, { "engineTestId": 863, "bestPracticeId": 2440, "attribute": "This input should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name", "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-email\" data-placeholder=\"Email*\" data-label=\"Email*\" data-type=\"Email\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+ ... 1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" required=\"\" placeholder=\"Email*\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" type=\"email\">", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[type=\"email\"][id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\"][name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\"][placeholder=\"Email*\"][required=\"\"][pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@\\\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\\\"]+)*)|(\\\".+\\\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\"][data-type=\"Email\"][data-label=\"Email*\"][data-placeholder=\"Email*\"][class=\"brz-input brz-forms2__field brz-forms2__field-email\"]", "attNo": 10 } }, { "engineTestId": 863, "bestPracticeId": 2440, "attribute": "This input should not rely on text in the placeholder attribute for an accessible name", "attributeDetail": "This input should not rely on text in the placeholder attribute for an accessible name", "element": "<input class=\"brz-input brz-forms2__field brz-forms2__field-tel\" data-placeholder=\"Cell Phone\" data-label=\"Cell Phone\" data-type=\"Tel\" pattern=\"[0-9()#&+*-=.]+\" placeholder=\"Cell Phone\" name=\"qexo ... Phone\" data-label=\"Cell Phone\" data-type=\"Tel\" pattern=\"[0-9()#&+*-=.]+\" placeholder=\"Cell Phone\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" type=\"tel\">", "path": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)", "fingerprint": { "version": 2, "css": "input[type=\"tel\"][id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\"][name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\"][placeholder=\"Cell Phone\"][pattern=\"[0-9()#&+*-=.]+\"][data-type=\"Tel\"][data-label=\"Cell Phone\"][data-placeholder=\"Cell Phone\"][class=\"brz-input brz-forms2__field brz-forms2__field-tel\"]", "attNo": 9 } } ], "standardResult": { "totals": [ 0, 0, 0, 36 ], "instances": [ { "ruleID": "94", "what": "This DIV has an id attribute of 'abpjwnpqlyokkjuaxntwgauyiwvamlapglgo', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" class=\"brz-wrapper-clone__item brz-css-jkdqc\"><a data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" id=\"\" data-brz-link-type=\"external\" href=\"https:// ... https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'abpjwnpqlyokkjuaxntwgauyiwvamlapglgo', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" class=\"brz-wrapper-clone__item brz-css-jkdqc\"><a data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" id=\"\" data-brz-link-type=\"external\" href=\"https:// ... lagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a></div>" }, { "ruleID": "94", "what": "This DIV has an id attribute of 'abpjwnpqlyokkjuaxntwgauyiwvamlapglgo', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(5)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<div id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" class=\"brz-wrapper-clone__item brz-css-jkdqc\"><a data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" id=\"\" data-brz-link-type=\"external\" href=\"https:// ... w-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\"><span class=\"brz-span brz-text__editor\">READ MORE</span></a></div>" }, { "ruleID": "94", "what": "This g has an id attribute of 'close-popup', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "G", "id": "close-popup", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<g stroke-linecap=\"square\" fill-rule=\"evenodd\" fill=\"none\" stroke-width=\"1\" stroke=\"none\" id=\"close-popup\"><path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.538404 ... path><path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path></g>" }, { "ruleID": "94", "what": "This g has an id attribute of 'close-popup', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "G", "id": "close-popup", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<g stroke-linecap=\"square\" fill-rule=\"evenodd\" fill=\"none\" stroke-width=\"1\" stroke=\"none\" id=\"close-popup\"><path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.538404 ... path><path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path></g>" }, { "ruleID": "94", "what": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>" }, { "ruleID": "94", "what": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>" }, { "ruleID": "94", "what": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<path fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>" }, { "ruleID": "94", "what": "This path has an id attribute of 'Line-2', which is not unique in the same DOM", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)" }, "excerpt": "<path transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \" fill-rule=\"nonzero\" stroke=\"currentColor\" id=\"Line-2\" d=\"M1.5,1.5 L14.5384048,14.5384048\"></path>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"money\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-dovpw brz-css-ubpsr\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"htt ... c0-1.758,1.308-3.204,3-3.449V4h2v2.051c1.692,0.245,3,1.691,3,3.449h-2C14,8.673,13.327,8,12.5,8h-1C10.673,8,10,8.673,10,9.5 C10,10.342,10.505,10.596,12.243,11.03z\" fill=\"currentColor\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"money\" data-type=\"glyph\" class=\"brz-icon-svg brz-css-dovpw brz-css-wrazi\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"htt ... c0-1.758,1.308-3.204,3-3.449V4h2v2.051c1.692,0.245,3,1.691,3,3.449h-2C14,8.673,13.327,8,12.5,8h-1C10.673,8,10,8.673,10,9.5 C10,10.342,10.505,10.596,12.243,11.03z\" fill=\"currentColor\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"logo-facebook\" data-type=\"glyph\" class=\"brz-icon-svg\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/ ... -4.788 c1.325,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\" fill=\"currentColor\"></path></g></svg>" }, { "ruleID": "123", "what": "This svg element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "SVG", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<svg data-name=\"logo-twitter\" data-type=\"glyph\" class=\"brz-icon-svg\" xml:space=\"preserve\" viewbox=\"0 0 24 24\" y=\"0px\" x=\"0px\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns=\"http://www.w3.org/2000/s ... -0.1c0.6,2,2.4,3.4,4.6,3.4 c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14-7.5,14-14c0-0.2,0-0.4,0-0.6 C22.5,6.4,23.3,5.5,24,4.6z\" fill=\"currentColor\"></path></g></svg>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\" id=\"\" data-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relativ ... -p-relative brz-css-dltcm\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" class=\"brz-img brz-img-svg\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#covid\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-dmjhi\">< ... id19-scaled-410x273x0x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-820x546x0x110x820x328x1609868842.jpg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#education\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ogsc ... on-scaled-410x273x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-820x546x0x110x820x328x1609868852.jpg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#fire\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-jeacb\"><s ... fire-scaled-410x231x0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-820x462x0x92x820x276x1609868871.jpg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#business\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kbktp ... climate-410x272x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-820x544x0x108x820x326x1609868890.jpeg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#jobs\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-qjnol\"><s ... ob-creation-410x274x0x55x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-820x548x0x110x820x328x1609868887.jpeg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#government\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-yxm ... led-410x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-820x546x0x110x820x328x1609868857.jpg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#homeless\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-kglos ... aled-410x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-820x536x0x108x820x322x1609868836.jpg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(3)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#housing\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-ckamn\" ... izy/imgs/housing-410x274x0x55x410x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-820x548x0x110x820x328x1609868889.jpeg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#infrastructure\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css ... 101-scaled-410x308x0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-820x616x0x124x820x370x1609792225.jpg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(6)>*:nth-child(1)>*:nth-child(2)>*:nth-child(4)>*:nth-child(2)>*:nth-child(5)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\" id=\"\" data-brz-link-type=\"external\" href=\"/issues/#publicsafety\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relative brz-css-l ... -scaled-410x221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-820x442x0x88x820x266x1609868865.jpg 2x\" class=\"brz-img\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(7)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a href=\"https://twitter.com/@J_GallagherAD3\" data-theme=\"light\" class=\"twitter-timeline\" data-height=\"615\"></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\" id=\"\" data-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/\" class=\"brz-a\"><picture class=\"brz-picture brz-d-block brz-p-relativ ... -p-relative brz-css-iiktj\"><img loading=\"lazy\" draggable=\"false\" alt=\"\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" class=\"brz-img brz-img-svg\"></picture></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://www.facebook.com/JamesGallagherforCA\" class=\"brz-a\"><span class=\"brz-span brz-icon css-87g7tk\"><svg data-name=\"logo- ... 25,0,2.463,0.099,2.795,0.143v3.24l-1.918,0.001c-1.504,0-1.795,0.715-1.795,1.763V11h4.44l-1,4h-3.44v9H22c1.105,0,2-0.895,2-2 V2C24,0.895,23.105,0,22,0z\" fill=\"currentColor\"></path></g></svg></span></a>" }, { "ruleID": "237", "what": "This A element does not have a mechanism that allows an accessible name value to be calculated", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(3)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<a id=\"\" data-brz-link-type=\"external\" rel=\"noopener\" target=\"_blank\" href=\"https://twitter.com/J_GallagherAD3\" class=\"brz-a\"><span class=\"brz-span brz-icon css-87g7tk\"><svg data-name=\"logo-twitter\" d ... 2.4,3.4,4.6,3.4 c-1.7,1.3-3.8,2.1-6.1,2.1c-0.4,0-0.8,0-1.2-0.1c2.2,1.4,4.8,2.2,7.5,2.2c9.1,0,14-7.5,14-14c0-0.2,0-0.4,0-0.6 C22.5,6.4,23.3,5.5,24,4.6z\" fill=\"currentColor\"></path></g></svg></span></a>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>" }, { "ruleID": "531", "what": "This nav does not have a unique accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-momdi\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-xtqxl\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>" }, { "ruleID": "533", "what": "This nav does not have an accessible name as required when two or more nav elements are present", "ordinalSeverity": 3, "tagName": "NAV", "id": "", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(3)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<nav class=\"brz-menu brz-menu__preview brz-css-zlyjv brz-css-momdi\"><ul data-menu-items-active=\"573952155bdc04e34a41fc9e5ddbbab9\" class=\"brz-menu__ul\"><li data-menu-item-id=\"573952155bdc04e34a41fc9e5d ... ta-brz-link-type=\"external\" href=\"https://electjamesgallagher.com/media/\" class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\"><span class=\"brz-span\">Media</span></a></li></ul></nav>" }, { "ruleID": "863", "what": "This input should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "mfrtldpaxqkufezqyewfehprlelutekwkjtz", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)>*:nth-child(1)" }, "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"zpnqyfkbcpksllltl ... eholder=\"First Name*\" data-label=\"First Name*\" data-type=\"Text\" required=\"\" placeholder=\"First Name*\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" type=\"text\">" }, { "ruleID": "863", "what": "This input should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "qccblisbzbapejdzjawymmcqifgrdursqvhi", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)" }, "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-text\" data-placeholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ytwurbgpyayglgnejwew ... laceholder=\"Last Name*\" data-label=\"Last Name*\" data-type=\"Text\" required=\"\" placeholder=\"Last Name*\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" type=\"text\">" }, { "ruleID": "863", "what": "This input should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "qdwxkmrllwfallpbxllxkmyfaslowxbwqizr", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(3)>*:nth-child(1)" }, "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-email\" data-placeholder=\"Email*\" data-label=\"Email*\" data-type=\"Email\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+ ... 1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$\" required=\"\" placeholder=\"Email*\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" type=\"email\">" }, { "ruleID": "863", "what": "This input should not rely on text in the placeholder attribute for an accessible name", "ordinalSeverity": 3, "tagName": "INPUT", "id": "jykmebewsluumdwoezfaxzsnildovdjybywy", "location": { "doc": "dom", "type": "selector", "spec": "body>div:nth-of-type(1)>*:nth-child(8)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)>*:nth-child(1)>*:nth-child(1)>*:nth-child(4)>*:nth-child(1)" }, "excerpt": "<input class=\"brz-input brz-forms2__field brz-forms2__field-tel\" data-placeholder=\"Cell Phone\" data-label=\"Cell Phone\" data-type=\"Tel\" pattern=\"[0-9()#&+*-=.]+\" placeholder=\"Cell Phone\" name=\"qexo ... Phone\" data-label=\"Cell Phone\" data-type=\"Tel\" pattern=\"[0-9()#&+*-=.]+\" placeholder=\"Cell Phone\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" type=\"tel\">" } ] }, "endTime": 1687096499701 }, { "type": "launch", "which": "chromium", "startTime": 1687096499702, "endTime": 1687096500263 }, { "type": "url", "which": "https://electjamesgallagher.com/", "what": "Candidate James Gallagher (R)", "startTime": 1687096500263, "result": { "url": "https://electjamesgallagher.com/" }, "endTime": 1687096501123 }, { "type": "test", "which": "htmlcs", "startTime": 1687096501123, "url": "https://electjamesgallagher.com/", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "result": { "Error": { "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": "#ftotrhanbircsggmcxpkypojvvjtzbibqrvv", "code": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#mfrtldpaxqkufezqyewfehprlelutekwkjtz", "code": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#ngsjlvioauqlgravypnnoiirekzoenyoertn", "code": "<input type=\"text\" id=\"ngsjlvioauqlgravypnnoiirekzoenyoertn\" name=\"mkqjmjfwiggmdgjjyrjavidpbvyoicmjvrvh\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf", "code": "<input type=\"text\" id=\"olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf\" name=\"cugpemdguwvhpqktuhkawoelbuppgqwqskse\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#qccblisbzbapejdzjawymmcqifgrdursqvhi", "code": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr", "code": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" } ] }, "AAA.1_3_1_AAA.G141": { "The heading structure is not logically nested. This h5 element appears to be the primary document heading, so should be an h1 element.": [ { "tagName": "h5", "id": "", "code": "<h5 class=\"brz-css-xbbqx\">...</h5>" } ], "The heading structure is not logically nested. This h5 element should be an h1 to be properly nested.": [ { "tagName": "h5", "id": "", "code": "<h5 class=\"brz-css-xbbqx\">...</h5>" } ] }, "AAA.1_4_6.G17.Fail": { "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.": [ { "tagName": "a", "id": "", "code": "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/2/\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/3/\">...</a>" }, { "tagName": "span", "id": "", "code": "<span class=\"brz-span\">...</span>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.09:1. Recommendation: change background to #595959.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-cp-color8\">...</span>" }, { "tagName": "span", "id": "", "code": "<span class=\"brz-wp-title-content\" style=\"min-height:20px\">...</span>" }, { "tagName": "strong", "id": "", "code": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">...</strong>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.88:1. Recommendation: change background to #0e6800.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-span brz-text__editor\">...</span>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.88:1. Recommendation: change text colour to #0e6800.": [ { "tagName": "span", "id": "", "code": "<span class=\"brz-span\">...</span>" } ], "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.": [ { "tagName": "span", "id": "", "code": "<span aria-current=\"page\" class=\"page-numbers current\">...</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.09:1. Recommendation: change background to #767676.": [ { "tagName": "strong", "id": "", "code": "<strong class=\"brz-cp-color8\">...</strong>" }, { "tagName": "strong", "id": "", "code": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 2px 2px 2px;\">...</strong>" } ] }, "AAA.2_4_1.G1,G123,G124.NoSuchID": { "This link points to a named anchor \"yaqezzhbbiullhlnuomchbwjpeldrnthnzfj\" within the document, but no anchor exists with that name.": [ { "tagName": "a", "id": "", "code": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#yaqezzhbbiullhlnuomchbwjpeldrnthnzfj\" data-brz-link-type=\"popup\" id=\"\" data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\">...</a>" } ] }, "AAA.4_1_1.F77": { "Duplicate id attribute value \"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" found on the web page.": [ { "tagName": "div", "id": "#abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "code": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">...</div>" } ], "Duplicate id attribute value \"close-popup\" found on the web page.": [ { "tagName": "g", "id": "#close-popup", "code": "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\">...</g>" } ], "Duplicate id attribute value \"Line-2\" found on the web page.": [ { "tagName": "path", "id": "#Line-2", "code": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \">...</path>" }, { "tagName": "path", "id": "#Line-2", "code": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\">...</path>" } ] }, "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=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a data-height=\"615\" class=\"twitter-timeline\" data-theme=\"light\" href=\"https://twitter.com/@J_GallagherAD3\">...</a>" } ] }, "AAA.4_1_2.H91.InputEmail.Name": { "This emailinput 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": "#qdwxkmrllwfallpbxllxkmyfaslowxbwqizr", "code": "<input type=\"email\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" }, { "tagName": "input", "id": "#qdycybomsxnueioigtwxqzvauyddyumysftr", "code": "<input type=\"email\" id=\"qdycybomsxnueioigtwxqzvauyddyumysftr\" name=\"ixdlawelymkvrrdfwimqobktzjqwvkztllyu\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" }, { "tagName": "input", "id": "#wpekqmbsiftuembfyfhdprsvyveccijtfxwu", "code": "<input type=\"email\" id=\"wpekqmbsiftuembfyfhdprsvyveccijtfxwu\" name=\"sifwjuuyrczcrxoyeypgynmvgwkblrofnagl\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" } ] }, "AAA.4_1_2.H91.InputTel.Name": { "This telinput 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": "#jykmebewsluumdwoezfaxzsnildovdjybywy", "code": "<input type=\"tel\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" placeholder=\"Cell Phone\" pattern=\"[0-9()#&+*-=.]+\" data-type=\"Tel\" data-label=\"Cell Phone\" data-placeholder=\"Cell Phone\" class=\"brz-input brz-forms2__field brz-forms2__field-tel\">" } ] }, "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": "#ftotrhanbircsggmcxpkypojvvjtzbibqrvv", "code": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#mfrtldpaxqkufezqyewfehprlelutekwkjtz", "code": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#ngsjlvioauqlgravypnnoiirekzoenyoertn", "code": "<input type=\"text\" id=\"ngsjlvioauqlgravypnnoiirekzoenyoertn\" name=\"mkqjmjfwiggmdgjjyrjavidpbvyoicmjvrvh\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf", "code": "<input type=\"text\" id=\"olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf\" name=\"cugpemdguwvhpqktuhkawoelbuppgqwqskse\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#qccblisbzbapejdzjawymmcqifgrdursqvhi", "code": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "tagName": "input", "id": "#vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr", "code": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" } ] } }, "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=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/429cf2d2-1c5e-493d-ac39-f8a811221a66-jumbo16x9_thumb_20075-453x255x56x0x340x255x1609793864.png 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/429cf2d2-1c5e-493d-ac39-f8a811221a66-jumbo16x9_thumb_20075-906x510x113x0x680x510x1609793864.png 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/429cf2d2-1c5e-493d-ac39-f8a811221a66-jumbo16x9_thumb_20075-341x192x42x0x255x192x1609793864.png\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-410x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-820x536x0x108x820x322x1609868836.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-257x168x27x0x204x168x1609868836.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-410x308x0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-820x616x0x124x820x370x1609792225.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-224x168x10x0x204x168x1609792225.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_2813-1-scaled-382x255x21x0x340x255x1609792043.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_2813-1-scaled-764x510x42x0x680x510x1609792043.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_2813-1-scaled-287x192x15x0x255x192x1609792043.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Screen-Shot-2021-01-04-at-12.56.02-PM-357x255x8x0x340x255x1609793764.png 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Screen-Shot-2021-01-04-at-12.56.02-PM-714x510x17x0x680x510x1609793764.png 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Screen-Shot-2021-01-04-at-12.56.02-PM-268x192x6x0x255x192x1609793764.png\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-410x272x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-820x544x0x108x820x326x1609868890.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-253x168x24x0x204x168x1609868890.jpeg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-410x273x0x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-820x546x0x110x820x328x1609868842.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-253x168x24x0x204x168x1609868842.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-410x273x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-820x546x0x110x820x328x1609868852.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-253x169x24x0x204x169x1609868852.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-410x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-820x546x0x110x820x328x1609868857.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-253x169x24x0x204x169x1609868857.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-410x274x0x55x410x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-820x548x0x110x820x328x1609868889.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-253x169x24x0x204x169x1609868889.jpeg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-410x274x0x55x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-820x548x0x110x820x328x1609868887.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-253x169x24x0x204x169x1609868887.jpeg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-410x221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-820x442x0x88x820x266x1609868865.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-312x168x54x0x204x168x1609868865.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "tagName": "img", "id": "", "code": "<img class=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-410x231x0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-820x462x0x92x820x276x1609868871.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-300x169x48x0x204x169x1609868871.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" } ] }, "AAA.1_3_1.H42": { "Heading markup should be used if this content is intended as a heading.": [ { "tagName": "p", "id": "", "code": "<p class=\"brz-css-aguwk\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"brz-css-eoyxx\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"brz-css-jetmt\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"brz-css-onwpn\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"brz-css-pbxic\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"brz-css-svrkq\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"brz-css-uciiq\">...</p>" }, { "tagName": "p", "id": "", "code": "<p class=\"brz-css-wbcvl\">...</p>" } ] }, "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "div", "id": "#jkbqffiyvojpegfgxsuefgwtqkkfnhrfpwgr", "code": "<div class=\"brz-popup2 brz-popup2__preview brz-popup2__auto brz-conditions-popup brz-conditions-internal-popup brz-css-rsjbb brz-css-dppwe\" id=\"jkbqffiyvojpegfgxsuefgwtqkkfnhrfpwgr\" data-brz-popup=\"jkbqffiyvojpegfgxsuefgwtqkkfnhrfpwgr\" data-time_from=\"%5B%7B%22type%22%3A%22greater%22%2C%22visit%22%3A%22first%22%2C%22time%22%3A%22days%22%2C%22value%22%3A%221%22%7D%5D\" data-page_load=\"1\" data-trigger_once=\"true\" data-scroll_page=\"true\" data-click_outside_to_close=\"true\" data-custom-id=\"jkbqffiyvojpegfgxsuefgwtqkkfnhrfpwgr\">...</div>" }, { "tagName": "div", "id": "#zczfknkgrtyfibphkjexdbqoaxslgzavlmcc", "code": "<div class=\"brz-popup2 brz-popup2__preview brz-popup2__auto brz-simple-popup brz-css-ltpyz brz-css-fqqte\" id=\"zczfknkgrtyfibphkjexdbqoaxslgzavlmcc\" data-brz-popup=\"yaqezzhbbiullhlnuomchbwjpeldrnthnzfj\" data-click_outside_to_close=\"true\" data-custom-id=\"zqlmvdtqeqzbidaqyqnreymqpfdzpehbtcwm\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"brz-mm-wrapper__blocker brz-mm-slideout\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"brz-section__header--animated brz-css-uxtbn\">...</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": "strong", "id": "", "code": "<strong style=\"color: rgb(255, 255, 255);\">...</strong>" } ] }, "AAA.3_2_5.H83.3": { "Check that this link's link text contains information indicating that the link will open in a new window.": [ { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" } ] } }, "success": true }, "standardResult": { "totals": [ 29, 0, 0, 37 ], "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=\"brz-img brz-img-svg\" src=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/GallagherAsmLogo.svg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/429cf2d2-1c5e-493d-ac39-f8a811221a66-jumbo16x9_thumb_20075-453x255x56x0x340x255x1609793864.png 1x, https://el ... =\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/429cf2d2-1c5e-493d-ac39-f8a811221a66-jumbo16x9_thumb_20075-341x192x42x0x255x192x1609793864.png\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-410x268x0x54x410x161x1609868836.jpg 1x, https://electjamesgallagher.com/wp-content/uplo ... x0x108x820x322x1609868836.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Chico_Homeless-scaled-257x168x27x0x204x168x1609868836.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-410x308x0x62x410x185x1609792225.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/br ... 20x616x0x124x820x370x1609792225.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_0101-scaled-224x168x10x0x204x168x1609792225.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_2813-1-scaled-382x255x21x0x340x255x1609792043.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/ ... 4x510x42x0x680x510x1609792043.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/IMG_2813-1-scaled-287x192x15x0x255x192x1609792043.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Screen-Shot-2021-01-04-at-12.56.02-PM-357x255x8x0x340x255x1609793764.png 1x, https://electjamesgallagher.com/ ... 1609793764.png 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/Screen-Shot-2021-01-04-at-12.56.02-PM-268x192x6x0x255x192x1609793764.png\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-410x272x0x54x410x163x1609868890.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/ ... 544x0x108x820x326x1609868890.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/business_climate-253x168x24x0x204x168x1609868890.jpeg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-410x273x0x55x410x164x1609868842.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/bri ... 820x546x0x110x820x328x1609868842.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/covid19-scaled-253x168x24x0x204x168x1609868842.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-410x273x0x55x410x164x1609868852.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/b ... 0x546x0x110x820x328x1609868852.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/education-scaled-253x169x24x0x204x169x1609868852.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-410x273x0x55x410x164x1609868857.jpg 1x, https://electjamesgallagher.com/wp-content/upl ... 0x110x820x328x1609868857.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/good_government-scaled-253x169x24x0x204x169x1609868857.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-410x274x0x55x410x164x1609868889.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/brizy/img ... sing-820x548x0x110x820x328x1609868889.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/housing-253x169x24x0x204x169x1609868889.jpeg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-410x274x0x55x410x164x1609868887.jpeg 1x, https://electjamesgallagher.com/wp-content/uploads/briz ... 820x548x0x110x820x328x1609868887.jpeg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/job-creation-253x169x24x0x204x169x1609868887.jpeg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-410x221x0x44x410x133x1609868865.jpg 1x, https://electjamesgallagher.com/wp-content/upload ... 442x0x88x820x266x1609868865.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/publicsafety-scaled-312x168x54x0x204x168x1609868865.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "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=\"brz-img\" srcset=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-410x231x0x46x410x138x1609868871.jpg 1x, https://electjamesgallagher.com/wp-content/uploads/br ... 820x462x0x92x820x276x1609868871.jpg 2x\" src=\"https://electjamesgallagher.com/wp-content/uploads/brizy/imgs/wildfire-scaled-300x169x48x0x204x169x1609868871.jpg\" alt=\"\" draggable=\"false\" loading=\"lazy\">" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-aguwk\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-eoyxx\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-jetmt\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-onwpn\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-pbxic\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-svrkq\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-uciiq\">...</p>" }, { "ruleID": "AAA.1_3_1.H42", "what": "Heading markup should be used if this content is intended as a heading.", "ordinalSeverity": 0, "tagName": "P", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<p class=\"brz-css-wbcvl\">...</p>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "jkbqffiyvojpegfgxsuefgwtqkkfnhrfpwgr", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"brz-popup2 brz-popup2__preview brz-popup2__auto brz-conditions-popup brz-conditions-internal-popup brz-css-rsjbb brz-css-dppwe\" id=\"jkbqffiyvojpegfgxsuefgwtqkkfnhrfpwgr\" data-brz-popup=\"jk ... 22%2C%22value%22%3A%221%22%7D%5D\" data-page_load=\"1\" data-trigger_once=\"true\" data-scroll_page=\"true\" data-click_outside_to_close=\"true\" data-custom-id=\"jkbqffiyvojpegfgxsuefgwtqkkfnhrfpwgr\">...</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": "zczfknkgrtyfibphkjexdbqoaxslgzavlmcc", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"brz-popup2 brz-popup2__preview brz-popup2__auto brz-simple-popup brz-css-ltpyz brz-css-fqqte\" id=\"zczfknkgrtyfibphkjexdbqoaxslgzavlmcc\" data-brz-popup=\"yaqezzhbbiullhlnuomchbwjpeldrnthnzfj\" data-click_outside_to_close=\"true\" data-custom-id=\"zqlmvdtqeqzbidaqyqnreymqpfdzpehbtcwm\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"brz-mm-wrapper__blocker brz-mm-slideout\">...</div>" }, { "ruleID": "AAA.1_4_10.C32,C31,C33,C38,SCR34,G206", "what": "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.", "ordinalSeverity": 0, "tagName": "DIV", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"brz-section__header--animated brz-css-uxtbn\">...</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": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong style=\"color: rgb(255, 255, 255);\">...</strong>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "ruleID": "AAA.3_2_5.H83.3", "what": "Check that this link's link text contains information indicating that the link will open in a new window.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "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": "ftotrhanbircsggmcxpkypojvvjtzbibqrvv", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "mfrtldpaxqkufezqyewfehprlelutekwkjtz", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "ngsjlvioauqlgravypnnoiirekzoenyoertn", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ngsjlvioauqlgravypnnoiirekzoenyoertn\" name=\"mkqjmjfwiggmdgjjyrjavidpbvyoicmjvrvh\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf\" name=\"cugpemdguwvhpqktuhkawoelbuppgqwqskse\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "qccblisbzbapejdzjawymmcqifgrdursqvhi", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h5 element appears to be the primary document heading, so should be an h1 element.", "ordinalSeverity": 3, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h5 class=\"brz-css-xbbqx\">...</h5>" }, { "ruleID": "AAA.1_3_1_AAA.G141", "what": "The heading structure is not logically nested. This h5 element should be an h1 to be properly nested.", "ordinalSeverity": 3, "tagName": "H5", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<h5 class=\"brz-css-xbbqx\">...</h5>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/2/\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"page-numbers\" href=\"https://electjamesgallagher.com/bpage/3/\">...</a>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1:1. Recommendation: change text colour to #595959.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-span\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.09:1. Recommendation: change background to #595959.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-cp-color8\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.09:1. Recommendation: change background to #595959.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-wp-title-content\" style=\"min-height:20px\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 1.09:1. Recommendation: change background to #595959.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 1px 1px 1px;\">...</strong>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.88:1. Recommendation: change background to #0e6800.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-span brz-text__editor\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of 2.88:1. Recommendation: change text colour to #0e6800.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span class=\"brz-span\">...</span>" }, { "ruleID": "AAA.1_4_6.G17.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 7:1, but text in this element has a contrast ratio of NaN:1.", "ordinalSeverity": 3, "tagName": "SPAN", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<span aria-current=\"page\" class=\"page-numbers current\">...</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.09:1. Recommendation: change background to #767676.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong class=\"brz-cp-color8\">...</strong>" }, { "ruleID": "AAA.1_4_6.G18.Fail", "what": "This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least 4.5:1, but text in this element has a contrast ratio of 1.09:1. Recommendation: change background to #767676.", "ordinalSeverity": 3, "tagName": "STRONG", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<strong class=\"brz-scp-color2 brz-cp-color8\" style=\"text-shadow: rgb(28, 28, 28) 2px 2px 2px;\">...</strong>" }, { "ruleID": "AAA.2_4_1.G1,G123,G124.NoSuchID", "what": "This link points to a named anchor \"yaqezzhbbiullhlnuomchbwjpeldrnthnzfj\" within the document, but no anchor exists with that name.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#yaqezzhbbiullhlnuomchbwjpeldrnthnzfj\" data-brz-link-type=\"popup\" id=\"\" data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\">...</a>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\" found on the web page.", "ordinalSeverity": 3, "tagName": "DIV", "id": "abpjwnpqlyokkjuaxntwgauyiwvamlapglgo", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\">...</div>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"close-popup\" found on the web page.", "ordinalSeverity": 3, "tagName": "G", "id": "close-popup", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\">...</g>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"Line-2\" found on the web page.", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \">...</path>" }, { "ruleID": "AAA.4_1_1.F77", "what": "Duplicate id attribute value \"Line-2\" found on the web page.", "ordinalSeverity": 3, "tagName": "PATH", "id": "Line-2", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\">...</path>" }, { "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=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.A.NoContent", "what": "Anchor element found with a valid href attribute, but no link content has been supplied.", "ordinalSeverity": 3, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\">...</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 data-height=\"615\" class=\"twitter-timeline\" data-theme=\"light\" href=\"https://twitter.com/@J_GallagherAD3\">...</a>" }, { "ruleID": "AAA.4_1_2.H91.InputEmail.Name", "what": "This emailinput 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": "qdwxkmrllwfallpbxllxkmyfaslowxbwqizr", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" id=\"qdwxkmrllwfallpbxllxkmyfaslowxbwqizr\" name=\"mqboyotkkfoupllhixxqgbidncakfhygxdxj\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" }, { "ruleID": "AAA.4_1_2.H91.InputEmail.Name", "what": "This emailinput 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": "qdycybomsxnueioigtwxqzvauyddyumysftr", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" id=\"qdycybomsxnueioigtwxqzvauyddyumysftr\" name=\"ixdlawelymkvrrdfwimqobktzjqwvkztllyu\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" }, { "ruleID": "AAA.4_1_2.H91.InputEmail.Name", "what": "This emailinput 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": "wpekqmbsiftuembfyfhdprsvyveccijtfxwu", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"email\" id=\"wpekqmbsiftuembfyfhdprsvyveccijtfxwu\" name=\"sifwjuuyrczcrxoyeypgynmvgwkblrofnagl\" placeholder=\"Email*\" required=\"\" pattern=\"^(([^<>()\\[\\]\\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@"]+)*)" }, { "ruleID": "AAA.4_1_2.H91.InputTel.Name", "what": "This telinput 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": "jykmebewsluumdwoezfaxzsnildovdjybywy", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"tel\" id=\"jykmebewsluumdwoezfaxzsnildovdjybywy\" name=\"qexozvcowcdjdbkhryynmmvbsezowhxvetee\" placeholder=\"Cell Phone\" pattern=\"[0-9()#&+*-=.]+\" data-type=\"Tel\" data-label=\"Cell Phone\" data-placeholder=\"Cell Phone\" class=\"brz-input brz-forms2__field brz-forms2__field-tel\">" }, { "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": "ftotrhanbircsggmcxpkypojvvjtzbibqrvv", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ftotrhanbircsggmcxpkypojvvjtzbibqrvv\" name=\"jcxbezevyzuyzxgssvlnflkacmdmgmzazbbi\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "mfrtldpaxqkufezqyewfehprlelutekwkjtz", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"mfrtldpaxqkufezqyewfehprlelutekwkjtz\" name=\"zpnqyfkbcpksllltlyvgocxpmiaccgttevbd\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "ngsjlvioauqlgravypnnoiirekzoenyoertn", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"ngsjlvioauqlgravypnnoiirekzoenyoertn\" name=\"mkqjmjfwiggmdgjjyrjavidpbvyoicmjvrvh\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"olyznrtnyfvgvzbaxorpxuzzoiygtoqvazwf\" name=\"cugpemdguwvhpqktuhkawoelbuppgqwqskse\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "qccblisbzbapejdzjawymmcqifgrdursqvhi", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"qccblisbzbapejdzjawymmcqifgrdursqvhi\" name=\"ytwurbgpyayglgnejwewgssfwlmedvazsmao\" placeholder=\"Last Name*\" required=\"\" data-type=\"Text\" data-label=\"Last Name*\" data-placeholder=\"Last Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" }, { "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": "vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr", "location": { "doc": "dom", "type": "", "spec": "" }, "excerpt": "<input type=\"text\" id=\"vdzzykdjvzjrhomnmquiqbxiivnffxbnhehr\" name=\"uibfrpufvkbtqivepllxtvcxpymjwxsjpqws\" placeholder=\"First Name*\" required=\"\" data-type=\"Text\" data-label=\"First Name*\" data-placeholder=\"First Name*\" class=\"brz-input brz-forms2__field brz-forms2__field-text\">" } ] }, "endTime": 1687096501464 }, { "type": "launch", "which": "chromium", "startTime": 1687096501464, "endTime": 1687096502007 }, { "type": "url", "which": "https://electjamesgallagher.com/", "what": "Candidate James Gallagher (R)", "startTime": 1687096502007, "result": { "url": "https://electjamesgallagher.com/" }, "endTime": 1687096502925 }, { "type": "test", "which": "ibm", "withItems": true, "withNewContent": false, "startTime": 1687096502925, "url": "https://electjamesgallagher.com/", "what": "IBM Accessibility Checker", "result": { "prevented": true, "error": "ERROR: ibm test failed or timed out", "success": true }, "standardResult": { "totals": [], "instances": [], "prevented": true }, "endTime": 1687096533026 }, { "type": "launch", "which": "chromium", "startTime": 1687096533027, "endTime": 1687096533825 }, { "type": "url", "which": "https://electjamesgallagher.com/", "what": "Candidate James Gallagher (R)", "startTime": 1687096533825, "result": { "url": "https://electjamesgallagher.com/" }, "endTime": 1687096534724 }, { "type": "test", "which": "nuVal", "startTime": 1687096534724, "url": "https://electjamesgallagher.com/", "what": "Nu Html Checker", "result": { "pageContent": { "messages": [ { "type": "info", "lastLine": 11, "lastColumn": 171, "firstColumn": 80, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.js\"></scri", "hiliteStart": 10, "hiliteLength": 92 }, { "type": "info", "lastLine": 15, "lastColumn": 136, "firstColumn": 10, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "\n</script><script src=\"https://electjamesgallagher.com/wp-includes/js/wp-emoji-release.min.js?ver=6.0.5\" type=\"text/javascript\" defer=\"\"></scri", "hiliteStart": 10, "hiliteLength": 127 }, { "type": "error", "lastLine": 121, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 121, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 121, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 122, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 122, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 122, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 123, "lastColumn": 115, "firstColumn": 113, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;}}@me", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 264, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 264, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 264, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 265, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 265, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 265, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 266, "lastColumn": 115, "firstColumn": 113, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;}}@me", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 280, "lastColumn": 519, "message": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "extract": "letter-spacing:1;}.brz .brz-cs", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 280, "lastColumn": 825, "message": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "extract": "letter-spacing:1;}.brz .brz-cs", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 347, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 347, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 347, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 348, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 348, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 348, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 349, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 349, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 349, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 350, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 350, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 350, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 7854, "firstColumn": 7677, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 7854, "firstColumn": 7677, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "error", "lastLine": 371, "lastColumn": 8206, "firstColumn": 8028, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 8206, "firstColumn": 8028, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "error", "lastLine": 371, "lastColumn": 8551, "firstColumn": 8375, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 8551, "firstColumn": 8375, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 371, "lastColumn": 8897, "firstColumn": 8721, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 8897, "firstColumn": 8721, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 371, "lastColumn": 9241, "firstColumn": 9064, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 9241, "firstColumn": 9064, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "error", "lastLine": 371, "lastColumn": 10316, "firstColumn": 10071, "message": "Duplicate ID .", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 10316, "firstColumn": 10071, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 10660, "firstColumn": 10483, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 10660, "firstColumn": 10483, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "error", "lastLine": 371, "lastColumn": 11012, "firstColumn": 10834, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 11012, "firstColumn": 10834, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 179 }, { "type": "error", "lastLine": 371, "lastColumn": 11357, "firstColumn": 11181, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 11357, "firstColumn": 11181, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 371, "lastColumn": 11703, "firstColumn": 11527, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 11703, "firstColumn": 11527, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 177 }, { "type": "error", "lastLine": 371, "lastColumn": 12047, "firstColumn": 11870, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 12047, "firstColumn": 11870, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 178 }, { "type": "error", "lastLine": 371, "lastColumn": 14310, "firstColumn": 14087, "message": "Duplicate ID .", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 14310, "firstColumn": 14087, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 371, "lastColumn": 14589, "firstColumn": 14434, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 14589, "firstColumn": 14434, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 371, "lastColumn": 14876, "firstColumn": 14720, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 14876, "firstColumn": 14720, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 371, "lastColumn": 15156, "firstColumn": 15002, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 15156, "firstColumn": 15002, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 371, "lastColumn": 15437, "firstColumn": 15283, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 15437, "firstColumn": 15283, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 371, "lastColumn": 15716, "firstColumn": 15561, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 371, "lastColumn": 15716, "firstColumn": 15561, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 372, "lastColumn": 577, "firstColumn": 419, "message": "Duplicate ID .", "extract": "hhrmkcbv\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\"><svg v", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 577, "firstColumn": 419, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "hhrmkcbv\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\"><svg v", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "error", "lastLine": 372, "lastColumn": 2347, "firstColumn": 2201, "message": "Duplicate ID .", "extract": "ss-nkhjr\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"><pictu", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 2347, "firstColumn": 2201, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-nkhjr\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"><pictu", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "error", "lastLine": 372, "lastColumn": 3600, "firstColumn": 3377, "message": "Duplicate ID .", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 3600, "firstColumn": 3377, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 224 }, { "type": "error", "lastLine": 372, "lastColumn": 3879, "firstColumn": 3724, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 3879, "firstColumn": 3724, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 372, "lastColumn": 4166, "firstColumn": 4010, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 4166, "firstColumn": 4010, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 157 }, { "type": "error", "lastLine": 372, "lastColumn": 4446, "firstColumn": 4292, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 4446, "firstColumn": 4292, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 372, "lastColumn": 4727, "firstColumn": 4573, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 4727, "firstColumn": 4573, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 372, "lastColumn": 5006, "firstColumn": 4851, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 372, "lastColumn": 5006, "firstColumn": 4851, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 373, "lastColumn": 577, "firstColumn": 419, "message": "Duplicate ID .", "extract": "suwqfaou\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-vuxfj\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nfjkyrmjnnuqfrmsfeiqncyomplxsuwqfaou\"><svg v", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 373, "lastColumn": 577, "firstColumn": 419, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "suwqfaou\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-vuxfj\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nfjkyrmjnnuqfrmsfeiqncyomplxsuwqfaou\"><svg v", "hiliteStart": 10, "hiliteLength": 159 }, { "type": "info", "lastLine": 371, "lastColumn": 12267, "firstColumn": 12115, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "div></nav><section id=\"jfmtlkigaythbemdxzdbokerjheupdpeoyee\" data-uid=\"jfmtlkigaythbemdxzdbokerjheupdpeoyee\" class=\"brz-section brz-section__header brz-css-uxtbn\"><div c", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 373, "lastColumn": 4687, "firstColumn": 4530, "message": "Duplicate ID .", "extract": "zeqkyebu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yglzm\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"upcenlcrchbdakwkgjawifzcjldrzeqkyebu\"><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 373, "lastColumn": 4687, "firstColumn": 4530, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "zeqkyebu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yglzm\" href=\"/about/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"upcenlcrchbdakwkgjawifzcjldrzeqkyebu\"><span ", "hiliteStart": 10, "hiliteLength": 158 }, { "type": "error", "lastLine": 373, "lastColumn": 5054, "firstColumn": 4870, "message": "Duplicate ID .", "extract": "glmqesbu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#mcpvejfhoiccldqxzzrgsxzkfydarsjbcxod\" data-brz-link-type=\"popup\" id=\"\" data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\"><span ", "hiliteStart": 10, "hiliteLength": 185 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 373, "lastColumn": 5054, "firstColumn": 4870, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "glmqesbu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#mcpvejfhoiccldqxzzrgsxzkfydarsjbcxod\" data-brz-link-type=\"popup\" id=\"\" data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\"><span ", "hiliteStart": 10, "hiliteLength": 185 }, { "type": "info", "lastLine": 373, "lastColumn": 1663, "firstColumn": 1531, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" id=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 373, "lastColumn": 9708, "firstColumn": 9476, "message": "Duplicate ID .", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 233 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 373, "lastColumn": 9708, "firstColumn": 9476, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 233 }, { "type": "error", "lastLine": 373, "lastColumn": 12009, "firstColumn": 11917, "message": "Duplicate ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 373, "lastColumn": 9475, "firstColumn": 9383, "subType": "warning", "message": "The first occurrence of ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo was here.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 373, "lastColumn": 12263, "firstColumn": 12010, "message": "Duplicate ID .", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 254 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 373, "lastColumn": 12263, "firstColumn": 12010, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 254 }, { "type": "error", "lastLine": 373, "lastColumn": 14297, "firstColumn": 14205, "message": "Duplicate ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 373, "lastColumn": 9475, "firstColumn": 9383, "subType": "warning", "message": "The first occurrence of ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo was here.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 373, "lastColumn": 14570, "firstColumn": 14298, "message": "Duplicate ID .", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 273 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 373, "lastColumn": 14570, "firstColumn": 14298, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 273 }, { "type": "info", "lastLine": 373, "lastColumn": 5812, "firstColumn": 5680, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"vatlrotdsccboiqgywazmspginjoagohuhju\" id=\"vatlrotdsccboiqgywazmspginjoagohuhju\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 382, "lastColumn": 1456, "firstColumn": 1328, "message": "Duplicate ID .", "extract": "ss-lkajy\"><a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\"><pictu", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 1456, "firstColumn": 1328, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-lkajy\"><a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\"><pictu", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "error", "lastLine": 382, "lastColumn": 3293, "firstColumn": 3161, "message": "Duplicate ID .", "extract": "ss-pwlcl\"><a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\"><pictu", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 3293, "firstColumn": 3161, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-pwlcl\"><a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\"><pictu", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 382, "lastColumn": 5144, "firstColumn": 5017, "message": "Duplicate ID .", "extract": "ss-dttmm\"><a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\"><pictu", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 5144, "firstColumn": 5017, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-dttmm\"><a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\"><pictu", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "error", "lastLine": 382, "lastColumn": 6997, "firstColumn": 6866, "message": "Duplicate ID .", "extract": "ss-emqro\"><a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\"><pictu", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 6997, "firstColumn": 6866, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-emqro\"><a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\"><pictu", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 382, "lastColumn": 8861, "firstColumn": 8734, "message": "Duplicate ID .", "extract": "ss-soubl\"><a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\"><pictu", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 8861, "firstColumn": 8734, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-soubl\"><a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\"><pictu", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "error", "lastLine": 382, "lastColumn": 10882, "firstColumn": 10749, "message": "Duplicate ID .", "extract": "ss-hzigf\"><a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\"><pictu", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 10882, "firstColumn": 10749, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-hzigf\"><a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\"><pictu", "hiliteStart": 10, "hiliteLength": 134 }, { "type": "error", "lastLine": 382, "lastColumn": 12786, "firstColumn": 12655, "message": "Duplicate ID .", "extract": "ss-rzxsa\"><a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\"><pictu", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 12786, "firstColumn": 12655, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-rzxsa\"><a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\"><pictu", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 382, "lastColumn": 14677, "firstColumn": 14547, "message": "Duplicate ID .", "extract": "ss-qcvaf\"><a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\"><pictu", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 14677, "firstColumn": 14547, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-qcvaf\"><a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\"><pictu", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 382, "lastColumn": 16483, "firstColumn": 16346, "message": "Duplicate ID .", "extract": "ss-wahrc\"><a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\"><pictu", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 16483, "firstColumn": 16346, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-wahrc\"><a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\"><pictu", "hiliteStart": 10, "hiliteLength": 138 }, { "type": "error", "lastLine": 382, "lastColumn": 18344, "firstColumn": 18209, "message": "Duplicate ID .", "extract": "ss-diidv\"><a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\"><pictu", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 18344, "firstColumn": 18209, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-diidv\"><a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\"><pictu", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "error", "lastLine": 382, "lastColumn": 21031, "firstColumn": 20735, "message": "Attribute appid not allowed on element div at this point.", "extract": "extdfhbz\"><div data-width=\"500\" data-tabs=\"timeline\" data-height=\"615\" data-small-header=\"true\" data-hide-cover=\"true\" data-adapt-container-width=\"true\" data-show-facepile=\"true\" data-href=\"https://www.facebook.com/JamesGallagherforCA\" data-lang=\"en_US\" class=\"brz-facebook fb-page\" appid=\"113869198637480\"></div>", "hiliteStart": 10, "hiliteLength": 297 }, { "type": "info", "lastLine": 382, "lastColumn": 19980, "firstColumn": 19848, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"xmacvqvmdtrkrzwdvtpstvhedubqtfukcpll\" id=\"xmacvqvmdtrkrzwdvtpstvhedubqtfukcpll\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 382, "lastColumn": 27401, "firstColumn": 27255, "message": "Duplicate ID .", "extract": "ss-jjcfd\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\"><pictu", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 27401, "firstColumn": 27255, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-jjcfd\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\"><pictu", "hiliteStart": 10, "hiliteLength": 147 }, { "type": "error", "lastLine": 382, "lastColumn": 28090, "firstColumn": 27998, "message": "Duplicate ID .", "extract": "lddgguqz\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bqcdvpsmuoxrxadmihrdqeluxjkglddgguqz\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 28090, "firstColumn": 27998, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "lddgguqz\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"bqcdvpsmuoxrxadmihrdqeluxjkglddgguqz\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 382, "lastColumn": 28226, "firstColumn": 28091, "message": "Duplicate ID .", "extract": "lddgguqz\"><a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 28226, "firstColumn": 28091, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "lddgguqz\"><a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 136 }, { "type": "error", "lastLine": 382, "lastColumn": 29061, "firstColumn": 28969, "message": "Duplicate ID .", "extract": "xlokgqpl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"sldngukxksgzennpabrjfdhnfwmmxlokgqpl\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 29061, "firstColumn": 28969, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "xlokgqpl\"><div id=\"\" class=\"brz-icon__container\" data-custom-id=\"sldngukxksgzennpabrjfdhnfwmmxlokgqpl\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 382, "lastColumn": 29187, "firstColumn": 29062, "message": "Duplicate ID .", "extract": "xlokgqpl\"><a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 382, "lastColumn": 29187, "firstColumn": 29062, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "xlokgqpl\"><a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 382, "lastColumn": 21794, "firstColumn": 21662, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"ststldvwletjfpukmfsfbonbnminkzlwgjzw\" id=\"ststldvwletjfpukmfsfbonbnminkzlwgjzw\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 385, "lastColumn": 1317, "firstColumn": 1134, "message": "Duplicate ID Line-2.", "extract": "\"></path> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "info", "lastLine": 385, "lastColumn": 1125, "firstColumn": 1030, "subType": "warning", "message": "The first occurrence of ID Line-2 was here.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 407, "lastColumn": 867, "firstColumn": 761, "message": "Duplicate ID close-popup.", "extract": "e-popup\"> <g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\"> <path", "hiliteStart": 10, "hiliteLength": 107 }, { "type": "info", "lastLine": 385, "lastColumn": 1028, "firstColumn": 922, "subType": "warning", "message": "The first occurrence of ID close-popup was here.", "extract": "e-popup\"> <g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\"> <path", "hiliteStart": 10, "hiliteLength": 107 }, { "type": "error", "lastLine": 407, "lastColumn": 964, "firstColumn": 869, "message": "Duplicate ID Line-2.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "info", "lastLine": 385, "lastColumn": 1125, "firstColumn": 1030, "subType": "warning", "message": "The first occurrence of ID Line-2 was here.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 407, "lastColumn": 1156, "firstColumn": 973, "message": "Duplicate ID Line-2.", "extract": "\"></path> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"></path", "hiliteStart": 10, "hiliteLength": 184 }, { "type": "info", "lastLine": 385, "lastColumn": 1125, "firstColumn": 1030, "subType": "warning", "message": "The first occurrence of ID Line-2 was here.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"></path", "hiliteStart": 10, "hiliteLength": 96 }, { "type": "error", "lastLine": 407, "lastColumn": 6663, "firstColumn": 6627, "message": "Duplicate ID .", "extract": "div></div><script type=\"text/javascript\" id=\"\">window", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 407, "lastColumn": 6663, "firstColumn": 6627, "message": "Bad value for attribute id on element script: An ID must not be the empty string.", "extract": "div></div><script type=\"text/javascript\" id=\"\">window", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 407, "lastColumn": 6663, "firstColumn": 6627, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "div></div><script type=\"text/javascript\" id=\"\">window", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "error", "lastLine": 408, "lastColumn": 37, "firstColumn": 1, "message": "Duplicate ID .", "extract": "</script>\n<script type=\"text/javascript\" id=\"\">!funct", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 408, "lastColumn": 37, "firstColumn": 1, "message": "Bad value for attribute id on element script: An ID must not be the empty string.", "extract": "</script>\n<script type=\"text/javascript\" id=\"\">!funct", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 408, "lastColumn": 37, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "</script>\n<script type=\"text/javascript\" id=\"\">!funct", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "error", "lastLine": 409, "lastColumn": 142, "firstColumn": 11, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=1151452605057904&ev=PageView&noscript=1\"></nosc", "hiliteStart": 10, "hiliteLength": 132 }, { "type": "error", "lastLine": 411, "lastColumn": 37, "firstColumn": 1, "message": "Duplicate ID .", "extract": "oscript>\n\n<script type=\"text/javascript\" id=\"\">!funct", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 411, "lastColumn": 37, "firstColumn": 1, "message": "Bad value for attribute id on element script: An ID must not be the empty string.", "extract": "oscript>\n\n<script type=\"text/javascript\" id=\"\">!funct", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 411, "lastColumn": 37, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "oscript>\n\n<script type=\"text/javascript\" id=\"\">!funct", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "error", "lastLine": 412, "lastColumn": 141, "firstColumn": 11, "message": "An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.", "extract": "<noscript><img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=299862648223252&ev=PageView&noscript=1\"></nosc", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 413, "lastColumn": 37, "firstColumn": 1, "message": "Duplicate ID .", "extract": "noscript>\n<script type=\"text/javascript\" id=\"\">/*\n\n A", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 371, "lastColumn": 7510, "firstColumn": 7265, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span ", "hiliteStart": 10, "hiliteLength": 246 }, { "type": "error", "lastLine": 413, "lastColumn": 37, "firstColumn": 1, "message": "Bad value for attribute id on element script: An ID must not be the empty string.", "extract": "noscript>\n<script type=\"text/javascript\" id=\"\">/*\n\n A", "hiliteStart": 10, "hiliteLength": 37 }, { "type": "info", "lastLine": 413, "lastColumn": 37, "firstColumn": 1, "subType": "warning", "message": "The type attribute is unnecessary for JavaScript resources.", "extract": "noscript>\n<script type=\"text/javascript\" id=\"\">/*\n\n A", "hiliteStart": 10, "hiliteLength": 37 } ] }, "rawPage": { "messages": [ { "type": "info", "lastLine": 8, "lastColumn": 56, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "r</title>\n<meta name='robots' content='max-image-preview:large' />\n<link", "hiliteStart": 10, "hiliteLength": 56 }, { "type": "info", "lastLine": 9, "lastColumn": 52, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "large' />\n<link rel='dns-prefetch' href='//fonts.bunny.net' />\n<link", "hiliteStart": 10, "hiliteLength": 52 }, { "type": "info", "lastLine": 10, "lastColumn": 44, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "y.net' />\n<link rel='dns-prefetch' href='//s.w.org' />\n<link", "hiliteStart": 10, "hiliteLength": 44 }, { "type": "info", "lastLine": 11, "lastColumn": 133, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"James Gallagher » Feed\" href=\"https://electjamesgallagher.com/feed/\" />\n<link", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 12, "lastColumn": 151, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"James Gallagher » Comments Feed\" href=\"https://electjamesgallagher.com/comments/feed/\" />\n<scri", "hiliteStart": 10, "hiliteLength": 151 }, { "type": "info", "lastLine": 32, "lastColumn": 171, "firstColumn": 2, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</style>\n\t<link rel='stylesheet' id='astra-theme-css-css' href='https://electjamesgallagher.com/wp-content/themes/astra/assets/css/minified/style.min.css?ver=3.9.2' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 170 }, { "type": "info", "lastLine": 36, "lastColumn": 162, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='wp-block-library-css' href='https://electjamesgallagher.com/wp-includes/css/dist/block-library/style.min.css?ver=6.0.5' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 162 }, { "type": "info", "lastLine": 40, "lastColumn": 183, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='astra-addon-css-css' href='https://electjamesgallagher.com/wp-content/uploads/astra-addon/astra-addon-6400f6eff3b019-45935507.css?ver=3.9.2' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 183 }, { "type": "info", "lastLine": 44, "lastColumn": 702, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel='stylesheet' id='brizy-asset-google-10-css' class=\"brz-link brz-link-google\" type=\"text/css\" href='https://fonts.bunny.net/css?family=Oxygen%3A300%2Cregular%2C700%7CLato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic%7CNoto+Serif%3Aregular%2Citalic%2C700%2C700italic%7COverpass%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=arabic%2Cbengali%2Ccyrillic%2Ccyrillic-ext%2Cdevanagari%2Cgreek%2Cgreek-ext%2Cgujarati%2Chebrew%2Ckhmer%2Ckorean%2Clatin-ext%2Ctamil%2Ctelugu%2Cthai%2Cvietnamese&display=swap&ver=2.4.11' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 702 }, { "type": "info", "lastLine": 45, "lastColumn": 255, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-group-1-20-css' class=\"brz-link brz-link-preview-lib\" data-group=\"group-1\" href='https://electjamesgallagher.com/wp-content/plugins/brizy/public/editor-build/247-wp/editor/css/group-1.css?ver=2.4.11' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 255 }, { "type": "info", "lastLine": 46, "lastColumn": 260, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-group-2-21-css' class=\"brz-link brz-link-preview-lib-pro\" data-group=\"group-2\" href='https://electjamesgallagher.com/wp-content/plugins/brizy-pro/public/editor-build/121-wp/css/group-2-pro.css?ver=2.4.10' media='all' />\n<link", "hiliteStart": 10, "hiliteLength": 260 }, { "type": "info", "lastLine": 47, "lastColumn": 232, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "='all' />\n<link rel='stylesheet' id='brizy-asset-main-30-css' class=\"brz-link brz-link-preview-pro\" href='https://electjamesgallagher.com/wp-content/plugins/brizy-pro/public/editor-build/121-wp/css/preview.pro.css?ver=2.4.10' media='all' />\n<styl", "hiliteStart": 10, "hiliteLength": 232 }, { "type": "info", "lastLine": 62, "lastColumn": 81, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "</script>\n<link rel=\"https://api.w.org/\" href=\"https://electjamesgallagher.com/wp-json/\" /><link ", "hiliteStart": 10, "hiliteLength": 81 }, { "type": "info", "lastLine": 62, "lastColumn": 191, "firstColumn": 82, "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://electjamesgallagher.com/wp-json/wp/v2/pages/14\" /><link ", "hiliteStart": 10, "hiliteLength": 110 }, { "type": "info", "lastLine": 62, "lastColumn": 306, "firstColumn": 192, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "ges/14\" /><link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://electjamesgallagher.com/xmlrpc.php?rsd\" />\n<link", "hiliteStart": 10, "hiliteLength": 115 }, { "type": "info", "lastLine": 63, "lastColumn": 128, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "p?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://electjamesgallagher.com/wp-includes/wlwmanifest.xml\" /> \n<met", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 64, "lastColumn": 51, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".xml\" /> \n<meta name=\"generator\" content=\"WordPress 6.0.5\" />\n<link", "hiliteStart": 10, "hiliteLength": 51 }, { "type": "info", "lastLine": 65, "lastColumn": 64, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "6.0.5\" />\n<link rel=\"canonical\" href=\"https://electjamesgallagher.com/\" />\n<link", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 66, "lastColumn": 64, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/\" />\n<link rel='shortlink' href='https://electjamesgallagher.com/' />\n<link", "hiliteStart": 10, "hiliteLength": 64 }, { "type": "info", "lastLine": 67, "lastColumn": 164, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": ".com/' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://electjamesgallagher.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Felectjamesgallagher.com%2F\" />\n<link", "hiliteStart": 10, "hiliteLength": 164 }, { "type": "info", "lastLine": 68, "lastColumn": 172, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "om%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://electjamesgallagher.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Felectjamesgallagher.com%2F&format=xml\" />\n<!-- ", "hiliteStart": 10, "hiliteLength": 172 }, { "type": "error", "lastLine": 123, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 123, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 123, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 124, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 124, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 124, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 125, "lastColumn": 115, "firstColumn": 113, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;}}@me", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 266, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 266, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 266, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 267, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 267, "lastColumn": 128, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;flex-", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 267, "lastColumn": 203, "firstColumn": 202, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 268, "lastColumn": 115, "firstColumn": 113, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:100;}}@me", "hiliteStart": 10, "hiliteLength": 3 }, { "type": "error", "lastLine": 282, "lastColumn": 519, "message": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "extract": "letter-spacing:1;}.brz .brz-cs", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 282, "lastColumn": 825, "message": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "extract": "letter-spacing:1;}.brz .brz-cs", "hiliteStart": 15, "hiliteLength": 1 }, { "type": "error", "lastLine": 349, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 349, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 349, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 350, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 350, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 350, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 351, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 351, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 351, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 352, "lastColumn": 32, "firstColumn": 31, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 352, "lastColumn": 127, "firstColumn": 126, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "error", "lastLine": 352, "lastColumn": 201, "firstColumn": 200, "message": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "extract": "max-width:50;flex-", "hiliteStart": 10, "hiliteLength": 2 }, { "type": "info", "lastLine": 364, "lastColumn": 131, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "\n</style>\n<link rel=\"icon\" href=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/cropped-GallagherIcon-32x32.png\" sizes=\"32x32\" />\n<link", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 365, "lastColumn": 135, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "32x32\" />\n<link rel=\"icon\" href=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/cropped-GallagherIcon-192x192.png\" sizes=\"192x192\" />\n<link", "hiliteStart": 10, "hiliteLength": 135 }, { "type": "info", "lastLine": 366, "lastColumn": 131, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "2x192\" />\n<link rel=\"apple-touch-icon\" href=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/cropped-GallagherIcon-180x180.png\" />\n<meta", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 367, "lastColumn": 142, "firstColumn": 1, "message": "Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.", "extract": "0.png\" />\n<meta name=\"msapplication-TileImage\" content=\"https://electjamesgallagher.com/wp-content/uploads/2021/01/cropped-GallagherIcon-270x270.png\" />\n\t\t<st", "hiliteStart": 10, "hiliteLength": 142 }, { "type": "error", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 373, "lastColumn": 8485, "firstColumn": 8333, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 373, "lastColumn": 8485, "firstColumn": 8333, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 373, "lastColumn": 8769, "firstColumn": 8616, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 373, "lastColumn": 8769, "firstColumn": 8616, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 373, "lastColumn": 9046, "firstColumn": 8895, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 373, "lastColumn": 9046, "firstColumn": 8895, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 373, "lastColumn": 9324, "firstColumn": 9173, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 373, "lastColumn": 9324, "firstColumn": 9173, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 373, "lastColumn": 9600, "firstColumn": 9448, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 373, "lastColumn": 9600, "firstColumn": 9448, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 374, "lastColumn": 570, "firstColumn": 350, "message": "Duplicate ID .", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 570, "firstColumn": 350, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 873, "firstColumn": 721, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 873, "firstColumn": 721, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 374, "lastColumn": 1184, "firstColumn": 1031, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 1184, "firstColumn": 1031, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 374, "lastColumn": 1488, "firstColumn": 1337, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 1488, "firstColumn": 1337, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 374, "lastColumn": 1793, "firstColumn": 1642, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 1793, "firstColumn": 1642, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 374, "lastColumn": 2096, "firstColumn": 1944, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 2096, "firstColumn": 1944, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 374, "lastColumn": 2719, "firstColumn": 2564, "message": "Duplicate ID .", "extract": "hhrmkcbv\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\"><svg v", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 2719, "firstColumn": 2564, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "hhrmkcbv\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\"><svg v", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "error", "lastLine": 374, "lastColumn": 4480, "firstColumn": 4337, "message": "Duplicate ID .", "extract": "ss-nkhjr\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"><pictu", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 4480, "firstColumn": 4337, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-nkhjr\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"><pictu", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "error", "lastLine": 374, "lastColumn": 5730, "firstColumn": 5510, "message": "Duplicate ID .", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 5730, "firstColumn": 5510, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 6006, "firstColumn": 5854, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 6006, "firstColumn": 5854, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 374, "lastColumn": 6290, "firstColumn": 6137, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 6290, "firstColumn": 6137, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 374, "lastColumn": 6567, "firstColumn": 6416, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 6567, "firstColumn": 6416, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 374, "lastColumn": 6845, "firstColumn": 6694, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 6845, "firstColumn": 6694, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 374, "lastColumn": 7121, "firstColumn": 6969, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 374, "lastColumn": 7121, "firstColumn": 6969, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 375, "lastColumn": 570, "firstColumn": 350, "message": "Duplicate ID .", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 570, "firstColumn": 350, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 873, "firstColumn": 721, "message": "Duplicate ID .", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 873, "firstColumn": 721, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 375, "lastColumn": 1184, "firstColumn": 1031, "message": "Duplicate ID .", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 1184, "firstColumn": 1031, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 154 }, { "type": "error", "lastLine": 375, "lastColumn": 1488, "firstColumn": 1337, "message": "Duplicate ID .", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 1488, "firstColumn": 1337, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 375, "lastColumn": 1793, "firstColumn": 1642, "message": "Duplicate ID .", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 1793, "firstColumn": 1642, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 152 }, { "type": "error", "lastLine": 375, "lastColumn": 2096, "firstColumn": 1944, "message": "Duplicate ID .", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 2096, "firstColumn": 1944, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 375, "lastColumn": 2719, "firstColumn": 2564, "message": "Duplicate ID .", "extract": "suwqfaou\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-vuxfj\" href=\"/donate/\" data-brz-link-type=\"external\" id data-custom-id=\"nfjkyrmjnnuqfrmsfeiqncyomplxsuwqfaou\"><svg v", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 2719, "firstColumn": 2564, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "suwqfaou\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-vuxfj\" href=\"/donate/\" data-brz-link-type=\"external\" id data-custom-id=\"nfjkyrmjnnuqfrmsfeiqncyomplxsuwqfaou\"><svg v", "hiliteStart": 10, "hiliteLength": 156 }, { "type": "info", "lastLine": 373, "lastColumn": 6169, "firstColumn": 6017, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "eset-all\"><section id=\"jfmtlkigaythbemdxzdbokerjheupdpeoyee\" data-uid=\"jfmtlkigaythbemdxzdbokerjheupdpeoyee\" class=\"brz-section brz-section__header brz-css-uxtbn\"><div c", "hiliteStart": 10, "hiliteLength": 153 }, { "type": "error", "lastLine": 375, "lastColumn": 6820, "firstColumn": 6666, "message": "Duplicate ID .", "extract": "zeqkyebu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yglzm\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"upcenlcrchbdakwkgjawifzcjldrzeqkyebu\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 6820, "firstColumn": 6666, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "zeqkyebu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yglzm\" href=\"/about/\" data-brz-link-type=\"external\" id data-custom-id=\"upcenlcrchbdakwkgjawifzcjldrzeqkyebu\"><span ", "hiliteStart": 10, "hiliteLength": 155 }, { "type": "error", "lastLine": 375, "lastColumn": 7184, "firstColumn": 7003, "message": "Duplicate ID .", "extract": "glmqesbu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#tsackkfgrcdnqlpolahhzmutmkmrpbejwkaz\" data-brz-link-type=\"popup\" id data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\"><span ", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 7184, "firstColumn": 7003, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "glmqesbu\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-tzegp\" href=\"#tsackkfgrcdnqlpolahhzmutmkmrpbejwkaz\" data-brz-link-type=\"popup\" id data-custom-id=\"tlcjasrgjqrbbjwpfliztdywfuqjglmqesbu\"><span ", "hiliteStart": 10, "hiliteLength": 182 }, { "type": "error", "lastLine": 375, "lastColumn": 8295, "firstColumn": 8111, "message": "Duplicate ID Line-2.", "extract": "onzero\"/> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"/> </g> ", "hiliteStart": 10, "hiliteLength": 185 }, { "type": "info", "lastLine": 375, "lastColumn": 8109, "firstColumn": 8013, "subType": "warning", "message": "The first occurrence of ID Line-2 was here.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"/> <path", "hiliteStart": 10, "hiliteLength": 97 }, { "type": "info", "lastLine": 375, "lastColumn": 3799, "firstColumn": 3667, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" id=\"xdsllrygkvfipnymkhdkbhztdkttiaaaouxc\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 375, "lastColumn": 18395, "firstColumn": 18166, "message": "Duplicate ID .", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 230 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 18395, "firstColumn": 18166, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/james-gallagher-wins-lawsuit-against-gavin-newsom/\" data-brz-link-type=\"external\" id data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 230 }, { "type": "error", "lastLine": 375, "lastColumn": 20696, "firstColumn": 20604, "message": "Duplicate ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 375, "lastColumn": 18165, "firstColumn": 18073, "subType": "warning", "message": "The first occurrence of ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo was here.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 375, "lastColumn": 20947, "firstColumn": 20697, "message": "Duplicate ID .", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 251 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 20947, "firstColumn": 20697, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/assemblyman-james-gallagher-challenges-newsom-executive-order-in-court/\" data-brz-link-type=\"external\" id data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 251 }, { "type": "error", "lastLine": 375, "lastColumn": 22981, "firstColumn": 22889, "message": "Duplicate ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "info", "lastLine": 375, "lastColumn": 18165, "firstColumn": 18073, "subType": "warning", "message": "The first occurrence of ID abpjwnpqlyokkjuaxntwgauyiwvamlapglgo was here.", "extract": "ss-brbdk\"><div class=\"brz-wrapper-clone__item brz-css-jkdqc\" id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><a cla", "hiliteStart": 10, "hiliteLength": 93 }, { "type": "error", "lastLine": 375, "lastColumn": 23251, "firstColumn": 22982, "message": "Duplicate ID .", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 270 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 375, "lastColumn": 23251, "firstColumn": 22982, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "mlapglgo\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-yycwx\" href=\"https://electjamesgallagher.com/interview-assemblyman-james-gallagher-discusses-new-covid-19-restrictions-from-gov-newsom/\" data-brz-link-type=\"external\" id data-custom-id=\"abpjwnpqlyokkjuaxntwgauyiwvamlapglgo\"><span ", "hiliteStart": 10, "hiliteLength": 270 }, { "type": "info", "lastLine": 375, "lastColumn": 14502, "firstColumn": 14370, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"vatlrotdsccboiqgywazmspginjoagohuhju\" id=\"vatlrotdsccboiqgywazmspginjoagohuhju\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 384, "lastColumn": 1453, "firstColumn": 1328, "message": "Duplicate ID .", "extract": "ss-lkajy\"><a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\"><pictu", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 1453, "firstColumn": 1328, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-lkajy\"><a class=\"brz-a\" href=\"/issues/#covid\" data-brz-link-type=\"external\" id data-custom-id=\"xvikongleoagumybmtflfjxsubspcnwhgpff\"><pictu", "hiliteStart": 10, "hiliteLength": 126 }, { "type": "error", "lastLine": 384, "lastColumn": 3284, "firstColumn": 3155, "message": "Duplicate ID .", "extract": "ss-pwlcl\"><a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\"><pictu", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 3284, "firstColumn": 3155, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-pwlcl\"><a class=\"brz-a\" href=\"/issues/#education\" data-brz-link-type=\"external\" id data-custom-id=\"knehjbfuuagsrqspzphgswwyjzekfxdralcs\"><pictu", "hiliteStart": 10, "hiliteLength": 130 }, { "type": "error", "lastLine": 384, "lastColumn": 5129, "firstColumn": 5005, "message": "Duplicate ID .", "extract": "ss-dttmm\"><a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\"><pictu", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 5129, "firstColumn": 5005, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-dttmm\"><a class=\"brz-a\" href=\"/issues/#fire\" data-brz-link-type=\"external\" id data-custom-id=\"fvzcflwioonywwobosohpczlrcburastqlhq\"><pictu", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "error", "lastLine": 384, "lastColumn": 6976, "firstColumn": 6848, "message": "Duplicate ID .", "extract": "ss-emqro\"><a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\"><pictu", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 6976, "firstColumn": 6848, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-emqro\"><a class=\"brz-a\" href=\"/issues/#business\" data-brz-link-type=\"external\" id data-custom-id=\"talpnmyieryljvwwmbnykguhdluilbxgivet\"><pictu", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "error", "lastLine": 384, "lastColumn": 8834, "firstColumn": 8710, "message": "Duplicate ID .", "extract": "ss-soubl\"><a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\"><pictu", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 8834, "firstColumn": 8710, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-soubl\"><a class=\"brz-a\" href=\"/issues/#jobs\" data-brz-link-type=\"external\" id data-custom-id=\"vdjtrsnlutbxbdgnnefkrcjgxtrqnbevgixz\"><pictu", "hiliteStart": 10, "hiliteLength": 125 }, { "type": "error", "lastLine": 384, "lastColumn": 10849, "firstColumn": 10719, "message": "Duplicate ID .", "extract": "ss-hzigf\"><a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\"><pictu", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 10849, "firstColumn": 10719, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-hzigf\"><a class=\"brz-a\" href=\"/issues/#government\" data-brz-link-type=\"external\" id data-custom-id=\"mddssieuvgwthsdranbatfzlamvjriogcrfj\"><pictu", "hiliteStart": 10, "hiliteLength": 131 }, { "type": "error", "lastLine": 384, "lastColumn": 12747, "firstColumn": 12619, "message": "Duplicate ID .", "extract": "ss-rzxsa\"><a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\"><pictu", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 12747, "firstColumn": 12619, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-rzxsa\"><a class=\"brz-a\" href=\"/issues/#homeless\" data-brz-link-type=\"external\" id data-custom-id=\"dmgeemuqiuifovzyluwbslrecluzxlxisvdc\"><pictu", "hiliteStart": 10, "hiliteLength": 129 }, { "type": "error", "lastLine": 384, "lastColumn": 14632, "firstColumn": 14505, "message": "Duplicate ID .", "extract": "ss-qcvaf\"><a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\"><pictu", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 14632, "firstColumn": 14505, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-qcvaf\"><a class=\"brz-a\" href=\"/issues/#housing\" data-brz-link-type=\"external\" id data-custom-id=\"tjyumakbomzzwrnvmwmdfsbpzgcwcxkrmplq\"><pictu", "hiliteStart": 10, "hiliteLength": 128 }, { "type": "error", "lastLine": 384, "lastColumn": 16432, "firstColumn": 16298, "message": "Duplicate ID .", "extract": "ss-wahrc\"><a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\"><pictu", "hiliteStart": 10, "hiliteLength": 135 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 16432, "firstColumn": 16298, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-wahrc\"><a class=\"brz-a\" href=\"/issues/#infrastructure\" data-brz-link-type=\"external\" id data-custom-id=\"kpkxzredygmwjnjnedkiytlzznylraefopok\"><pictu", "hiliteStart": 10, "hiliteLength": 135 }, { "type": "error", "lastLine": 384, "lastColumn": 18287, "firstColumn": 18155, "message": "Duplicate ID .", "extract": "ss-diidv\"><a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\"><pictu", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 18287, "firstColumn": 18155, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-diidv\"><a class=\"brz-a\" href=\"/issues/#publicsafety\" data-brz-link-type=\"external\" id data-custom-id=\"nxughxiqatwmlwrkiwhwfnsmnxqvuctobzss\"><pictu", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 384, "lastColumn": 20971, "firstColumn": 20675, "message": "Attribute appid not allowed on element div at this point.", "extract": "extdfhbz\"><div data-width=\"500\" data-tabs=\"timeline\" data-height=\"615\" data-small-header=\"true\" data-hide-cover=\"true\" data-adapt-container-width=\"true\" data-show-facepile=\"true\" data-href=\"https://www.facebook.com/JamesGallagherforCA\" data-lang=\"en_US\" class=\"brz-facebook fb-page\" appid=\"113869198637480\"></div>", "hiliteStart": 10, "hiliteLength": 297 }, { "type": "info", "lastLine": 384, "lastColumn": 19920, "firstColumn": 19788, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"xmacvqvmdtrkrzwdvtpstvhedubqtfukcpll\" id=\"xmacvqvmdtrkrzwdvtpstvhedubqtfukcpll\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 384, "lastColumn": 27395, "firstColumn": 27252, "message": "Duplicate ID .", "extract": "ss-jjcfd\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\"><pictu", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 27395, "firstColumn": 27252, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "ss-jjcfd\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id data-custom-id=\"tptwrzxpozjllhscevclezfcmglvhbrlljsr\"><pictu", "hiliteStart": 10, "hiliteLength": 144 }, { "type": "error", "lastLine": 384, "lastColumn": 28081, "firstColumn": 27992, "message": "Duplicate ID .", "extract": "lddgguqz\"><div id class=\"brz-icon__container\" data-custom-id=\"bqcdvpsmuoxrxadmihrdqeluxjkglddgguqz\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 28081, "firstColumn": 27992, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "lddgguqz\"><div id class=\"brz-icon__container\" data-custom-id=\"bqcdvpsmuoxrxadmihrdqeluxjkglddgguqz\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "error", "lastLine": 384, "lastColumn": 28214, "firstColumn": 28082, "message": "Duplicate ID .", "extract": "lddgguqz\"><a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 28214, "firstColumn": 28082, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "lddgguqz\"><a class=\"brz-a\" href=\"https://www.facebook.com/JamesGallagherforCA\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 384, "lastColumn": 29040, "firstColumn": 28951, "message": "Duplicate ID .", "extract": "xlokgqpl\"><div id class=\"brz-icon__container\" data-custom-id=\"sldngukxksgzennpabrjfdhnfwmmxlokgqpl\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 29040, "firstColumn": 28951, "message": "Bad value for attribute id on element div: An ID must not be the empty string.", "extract": "xlokgqpl\"><div id class=\"brz-icon__container\" data-custom-id=\"sldngukxksgzennpabrjfdhnfwmmxlokgqpl\"><a cla", "hiliteStart": 10, "hiliteLength": 90 }, { "type": "error", "lastLine": 384, "lastColumn": 29163, "firstColumn": 29041, "message": "Duplicate ID .", "extract": "xlokgqpl\"><a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 373, "lastColumn": 8209, "firstColumn": 7989, "subType": "warning", "message": "The first occurrence of ID was here.", "extract": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 221 }, { "type": "error", "lastLine": 384, "lastColumn": 29163, "firstColumn": 29041, "message": "Bad value for attribute id on element a: An ID must not be the empty string.", "extract": "xlokgqpl\"><a class=\"brz-a\" href=\"https://twitter.com/J_GallagherAD3\" target=\"_blank\" rel=\"noopener\" data-brz-link-type=\"external\" id><span ", "hiliteStart": 10, "hiliteLength": 123 }, { "type": "info", "lastLine": 384, "lastColumn": 21734, "firstColumn": 21602, "subType": "warning", "message": "Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections, or else use a div element instead for any cases where no heading is needed.", "extract": "</section><section data-uid=\"ststldvwletjfpukmfsfbonbnminkzlwgjzw\" id=\"ststldvwletjfpukmfsfbonbnminkzlwgjzw\" class=\"brz-section brz-css-fagnc\"><div c", "hiliteStart": 10, "hiliteLength": 133 }, { "type": "error", "lastLine": 387, "lastColumn": 1028, "firstColumn": 922, "message": "Duplicate ID close-popup.", "extract": "e-popup\"> <g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\"> <path", "hiliteStart": 10, "hiliteLength": 107 }, { "type": "info", "lastLine": 375, "lastColumn": 8011, "firstColumn": 7905, "subType": "warning", "message": "The first occurrence of ID close-popup was here.", "extract": "e-popup\"> <g id=\"close-popup\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\" stroke-linecap=\"square\"> <path", "hiliteStart": 10, "hiliteLength": 107 }, { "type": "error", "lastLine": 387, "lastColumn": 1126, "firstColumn": 1030, "message": "Duplicate ID Line-2.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"/> <path", "hiliteStart": 10, "hiliteLength": 97 }, { "type": "info", "lastLine": 375, "lastColumn": 8109, "firstColumn": 8013, "subType": "warning", "message": "The first occurrence of ID Line-2 was here.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"/> <path", "hiliteStart": 10, "hiliteLength": 97 }, { "type": "error", "lastLine": 387, "lastColumn": 1312, "firstColumn": 1128, "message": "Duplicate ID Line-2.", "extract": "onzero\"/> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\" transform=\"translate(8.000000, 8.000000) scale(-1, 1) translate(-8.000000, -8.000000) \"/> </g> ", "hiliteStart": 10, "hiliteLength": 185 }, { "type": "info", "lastLine": 375, "lastColumn": 8109, "firstColumn": 8013, "subType": "warning", "message": "The first occurrence of ID Line-2 was here.", "extract": "\"square\"> <path d=\"M1.5,1.5 L14.5384048,14.5384048\" id=\"Line-2\" stroke=\"currentColor\" fill-rule=\"nonzero\"/> <path", "hiliteStart": 10, "hiliteLength": 97 } ] }, "success": true }, "standardResult": { "totals": [ 124, 0, 266, 0 ], "instances": [ { "ruleID": "The type attribute is unnecessary for JavaScript resources.", "what": "The type attribute is unnecessary for JavaScript resources.", "ordinalSeverity": 0, "tagName": "SCRIPT", "id": "", "location": { "doc": "dom", "type": "line", "spec": "11" }, "excerpt": "></script><script type=\"text/javascript\" async=\"\" src=\"https://www.google-analytics.com/analytics.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": "15" }, "excerpt": " </script><script src=\"https://electjamesgallagher.com/wp-includes/js/wp-emoji-release.min.js?ver=6.0.5\" type=\"text/javascript\" defer=\"\"></scri" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "121" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "121" }, "excerpt": "max-width:100;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "121" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "122" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "122" }, "excerpt": "max-width:100;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "122" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "123" }, "excerpt": "max-width:100;}}@me" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "264" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "264" }, "excerpt": "max-width:100;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "264" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "265" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "265" }, "excerpt": "max-width:100;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "265" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "266" }, "excerpt": "max-width:100;}}@me" }, { "ruleID": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "280" }, "excerpt": "letter-spacing:1;}.brz .brz-cs" }, { "ruleID": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: letter-spacing: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "280" }, "excerpt": "letter-spacing:1;}.brz .brz-cs" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "347" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "347" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "347" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "348" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "348" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "348" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "349" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "349" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "349" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "350" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "350" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "what": "CSS: max-width: only 0 can be a unit. You must put a unit after your number.", "ordinalSeverity": 2, "tagName": "", "id": "", "location": { "doc": "dom", "type": "line", "spec": "350" }, "excerpt": "max-width:50;flex-" }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "dc6af81e\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/about/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "4f2dc192\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/issues/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "978b95b5\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/blog/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "77a543ef\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/news/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "c5a45848\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page\" href=\"https://electjamesgallagher.com/media/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "372" }, "excerpt": "hhrmkcbv\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\"><svg v" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "372" }, "excerpt": "hhrmkcbv\"><a class=\"brz-a brz-btn brz-css-rrzxf brz-css-lfbmc\" href=\"/donate/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"ncyjmginoaqblrckrxpzgpwrgmashhrmkcbv\"><svg v" }, { "ruleID": "Duplicate ID .", "what": "Duplicate ID .", "ordinalSeverity": 2, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "372" }, "excerpt": "ss-nkhjr\"><a class=\"brz-a\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\" data-custom-id=\"antfcuaapnsmwhfnscjrgbwwbnryhcfjbumg\"><pictu" }, { "ruleID": "The first occurrence of ID was here.", "what": "The first occurrence of ID was here.", "ordinalSeverity": 0, "tagName": "A", "id": "", "location": { "doc": "dom", "type": "line", "spec": "371" }, "excerpt": "5ddbbab9\"><a class=\"brz-a menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-14 current_page_item brz-mm-listitem__text\" href=\"https://electjamesgallagher.com/\" data-brz-link-type=\"external\" id=\"\"><span " }, { "ruleID": "Bad value for attribute id on element a: An ID must not be the empty string.", "what": "Bad value for attribute id on element a: An ID must not be the empty string.", "ordinalSeverity": 2, "tagName": "A",